{
  "type": "File",
  "start": 0,
  "end": 9154,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 226,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 9154,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 226,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 40,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 40
          }
        },
        "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": 41,
        "end": 71,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 30
          }
        },
        "specifiers": [
          {
            "type": "ImportNamespaceSpecifier",
            "start": 48,
            "end": 58,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 53,
              "end": 58,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 12
                },
                "end": {
                  "line": 2,
                  "column": 17
                },
                "identifierName": "THREE"
              },
              "name": "THREE"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 64,
          "end": 71,
          "loc": {
            "start": {
              "line": 2,
              "column": 23
            },
            "end": {
              "line": 2,
              "column": 30
            }
          },
          "extra": {
            "rawValue": "three",
            "raw": "'three'"
          },
          "value": "three"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 72,
        "end": 113,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 41
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 79,
            "end": 86,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 79,
              "end": 86,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 7
                },
                "end": {
                  "line": 3,
                  "column": 14
                },
                "identifierName": "Object3"
              },
              "name": "Object3"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 92,
          "end": 113,
          "loc": {
            "start": {
              "line": 3,
              "column": 20
            },
            "end": {
              "line": 3,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "../../three/object3",
            "raw": "'../../three/object3'"
          },
          "value": "../../three/object3"
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 115,
        "end": 3372,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 82,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 122,
          "end": 3372,
          "loc": {
            "start": {
              "line": 5,
              "column": 7
            },
            "end": {
              "line": 82,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 128,
            "end": 134,
            "loc": {
              "start": {
                "line": 5,
                "column": 13
              },
              "end": {
                "line": 5,
                "column": 19
              },
              "identifierName": "Handle"
            },
            "name": "Handle"
          },
          "superClass": {
            "type": "MemberExpression",
            "start": 143,
            "end": 153,
            "loc": {
              "start": {
                "line": 5,
                "column": 28
              },
              "end": {
                "line": 5,
                "column": 38
              }
            },
            "object": {
              "type": "Identifier",
              "start": 143,
              "end": 148,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 28
                },
                "end": {
                  "line": 5,
                  "column": 33
                },
                "identifierName": "THREE"
              },
              "name": "THREE"
            },
            "property": {
              "type": "Identifier",
              "start": 149,
              "end": 153,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 34
                },
                "end": {
                  "line": 5,
                  "column": 38
                },
                "identifierName": "Mesh"
              },
              "name": "Mesh"
            },
            "computed": false
          },
          "body": {
            "type": "ClassBody",
            "start": 154,
            "end": 3372,
            "loc": {
              "start": {
                "line": 5,
                "column": 39
              },
              "end": {
                "line": 82,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 160,
                "end": 545,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4
                  },
                  "end": {
                    "line": 13,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 160,
                  "end": 171,
                  "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": 172,
                    "end": 180,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 16
                      },
                      "end": {
                        "line": 6,
                        "column": 24
                      },
                      "identifierName": "geometry"
                    },
                    "name": "geometry"
                  },
                  {
                    "type": "Identifier",
                    "start": 182,
                    "end": 190,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 26
                      },
                      "end": {
                        "line": 6,
                        "column": 34
                      },
                      "identifierName": "material"
                    },
                    "name": "material"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 192,
                  "end": 545,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 36
                    },
                    "end": {
                      "line": 13,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 202,
                      "end": 227,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 202,
                        "end": 227,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 33
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 202,
                          "end": 207,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 208,
                            "end": 216,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 14
                              },
                              "end": {
                                "line": 7,
                                "column": 22
                              },
                              "identifierName": "geometry"
                            },
                            "name": "geometry"
                          },
                          {
                            "type": "Identifier",
                            "start": 218,
                            "end": 226,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 24
                              },
                              "end": {
                                "line": 7,
                                "column": 32
                              },
                              "identifierName": "material"
                            },
                            "name": "material"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 236,
                      "end": 306,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 78
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 236,
                        "end": 306,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 78
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 236,
                          "end": 258,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 236,
                            "end": 240,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 241,
                            "end": 258,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 30
                              },
                              "identifierName": "createInteraction"
                            },
                            "name": "createInteraction"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 259,
                            "end": 305,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 31
                              },
                              "end": {
                                "line": 8,
                                "column": 77
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 261,
                                "end": 275,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 47
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 261,
                                  "end": 269,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 41
                                    },
                                    "identifierName": "priority"
                                  },
                                  "name": "priority"
                                },
                                "value": {
                                  "type": "NumericLiteral",
                                  "start": 271,
                                  "end": 275,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 47
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 1000,
                                    "raw": "1000"
                                  },
                                  "value": 1000
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 277,
                                "end": 303,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 75
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 277,
                                  "end": 282,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 54
                                    },
                                    "identifierName": "types"
                                  },
                                  "name": "types"
                                },
                                "value": {
                                  "type": "ArrayExpression",
                                  "start": 284,
                                  "end": 303,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 75
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "StringLiteral",
                                      "start": 285,
                                      "end": 302,
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 74
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "DimensionHandle",
                                        "raw": "'DimensionHandle'"
                                      },
                                      "value": "DimensionHandle"
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 315,
                      "end": 509,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 87
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 320,
                        "end": 332,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 13
                          },
                          "end": {
                            "line": 9,
                            "column": 25
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 324,
                            "end": 332,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 17
                              },
                              "end": {
                                "line": 9,
                                "column": 25
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 324,
                              "end": 332,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 17
                                },
                                "end": {
                                  "line": 9,
                                  "column": 25
                                },
                                "identifierName": "category"
                              },
                              "name": "category"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 336,
                        "end": 365,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 29
                          },
                          "end": {
                            "line": 9,
                            "column": 58
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 336,
                          "end": 349,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 29
                            },
                            "end": {
                              "line": 9,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 336,
                            "end": 342,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 29
                              },
                              "end": {
                                "line": 9,
                                "column": 35
                              },
                              "identifierName": "Object"
                            },
                            "name": "Object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 343,
                            "end": 349,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 36
                              },
                              "end": {
                                "line": 9,
                                "column": 42
                              },
                              "identifierName": "values"
                            },
                            "name": "values"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 350,
                            "end": 364,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 43
                              },
                              "end": {
                                "line": 9,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 350,
                              "end": 357,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 43
                                },
                                "end": {
                                  "line": 9,
                                  "column": 50
                                },
                                "identifierName": "Object3"
                              },
                              "name": "Object3"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 358,
                              "end": 364,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 51
                                },
                                "end": {
                                  "line": 9,
                                  "column": 57
                                },
                                "identifierName": "Events"
                              },
                              "name": "Events"
                            },
                            "computed": false
                          }
                        ]
                      },
                      "body": {
                        "type": "ForOfStatement",
                        "start": 379,
                        "end": 509,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 12
                          },
                          "end": {
                            "line": 11,
                            "column": 87
                          }
                        },
                        "left": {
                          "type": "VariableDeclaration",
                          "start": 384,
                          "end": 393,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 17
                            },
                            "end": {
                              "line": 10,
                              "column": 26
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 388,
                              "end": 393,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 21
                                },
                                "end": {
                                  "line": 10,
                                  "column": 26
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 388,
                                "end": 393,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 26
                                  },
                                  "identifierName": "event"
                                },
                                "name": "event"
                              },
                              "init": null
                            }
                          ],
                          "kind": "let"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 397,
                          "end": 420,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 30
                            },
                            "end": {
                              "line": 10,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 397,
                            "end": 410,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 30
                              },
                              "end": {
                                "line": 10,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 397,
                              "end": 403,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 30
                                },
                                "end": {
                                  "line": 10,
                                  "column": 36
                                },
                                "identifierName": "Object"
                              },
                              "name": "Object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 404,
                              "end": 410,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 37
                                },
                                "end": {
                                  "line": 10,
                                  "column": 43
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 411,
                              "end": 419,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 44
                                },
                                "end": {
                                  "line": 10,
                                  "column": 52
                                },
                                "identifierName": "category"
                              },
                              "name": "category"
                            }
                          ]
                        },
                        "body": {
                          "type": "IfStatement",
                          "start": 438,
                          "end": 509,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 16
                            },
                            "end": {
                              "line": 11,
                              "column": 87
                            }
                          },
                          "test": {
                            "type": "MemberExpression",
                            "start": 442,
                            "end": 453,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 20
                              },
                              "end": {
                                "line": 11,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 442,
                              "end": 446,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 20
                                },
                                "end": {
                                  "line": 11,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 447,
                              "end": 452,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 25
                                },
                                "end": {
                                  "line": 11,
                                  "column": 30
                                },
                                "identifierName": "event"
                              },
                              "name": "event"
                            },
                            "computed": true
                          },
                          "consequent": {
                            "type": "ExpressionStatement",
                            "start": 455,
                            "end": 509,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 33
                              },
                              "end": {
                                "line": 11,
                                "column": 87
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 455,
                              "end": 509,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 33
                                },
                                "end": {
                                  "line": 11,
                                  "column": 87
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 455,
                                "end": 462,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 455,
                                  "end": 459,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 37
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 460,
                                  "end": 462,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 40
                                    },
                                    "identifierName": "on"
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 463,
                                  "end": 468,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 46
                                    },
                                    "identifierName": "event"
                                  },
                                  "name": "event"
                                },
                                {
                                  "type": "CallExpression",
                                  "start": 470,
                                  "end": 492,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 70
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 470,
                                    "end": 486,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 470,
                                      "end": 481,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 59
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 470,
                                        "end": 474,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 52
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 475,
                                        "end": 480,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 58
                                          },
                                          "identifierName": "event"
                                        },
                                        "name": "event"
                                      },
                                      "computed": true
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 482,
                                      "end": 486,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 64
                                        },
                                        "identifierName": "bind"
                                      },
                                      "name": "bind"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ThisExpression",
                                      "start": 487,
                                      "end": 491,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 69
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "ObjectExpression",
                                  "start": 494,
                                  "end": 508,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 86
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 496,
                                      "end": 506,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 84
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 496,
                                        "end": 500,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 78
                                          },
                                          "identifierName": "sync"
                                        },
                                        "name": "sync"
                                      },
                                      "value": {
                                        "type": "BooleanLiteral",
                                        "start": 502,
                                        "end": 506,
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 80
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 84
                                          }
                                        },
                                        "value": true
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          },
                          "alternate": null
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 518,
                      "end": 539,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 518,
                        "end": 539,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 518,
                          "end": 527,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 518,
                            "end": 522,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 523,
                            "end": 527,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 17
                              },
                              "identifierName": "text"
                            },
                            "name": "text"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 530,
                          "end": 539,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 20
                            },
                            "end": {
                              "line": 12,
                              "column": 29
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 551,
                "end": 839,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 4
                  },
                  "end": {
                    "line": 19,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 552,
                  "end": 586,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 5
                    },
                    "end": {
                      "line": 15,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 552,
                    "end": 578,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 5
                      },
                      "end": {
                        "line": 15,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 552,
                      "end": 566,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 5
                        },
                        "end": {
                          "line": 15,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 552,
                        "end": 559,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 5
                          },
                          "end": {
                            "line": 15,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 560,
                        "end": 566,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 13
                          },
                          "end": {
                            "line": 15,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 567,
                      "end": 578,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 20
                        },
                        "end": {
                          "line": 15,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 579,
                    "end": 586,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 32
                      },
                      "end": {
                        "line": 15,
                        "column": 39
                      },
                      "identifierName": "Hovered"
                    },
                    "name": "Hovered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 588,
                    "end": 597,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 41
                      },
                      "end": {
                        "line": 15,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 599,
                  "end": 839,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 52
                    },
                    "end": {
                      "line": 19,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 609,
                      "end": 636,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 609,
                        "end": 636,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 609,
                          "end": 628,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 609,
                            "end": 618,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 609,
                              "end": 613,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 614,
                              "end": 618,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 13
                                },
                                "end": {
                                  "line": 16,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 619,
                            "end": 628,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 18
                              },
                              "end": {
                                "line": 16,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 629,
                            "end": 635,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 28
                              },
                              "end": {
                                "line": 16,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "grab",
                              "raw": "'grab'"
                            },
                            "value": "grab"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 645,
                      "end": 833,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 110
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 649,
                        "end": 676,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 12
                          },
                          "end": {
                            "line": 17,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 649,
                          "end": 667,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 12
                            },
                            "end": {
                              "line": 17,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 649,
                            "end": 660,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 12
                              },
                              "end": {
                                "line": 17,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 649,
                              "end": 653,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 12
                                },
                                "end": {
                                  "line": 17,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 654,
                              "end": 660,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 17
                                },
                                "end": {
                                  "line": 17,
                                  "column": 23
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 661,
                            "end": 667,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 24
                              },
                              "end": {
                                "line": 17,
                                "column": 30
                              },
                              "identifierName": "plugin"
                            },
                            "name": "plugin"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 668,
                          "end": 676,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 31
                            },
                            "end": {
                              "line": 17,
                              "column": 39
                            },
                            "identifierName": "selector"
                          },
                          "name": "selector"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 678,
                        "end": 722,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 41
                          },
                          "end": {
                            "line": 17,
                            "column": 85
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 678,
                          "end": 722,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 41
                            },
                            "end": {
                              "line": 17,
                              "column": 85
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 678,
                            "end": 711,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 41
                              },
                              "end": {
                                "line": 17,
                                "column": 74
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 678,
                              "end": 705,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 41
                                },
                                "end": {
                                  "line": 17,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 678,
                                "end": 696,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 678,
                                  "end": 689,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 678,
                                    "end": 682,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 683,
                                    "end": 689,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 52
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 690,
                                  "end": 696,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 59
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 697,
                                "end": 705,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 68
                                  },
                                  "identifierName": "selector"
                                },
                                "name": "selector"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 706,
                              "end": 711,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 69
                                },
                                "end": {
                                  "line": 17,
                                  "column": 74
                                },
                                "identifierName": "hover"
                              },
                              "name": "hover"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 712,
                              "end": 721,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 75
                                },
                                "end": {
                                  "line": 17,
                                  "column": 84
                                },
                                "identifierName": "hitObject"
                              },
                              "name": "hitObject"
                            }
                          ]
                        }
                      },
                      "alternate": {
                        "type": "ExpressionStatement",
                        "start": 736,
                        "end": 833,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 13
                          },
                          "end": {
                            "line": 18,
                            "column": 110
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 736,
                          "end": 833,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 13
                            },
                            "end": {
                              "line": 18,
                              "column": 110
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 736,
                            "end": 830,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 107
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 736,
                              "end": 824,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 13
                                },
                                "end": {
                                  "line": 18,
                                  "column": 101
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 736,
                                "end": 748,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 736,
                                  "end": 740,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 741,
                                  "end": 748,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 25
                                    },
                                    "identifierName": "animate"
                                  },
                                  "name": "animate"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 749,
                                  "end": 823,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 100
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 751,
                                      "end": 821,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 98
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 751,
                                        "end": 759,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 36
                                          },
                                          "identifierName": "material"
                                        },
                                        "name": "material"
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 761,
                                        "end": 821,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 98
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 763,
                                            "end": 805,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 82
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 763,
                                              "end": 768,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 45
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "value": {
                                              "type": "NewExpression",
                                              "start": 770,
                                              "end": 805,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 82
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 774,
                                                "end": 785,
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 18,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 774,
                                                  "end": 779,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 56
                                                    },
                                                    "identifierName": "THREE"
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 780,
                                                  "end": 785,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 62
                                                    },
                                                    "identifierName": "Color"
                                                  },
                                                  "name": "Color"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 786,
                                                  "end": 804,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 63
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 81
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 786,
                                                    "end": 797,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 74
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 786,
                                                      "end": 790,
                                                      "loc": {
                                                        "start": {
                                                          "line": 18,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 18,
                                                          "column": 67
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 791,
                                                      "end": 797,
                                                      "loc": {
                                                        "start": {
                                                          "line": 18,
                                                          "column": 68
                                                        },
                                                        "end": {
                                                          "line": 18,
                                                          "column": 74
                                                        },
                                                        "identifierName": "colors"
                                                      },
                                                      "name": "colors"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 798,
                                                    "end": 804,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 75
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 81
                                                      },
                                                      "identifierName": "accent"
                                                    },
                                                    "name": "accent"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 807,
                                            "end": 819,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 96
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 807,
                                              "end": 814,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 84
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 91
                                                },
                                                "identifierName": "opacity"
                                              },
                                              "name": "opacity"
                                            },
                                            "value": {
                                              "type": "NumericLiteral",
                                              "start": 816,
                                              "end": 819,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 93
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 96
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0.6,
                                                "raw": "0.6"
                                              },
                                              "value": 0.6
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 825,
                              "end": 830,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 102
                                },
                                "end": {
                                  "line": 18,
                                  "column": 107
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 831,
                              "end": 832,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 108
                                },
                                "end": {
                                  "line": 18,
                                  "column": 109
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 845,
                "end": 1105,
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 4
                  },
                  "end": {
                    "line": 24,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 846,
                  "end": 882,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 5
                    },
                    "end": {
                      "line": 21,
                      "column": 41
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 846,
                    "end": 872,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 5
                      },
                      "end": {
                        "line": 21,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 846,
                      "end": 860,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 5
                        },
                        "end": {
                          "line": 21,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 846,
                        "end": 853,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 5
                          },
                          "end": {
                            "line": 21,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 854,
                        "end": 860,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 13
                          },
                          "end": {
                            "line": 21,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 861,
                      "end": 872,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 20
                        },
                        "end": {
                          "line": 21,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 873,
                    "end": 882,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 32
                      },
                      "end": {
                        "line": 21,
                        "column": 41
                      },
                      "identifierName": "Unhovered"
                    },
                    "name": "Unhovered"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 884,
                    "end": 893,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 43
                      },
                      "end": {
                        "line": 21,
                        "column": 52
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 895,
                  "end": 1105,
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 54
                    },
                    "end": {
                      "line": 24,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 905,
                      "end": 1099,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 114
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 909,
                        "end": 936,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 12
                          },
                          "end": {
                            "line": 22,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 909,
                          "end": 927,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 12
                            },
                            "end": {
                              "line": 22,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 909,
                            "end": 920,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 12
                              },
                              "end": {
                                "line": 22,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 909,
                              "end": 913,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 22,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 914,
                              "end": 920,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 17
                                },
                                "end": {
                                  "line": 22,
                                  "column": 23
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 921,
                            "end": 927,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 24
                              },
                              "end": {
                                "line": 22,
                                "column": 30
                              },
                              "identifierName": "plugin"
                            },
                            "name": "plugin"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 928,
                          "end": 936,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 31
                            },
                            "end": {
                              "line": 22,
                              "column": 39
                            },
                            "identifierName": "selector"
                          },
                          "name": "selector"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 938,
                        "end": 984,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 41
                          },
                          "end": {
                            "line": 22,
                            "column": 87
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 938,
                          "end": 984,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 41
                            },
                            "end": {
                              "line": 22,
                              "column": 87
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 938,
                            "end": 973,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 41
                              },
                              "end": {
                                "line": 22,
                                "column": 76
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 938,
                              "end": 965,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 41
                                },
                                "end": {
                                  "line": 22,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 938,
                                "end": 956,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 938,
                                  "end": 949,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 938,
                                    "end": 942,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 943,
                                    "end": 949,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 52
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 950,
                                  "end": 956,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 59
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 957,
                                "end": 965,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 68
                                  },
                                  "identifierName": "selector"
                                },
                                "name": "selector"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 966,
                              "end": 973,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 69
                                },
                                "end": {
                                  "line": 22,
                                  "column": 76
                                },
                                "identifierName": "unhover"
                              },
                              "name": "unhover"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 974,
                              "end": 983,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 77
                                },
                                "end": {
                                  "line": 22,
                                  "column": 86
                                },
                                "identifierName": "hitObject"
                              },
                              "name": "hitObject"
                            }
                          ]
                        }
                      },
                      "alternate": {
                        "type": "ExpressionStatement",
                        "start": 998,
                        "end": 1099,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 13
                          },
                          "end": {
                            "line": 23,
                            "column": 114
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 998,
                          "end": 1099,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 13
                            },
                            "end": {
                              "line": 23,
                              "column": 114
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 998,
                            "end": 1093,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 13
                              },
                              "end": {
                                "line": 23,
                                "column": 108
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 998,
                              "end": 1087,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 13
                                },
                                "end": {
                                  "line": 23,
                                  "column": 102
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 998,
                                "end": 1010,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 998,
                                  "end": 1002,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1003,
                                  "end": 1010,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 25
                                    },
                                    "identifierName": "animate"
                                  },
                                  "name": "animate"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 1011,
                                  "end": 1086,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 101
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 1013,
                                      "end": 1084,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 99
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 1013,
                                        "end": 1021,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 36
                                          },
                                          "identifierName": "material"
                                        },
                                        "name": "material"
                                      },
                                      "value": {
                                        "type": "ObjectExpression",
                                        "start": 1023,
                                        "end": 1084,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 99
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 1025,
                                            "end": 1068,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 83
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1025,
                                              "end": 1030,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 45
                                                },
                                                "identifierName": "color"
                                              },
                                              "name": "color"
                                            },
                                            "value": {
                                              "type": "NewExpression",
                                              "start": 1032,
                                              "end": 1068,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 83
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1036,
                                                "end": 1047,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1036,
                                                  "end": 1041,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 56
                                                    },
                                                    "identifierName": "THREE"
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1042,
                                                  "end": 1047,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 62
                                                    },
                                                    "identifierName": "Color"
                                                  },
                                                  "name": "Color"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 1048,
                                                  "end": 1067,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 63
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 1048,
                                                    "end": 1059,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 74
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 1048,
                                                      "end": 1052,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 67
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1053,
                                                      "end": 1059,
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 68
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 74
                                                        },
                                                        "identifierName": "colors"
                                                      },
                                                      "name": "colors"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1060,
                                                    "end": 1067,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 75
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 82
                                                      },
                                                      "identifierName": "primary"
                                                    },
                                                    "name": "primary"
                                                  },
                                                  "computed": false
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 1070,
                                            "end": 1082,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 97
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1070,
                                              "end": 1077,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 85
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 92
                                                },
                                                "identifierName": "opacity"
                                              },
                                              "name": "opacity"
                                            },
                                            "value": {
                                              "type": "NumericLiteral",
                                              "start": 1079,
                                              "end": 1082,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 94
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 97
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0.3,
                                                "raw": "0.3"
                                              },
                                              "value": 0.3
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1088,
                              "end": 1093,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 103
                                },
                                "end": {
                                  "line": 23,
                                  "column": 108
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 1094,
                              "end": 1098,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 109
                                },
                                "end": {
                                  "line": 23,
                                  "column": 113
                                }
                              },
                              "extra": {
                                "rawValue": 1000,
                                "raw": "1000"
                              },
                              "value": 1000
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1111,
                "end": 1208,
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 4
                  },
                  "end": {
                    "line": 28,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1112,
                  "end": 1145,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 5
                    },
                    "end": {
                      "line": 26,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1112,
                    "end": 1138,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 5
                      },
                      "end": {
                        "line": 26,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1112,
                      "end": 1126,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 5
                        },
                        "end": {
                          "line": 26,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1112,
                        "end": 1119,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 5
                          },
                          "end": {
                            "line": 26,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1120,
                        "end": 1126,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 13
                          },
                          "end": {
                            "line": 26,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1127,
                      "end": 1138,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 20
                        },
                        "end": {
                          "line": 26,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1139,
                    "end": 1145,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 32
                      },
                      "end": {
                        "line": 26,
                        "column": 38
                      },
                      "identifierName": "Picked"
                    },
                    "name": "Picked"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1147,
                    "end": 1156,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 40
                      },
                      "end": {
                        "line": 26,
                        "column": 49
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1158,
                  "end": 1208,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 51
                    },
                    "end": {
                      "line": 28,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1168,
                      "end": 1202,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1168,
                        "end": 1202,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1168,
                          "end": 1194,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1168,
                            "end": 1186,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1168,
                              "end": 1177,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1168,
                                "end": 1172,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1173,
                                "end": 1177,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 17
                                  },
                                  "identifierName": "view"
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1178,
                              "end": 1186,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 18
                                },
                                "end": {
                                  "line": 27,
                                  "column": 26
                                },
                                "identifierName": "controls"
                              },
                              "name": "controls"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1187,
                            "end": 1194,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 27
                              },
                              "end": {
                                "line": 27,
                                "column": 34
                              },
                              "identifierName": "enabled"
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1197,
                          "end": 1202,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 37
                            },
                            "end": {
                              "line": 27,
                              "column": 42
                            }
                          },
                          "value": false
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1214,
                "end": 1598,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 4
                  },
                  "end": {
                    "line": 36,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1215,
                  "end": 1249,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 5
                    },
                    "end": {
                      "line": 30,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1215,
                    "end": 1241,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 5
                      },
                      "end": {
                        "line": 30,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1215,
                      "end": 1229,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 5
                        },
                        "end": {
                          "line": 30,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1215,
                        "end": 1222,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 5
                          },
                          "end": {
                            "line": 30,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1223,
                        "end": 1229,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 13
                          },
                          "end": {
                            "line": 30,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1230,
                      "end": 1241,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 20
                        },
                        "end": {
                          "line": 30,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1242,
                    "end": 1249,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 32
                      },
                      "end": {
                        "line": 30,
                        "column": 39
                      },
                      "identifierName": "Dragged"
                    },
                    "name": "Dragged"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1251,
                    "end": 1260,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 41
                      },
                      "end": {
                        "line": 30,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1262,
                  "end": 1598,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 52
                    },
                    "end": {
                      "line": 36,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1272,
                      "end": 1303,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1272,
                        "end": 1303,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1272,
                          "end": 1291,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1272,
                            "end": 1281,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1272,
                              "end": 1276,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1277,
                              "end": 1281,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 13
                                },
                                "end": {
                                  "line": 31,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1282,
                            "end": 1291,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 18
                              },
                              "end": {
                                "line": 31,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 1292,
                            "end": 1302,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 28
                              },
                              "end": {
                                "line": 31,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "grabbing",
                              "raw": "'grabbing'"
                            },
                            "value": "grabbing"
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1312,
                      "end": 1415,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 111
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1318,
                          "end": 1415,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 14
                            },
                            "end": {
                              "line": 32,
                              "column": 111
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1318,
                            "end": 1321,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 14
                              },
                              "end": {
                                "line": 32,
                                "column": 17
                              },
                              "identifierName": "ray"
                            },
                            "name": "ray"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1324,
                            "end": 1415,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 20
                              },
                              "end": {
                                "line": 32,
                                "column": 111
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1324,
                              "end": 1358,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 20
                                },
                                "end": {
                                  "line": 32,
                                  "column": 54
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1324,
                                "end": 1345,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1324,
                                  "end": 1343,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1324,
                                    "end": 1337,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1324,
                                      "end": 1333,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 29
                                        },
                                        "identifierName": "hitObject"
                                      },
                                      "name": "hitObject"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1334,
                                      "end": 1337,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 33
                                        },
                                        "identifierName": "ray"
                                      },
                                      "name": "ray"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1338,
                                    "end": 1343,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 39
                                      },
                                      "identifierName": "clone"
                                    },
                                    "name": "clone"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1346,
                                "end": 1358,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 54
                                  },
                                  "identifierName": "applyMatrix4"
                                },
                                "name": "applyMatrix4"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 1359,
                                "end": 1414,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 110
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1359,
                                  "end": 1389,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 85
                                    }
                                  },
                                  "object": {
                                    "type": "NewExpression",
                                    "start": 1359,
                                    "end": 1378,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 74
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1363,
                                      "end": 1376,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 72
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1363,
                                        "end": 1368,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 64
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1369,
                                        "end": 1376,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 72
                                          },
                                          "identifierName": "Matrix4"
                                        },
                                        "name": "Matrix4"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1379,
                                    "end": 1389,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 85
                                      },
                                      "identifierName": "getInverse"
                                    },
                                    "name": "getInverse"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 1390,
                                    "end": 1413,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 86
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 109
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1390,
                                      "end": 1401,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 97
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1390,
                                        "end": 1394,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 90
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1395,
                                        "end": 1401,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 97
                                          },
                                          "identifierName": "parent"
                                        },
                                        "name": "parent"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1402,
                                      "end": 1413,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 98
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 109
                                        },
                                        "identifierName": "matrixWorld"
                                      },
                                      "name": "matrixWorld"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1424,
                      "end": 1504,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 88
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1430,
                          "end": 1504,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 14
                            },
                            "end": {
                              "line": 33,
                              "column": 88
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1430,
                            "end": 1438,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 14
                              },
                              "end": {
                                "line": 33,
                                "column": 22
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1441,
                            "end": 1504,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 25
                              },
                              "end": {
                                "line": 33,
                                "column": 88
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1441,
                              "end": 1459,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 25
                                },
                                "end": {
                                  "line": 33,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1441,
                                "end": 1444,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 28
                                  },
                                  "identifierName": "ray"
                                },
                                "name": "ray"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1445,
                                "end": 1459,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 43
                                  },
                                  "identifierName": "intersectPlane"
                                },
                                "name": "intersectPlane"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 1460,
                                "end": 1503,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 87
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1464,
                                  "end": 1475,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1464,
                                    "end": 1469,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 53
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1470,
                                    "end": 1475,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 59
                                      },
                                      "identifierName": "Plane"
                                    },
                                    "name": "Plane"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "start": 1476,
                                    "end": 1502,
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 86
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1480,
                                      "end": 1493,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 77
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1480,
                                        "end": 1485,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 69
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1486,
                                        "end": 1493,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 77
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NumericLiteral",
                                        "start": 1494,
                                        "end": 1495,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 78
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 79
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 1497,
                                        "end": 1498,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 82
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 1500,
                                        "end": 1501,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 85
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "value": 1
                                      }
                                    ]
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1513,
                      "end": 1545,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1513,
                        "end": 1545,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 40
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1513,
                          "end": 1524,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1513,
                            "end": 1517,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1518,
                            "end": 1524,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 13
                              },
                              "end": {
                                "line": 34,
                                "column": 19
                              },
                              "identifierName": "onDrag"
                            },
                            "name": "onDrag"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1525,
                            "end": 1534,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 20
                              },
                              "end": {
                                "line": 34,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1525,
                              "end": 1529,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 20
                                },
                                "end": {
                                  "line": 34,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1530,
                              "end": 1534,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 25
                                },
                                "end": {
                                  "line": 34,
                                  "column": 29
                                },
                                "identifierName": "info"
                              },
                              "name": "info"
                            },
                            "computed": false
                          },
                          {
                            "type": "Identifier",
                            "start": 1536,
                            "end": 1544,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 31
                              },
                              "end": {
                                "line": 34,
                                "column": 39
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1554,
                      "end": 1592,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1554,
                        "end": 1592,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 46
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1554,
                          "end": 1581,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1554,
                            "end": 1565,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1554,
                              "end": 1558,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1559,
                              "end": 1565,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 13
                                },
                                "end": {
                                  "line": 35,
                                  "column": 19
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1566,
                            "end": 1581,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 20
                              },
                              "end": {
                                "line": 35,
                                "column": 35
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1582,
                            "end": 1591,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 36
                              },
                              "end": {
                                "line": 35,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1582,
                              "end": 1586,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 36
                                },
                                "end": {
                                  "line": 35,
                                  "column": 40
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1587,
                              "end": 1591,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 41
                                },
                                "end": {
                                  "line": 35,
                                  "column": 45
                                },
                                "identifierName": "info"
                              },
                              "name": "info"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1604,
                "end": 1814,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 4
                  },
                  "end": {
                    "line": 43,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1605,
                  "end": 1639,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 5
                    },
                    "end": {
                      "line": 38,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1605,
                    "end": 1631,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 5
                      },
                      "end": {
                        "line": 38,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1605,
                      "end": 1619,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 5
                        },
                        "end": {
                          "line": 38,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1605,
                        "end": 1612,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 5
                          },
                          "end": {
                            "line": 38,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1613,
                        "end": 1619,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 13
                          },
                          "end": {
                            "line": 38,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1620,
                      "end": 1631,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 20
                        },
                        "end": {
                          "line": 38,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1632,
                    "end": 1639,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 32
                      },
                      "end": {
                        "line": 38,
                        "column": 39
                      },
                      "identifierName": "Dropped"
                    },
                    "name": "Dropped"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1641,
                    "end": 1650,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 41
                      },
                      "end": {
                        "line": 38,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1652,
                  "end": 1814,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 52
                    },
                    "end": {
                      "line": 43,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1662,
                      "end": 1689,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1662,
                        "end": 1689,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1662,
                          "end": 1681,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1662,
                            "end": 1671,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1662,
                              "end": 1666,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1667,
                              "end": 1671,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 13
                                },
                                "end": {
                                  "line": 39,
                                  "column": 17
                                },
                                "identifierName": "view"
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1672,
                            "end": 1681,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 18
                              },
                              "end": {
                                "line": 39,
                                "column": 27
                              },
                              "identifierName": "setCursor"
                            },
                            "name": "setCursor"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 1682,
                            "end": 1688,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 28
                              },
                              "end": {
                                "line": 39,
                                "column": 34
                              }
                            },
                            "extra": {
                              "rawValue": "grab",
                              "raw": "'grab'"
                            },
                            "value": "grab"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1698,
                      "end": 1731,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1698,
                        "end": 1731,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1698,
                          "end": 1724,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1698,
                            "end": 1716,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1698,
                              "end": 1707,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1698,
                                "end": 1702,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1703,
                                "end": 1707,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 17
                                  },
                                  "identifierName": "view"
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1708,
                              "end": 1716,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 18
                                },
                                "end": {
                                  "line": 40,
                                  "column": 26
                                },
                                "identifierName": "controls"
                              },
                              "name": "controls"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1717,
                            "end": 1724,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 27
                              },
                              "end": {
                                "line": 40,
                                "column": 34
                              },
                              "identifierName": "enabled"
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 1727,
                          "end": 1731,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 37
                            },
                            "end": {
                              "line": 40,
                              "column": 41
                            }
                          },
                          "value": true
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1740,
                      "end": 1762,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 41,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1740,
                        "end": 1762,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 8
                          },
                          "end": {
                            "line": 41,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1740,
                          "end": 1751,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1740,
                            "end": 1744,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1745,
                            "end": 1751,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 13
                              },
                              "end": {
                                "line": 41,
                                "column": 19
                              },
                              "identifierName": "onDrop"
                            },
                            "name": "onDrop"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1752,
                            "end": 1761,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 20
                              },
                              "end": {
                                "line": 41,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1752,
                              "end": 1756,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 20
                                },
                                "end": {
                                  "line": 41,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1757,
                              "end": 1761,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 25
                                },
                                "end": {
                                  "line": 41,
                                  "column": 29
                                },
                                "identifierName": "info"
                              },
                              "name": "info"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1771,
                      "end": 1808,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1771,
                        "end": 1808,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1771,
                          "end": 1806,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1771,
                            "end": 1789,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1771,
                              "end": 1782,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1771,
                                "end": 1775,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1776,
                                "end": 1782,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 19
                                  },
                                  "identifierName": "parent"
                                },
                                "name": "parent"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1783,
                              "end": 1789,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 20
                                },
                                "end": {
                                  "line": 42,
                                  "column": 26
                                },
                                "identifierName": "plugin"
                              },
                              "name": "plugin"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1790,
                            "end": 1806,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 27
                              },
                              "end": {
                                "line": 42,
                                "column": 43
                              },
                              "identifierName": "afterSetCallback"
                            },
                            "name": "afterSetCallback"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1820,
                "end": 1963,
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 4
                  },
                  "end": {
                    "line": 47,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1821,
                  "end": 1855,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 5
                    },
                    "end": {
                      "line": 45,
                      "column": 39
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1821,
                    "end": 1847,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 5
                      },
                      "end": {
                        "line": 45,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1821,
                      "end": 1835,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 5
                        },
                        "end": {
                          "line": 45,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1821,
                        "end": 1828,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 5
                          },
                          "end": {
                            "line": 45,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1829,
                        "end": 1835,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 13
                          },
                          "end": {
                            "line": 45,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1836,
                      "end": 1847,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 20
                        },
                        "end": {
                          "line": 45,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1848,
                    "end": 1855,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 32
                      },
                      "end": {
                        "line": 45,
                        "column": 39
                      },
                      "identifierName": "Clicked"
                    },
                    "name": "Clicked"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1857,
                    "end": 1866,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 41
                      },
                      "end": {
                        "line": 45,
                        "column": 50
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1868,
                  "end": 1963,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 52
                    },
                    "end": {
                      "line": 47,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1878,
                      "end": 1957,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 87
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 1882,
                        "end": 1909,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 12
                          },
                          "end": {
                            "line": 46,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1882,
                          "end": 1900,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 12
                            },
                            "end": {
                              "line": 46,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1882,
                            "end": 1893,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 12
                              },
                              "end": {
                                "line": 46,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1882,
                              "end": 1886,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 12
                                },
                                "end": {
                                  "line": 46,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1887,
                              "end": 1893,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 17
                                },
                                "end": {
                                  "line": 46,
                                  "column": 23
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1894,
                            "end": 1900,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 24
                              },
                              "end": {
                                "line": 46,
                                "column": 30
                              },
                              "identifierName": "plugin"
                            },
                            "name": "plugin"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1901,
                          "end": 1909,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 31
                            },
                            "end": {
                              "line": 46,
                              "column": 39
                            },
                            "identifierName": "selector"
                          },
                          "name": "selector"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1911,
                        "end": 1957,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 41
                          },
                          "end": {
                            "line": 46,
                            "column": 87
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1911,
                          "end": 1957,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 41
                            },
                            "end": {
                              "line": 46,
                              "column": 87
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1911,
                            "end": 1946,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 41
                              },
                              "end": {
                                "line": 46,
                                "column": 76
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1911,
                              "end": 1938,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 41
                                },
                                "end": {
                                  "line": 46,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1911,
                                "end": 1929,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1911,
                                  "end": 1922,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1911,
                                    "end": 1915,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1916,
                                    "end": 1922,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 52
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1923,
                                  "end": 1929,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 59
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1930,
                                "end": 1938,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 68
                                  },
                                  "identifierName": "selector"
                                },
                                "name": "selector"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1939,
                              "end": 1946,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 69
                                },
                                "end": {
                                  "line": 46,
                                  "column": 76
                                },
                                "identifierName": "clicked"
                              },
                              "name": "clicked"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1947,
                              "end": 1956,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 77
                                },
                                "end": {
                                  "line": 46,
                                  "column": 86
                                },
                                "identifierName": "hitObject"
                              },
                              "name": "hitObject"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1969,
                "end": 2110,
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 4
                  },
                  "end": {
                    "line": 51,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 1970,
                  "end": 2003,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 5
                    },
                    "end": {
                      "line": 49,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 1970,
                    "end": 1996,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 5
                      },
                      "end": {
                        "line": 49,
                        "column": 31
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 1970,
                      "end": 1984,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 5
                        },
                        "end": {
                          "line": 49,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 1970,
                        "end": 1977,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 5
                          },
                          "end": {
                            "line": 49,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 1978,
                        "end": 1984,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 13
                          },
                          "end": {
                            "line": 49,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 1985,
                      "end": 1996,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 20
                        },
                        "end": {
                          "line": 49,
                          "column": 31
                        },
                        "identifierName": "Interaction"
                      },
                      "name": "Interaction"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 1997,
                    "end": 2003,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 32
                      },
                      "end": {
                        "line": 49,
                        "column": 38
                      },
                      "identifierName": "Missed"
                    },
                    "name": "Missed"
                  },
                  "computed": false
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2005,
                    "end": 2014,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 40
                      },
                      "end": {
                        "line": 49,
                        "column": 49
                      },
                      "identifierName": "hitObject"
                    },
                    "name": "hitObject"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2016,
                  "end": 2110,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 51
                    },
                    "end": {
                      "line": 51,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2026,
                      "end": 2104,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 86
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2030,
                        "end": 2057,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 12
                          },
                          "end": {
                            "line": 50,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 2030,
                          "end": 2048,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 12
                            },
                            "end": {
                              "line": 50,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2030,
                            "end": 2041,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 12
                              },
                              "end": {
                                "line": 50,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2030,
                              "end": 2034,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 12
                                },
                                "end": {
                                  "line": 50,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2035,
                              "end": 2041,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 17
                                },
                                "end": {
                                  "line": 50,
                                  "column": 23
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2042,
                            "end": 2048,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 24
                              },
                              "end": {
                                "line": 50,
                                "column": 30
                              },
                              "identifierName": "plugin"
                            },
                            "name": "plugin"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2049,
                          "end": 2057,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 31
                            },
                            "end": {
                              "line": 50,
                              "column": 39
                            },
                            "identifierName": "selector"
                          },
                          "name": "selector"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2059,
                        "end": 2104,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 41
                          },
                          "end": {
                            "line": 50,
                            "column": 86
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2059,
                          "end": 2104,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 41
                            },
                            "end": {
                              "line": 50,
                              "column": 86
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2059,
                            "end": 2093,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 41
                              },
                              "end": {
                                "line": 50,
                                "column": 75
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2059,
                              "end": 2086,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 41
                                },
                                "end": {
                                  "line": 50,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2059,
                                "end": 2077,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2059,
                                  "end": 2070,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2059,
                                    "end": 2063,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2064,
                                    "end": 2070,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 52
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2071,
                                  "end": 2077,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 59
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2078,
                                "end": 2086,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 68
                                  },
                                  "identifierName": "selector"
                                },
                                "name": "selector"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2087,
                              "end": 2093,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 69
                                },
                                "end": {
                                  "line": 50,
                                  "column": 75
                                },
                                "identifierName": "missed"
                              },
                              "name": "missed"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 2094,
                              "end": 2103,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 76
                                },
                                "end": {
                                  "line": 50,
                                  "column": 85
                                },
                                "identifierName": "hitObject"
                              },
                              "name": "hitObject"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2116,
                "end": 2270,
                "loc": {
                  "start": {
                    "line": 53,
                    "column": 4
                  },
                  "end": {
                    "line": 56,
                    "column": 5
                  }
                },
                "computed": true,
                "key": {
                  "type": "MemberExpression",
                  "start": 2117,
                  "end": 2150,
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 5
                    },
                    "end": {
                      "line": 53,
                      "column": 38
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 2117,
                    "end": 2141,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 5
                      },
                      "end": {
                        "line": 53,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 2117,
                      "end": 2131,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 5
                        },
                        "end": {
                          "line": 53,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 2117,
                        "end": 2124,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 5
                          },
                          "end": {
                            "line": 53,
                            "column": 12
                          },
                          "identifierName": "Object3"
                        },
                        "name": "Object3"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 2125,
                        "end": 2131,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 13
                          },
                          "end": {
                            "line": 53,
                            "column": 19
                          },
                          "identifierName": "Events"
                        },
                        "name": "Events"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 2132,
                      "end": 2141,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 20
                        },
                        "end": {
                          "line": 53,
                          "column": 29
                        },
                        "identifierName": "Lifecycle"
                      },
                      "name": "Lifecycle"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2142,
                    "end": 2150,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 30
                      },
                      "end": {
                        "line": 53,
                        "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": 2154,
                  "end": 2270,
                  "loc": {
                    "start": {
                      "line": 53,
                      "column": 42
                    },
                    "end": {
                      "line": 56,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2164,
                      "end": 2236,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 8
                        },
                        "end": {
                          "line": 54,
                          "column": 80
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2170,
                          "end": 2236,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 14
                            },
                            "end": {
                              "line": 54,
                              "column": 80
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2170,
                            "end": 2175,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 14
                              },
                              "end": {
                                "line": 54,
                                "column": 19
                              },
                              "identifierName": "scale"
                            },
                            "name": "scale"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 2178,
                            "end": 2236,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 22
                              },
                              "end": {
                                "line": 54,
                                "column": 80
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2178,
                              "end": 2208,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 22
                                },
                                "end": {
                                  "line": 54,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2178,
                                "end": 2187,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2178,
                                  "end": 2182,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2183,
                                  "end": 2187,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 31
                                    },
                                    "identifierName": "view"
                                  },
                                  "name": "view"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2188,
                                "end": 2208,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 52
                                  },
                                  "identifierName": "calculateScaleFactor"
                                },
                                "name": "calculateScaleFactor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 2209,
                                "end": 2232,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 76
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2209,
                                  "end": 2230,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 74
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2209,
                                    "end": 2213,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 57
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2214,
                                    "end": 2230,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 74
                                      },
                                      "identifierName": "getWorldPosition"
                                    },
                                    "name": "getWorldPosition"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 2234,
                                "end": 2235,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 79
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2245,
                      "end": 2264,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2245,
                        "end": 2264,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 8
                          },
                          "end": {
                            "line": 55,
                            "column": 27
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2245,
                          "end": 2257,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 8
                            },
                            "end": {
                              "line": 55,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2245,
                            "end": 2249,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 8
                              },
                              "end": {
                                "line": 55,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2250,
                            "end": 2257,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 13
                              },
                              "end": {
                                "line": 55,
                                "column": 20
                              },
                              "identifierName": "onScale"
                            },
                            "name": "onScale"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 2258,
                            "end": 2263,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 21
                              },
                              "end": {
                                "line": 55,
                                "column": 26
                              },
                              "identifierName": "scale"
                            },
                            "name": "scale"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called when the dimension state changes, should update meshes",
                    "start": 2276,
                    "end": 2340,
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 4
                      },
                      "end": {
                        "line": 58,
                        "column": 68
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2345,
                "end": 3030,
                "loc": {
                  "start": {
                    "line": 59,
                    "column": 4
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2345,
                  "end": 2360,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 4
                    },
                    "end": {
                      "line": 59,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2361,
                    "end": 2365,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 20
                      },
                      "end": {
                        "line": 59,
                        "column": 24
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2367,
                  "end": 3030,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 26
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2377,
                      "end": 2393,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 8
                        },
                        "end": {
                          "line": 60,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2377,
                        "end": 2393,
                        "loc": {
                          "start": {
                            "line": 60,
                            "column": 8
                          },
                          "end": {
                            "line": 60,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2377,
                          "end": 2386,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 8
                            },
                            "end": {
                              "line": 60,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2377,
                            "end": 2381,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 8
                              },
                              "end": {
                                "line": 60,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2382,
                            "end": 2386,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 13
                              },
                              "end": {
                                "line": 60,
                                "column": 17
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2389,
                          "end": 2393,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 20
                            },
                            "end": {
                              "line": 60,
                              "column": 24
                            },
                            "identifierName": "info"
                          },
                          "name": "info"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2402,
                      "end": 2457,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 8
                        },
                        "end": {
                          "line": 61,
                          "column": 63
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2402,
                        "end": 2457,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 8
                          },
                          "end": {
                            "line": 61,
                            "column": 63
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2402,
                          "end": 2413,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 8
                            },
                            "end": {
                              "line": 61,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2402,
                            "end": 2406,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 8
                              },
                              "end": {
                                "line": 61,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2407,
                            "end": 2413,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 13
                              },
                              "end": {
                                "line": 61,
                                "column": 19
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 2416,
                          "end": 2457,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 22
                            },
                            "end": {
                              "line": 61,
                              "column": 63
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2416,
                            "end": 2450,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 22
                              },
                              "end": {
                                "line": 61,
                                "column": 56
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2416,
                              "end": 2442,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 22
                                },
                                "end": {
                                  "line": 61,
                                  "column": 48
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2416,
                                "end": 2434,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2416,
                                  "end": 2427,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2416,
                                    "end": 2420,
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2421,
                                    "end": 2427,
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 33
                                      },
                                      "identifierName": "parent"
                                    },
                                    "name": "parent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2428,
                                  "end": 2434,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 40
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2435,
                                "end": 2442,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 61,
                                    "column": 48
                                  },
                                  "identifierName": "session"
                                },
                                "name": "session"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2443,
                              "end": 2450,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 49
                                },
                                "end": {
                                  "line": 61,
                                  "column": 56
                                },
                                "identifierName": "globals"
                              },
                              "name": "globals"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2451,
                            "end": 2457,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 57
                              },
                              "end": {
                                "line": 61,
                                "column": 63
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2466,
                      "end": 2524,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 62,
                          "column": 66
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2466,
                        "end": 2524,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 8
                          },
                          "end": {
                            "line": 62,
                            "column": 66
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2466,
                          "end": 2485,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 8
                            },
                            "end": {
                              "line": 62,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2466,
                            "end": 2479,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 8
                              },
                              "end": {
                                "line": 62,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2466,
                              "end": 2470,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 8
                                },
                                "end": {
                                  "line": 62,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2471,
                              "end": 2479,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 13
                                },
                                "end": {
                                  "line": 62,
                                  "column": 21
                                },
                                "identifierName": "material"
                              },
                              "name": "material"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2480,
                            "end": 2485,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 22
                              },
                              "end": {
                                "line": 62,
                                "column": 27
                              },
                              "identifierName": "color"
                            },
                            "name": "color"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 2488,
                          "end": 2524,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 30
                            },
                            "end": {
                              "line": 62,
                              "column": 66
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2492,
                            "end": 2503,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 34
                              },
                              "end": {
                                "line": 62,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2492,
                              "end": 2497,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 34
                                },
                                "end": {
                                  "line": 62,
                                  "column": 39
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2498,
                              "end": 2503,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 40
                                },
                                "end": {
                                  "line": 62,
                                  "column": 45
                                },
                                "identifierName": "Color"
                              },
                              "name": "Color"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 2504,
                              "end": 2523,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 46
                                },
                                "end": {
                                  "line": 62,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2504,
                                "end": 2515,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 57
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2504,
                                  "end": 2508,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 50
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2509,
                                  "end": 2515,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 57
                                    },
                                    "identifierName": "colors"
                                  },
                                  "name": "colors"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2516,
                                "end": 2523,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 65
                                  },
                                  "identifierName": "primary"
                                },
                                "name": "primary"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2533,
                      "end": 2560,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2533,
                        "end": 2560,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2533,
                          "end": 2545,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2533,
                            "end": 2537,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 8
                              },
                              "end": {
                                "line": 63,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2538,
                            "end": 2545,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 13
                              },
                              "end": {
                                "line": 63,
                                "column": 20
                              },
                              "identifierName": "visible"
                            },
                            "name": "visible"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 2548,
                          "end": 2560,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 23
                            },
                            "end": {
                              "line": 63,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2548,
                            "end": 2552,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 23
                              },
                              "end": {
                                "line": 63,
                                "column": 27
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2553,
                            "end": 2560,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 28
                              },
                              "end": {
                                "line": 63,
                                "column": 35
                              },
                              "identifierName": "visible"
                            },
                            "name": "visible"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2569,
                      "end": 2587,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 8
                        },
                        "end": {
                          "line": 64,
                          "column": 26
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2573,
                          "end": 2587,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 12
                            },
                            "end": {
                              "line": 64,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2573,
                            "end": 2582,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 12
                              },
                              "end": {
                                "line": 64,
                                "column": 21
                              },
                              "identifierName": "textParts"
                            },
                            "name": "textParts"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 2585,
                            "end": 2587,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 24
                              },
                              "end": {
                                "line": 64,
                                "column": 26
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2596,
                      "end": 2723,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 8
                        },
                        "end": {
                          "line": 66,
                          "column": 66
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2600,
                        "end": 2655,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 12
                          },
                          "end": {
                            "line": 65,
                            "column": 67
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 2601,
                          "end": 2655,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 13
                            },
                            "end": {
                              "line": 65,
                              "column": 67
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2601,
                            "end": 2650,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 13
                              },
                              "end": {
                                "line": 65,
                                "column": 62
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2601,
                              "end": 2639,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 13
                                },
                                "end": {
                                  "line": 65,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2601,
                                "end": 2633,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2601,
                                  "end": 2623,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2601,
                                    "end": 2615,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2601,
                                      "end": 2605,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 17
                                        },
                                        "identifierName": "info"
                                      },
                                      "name": "info"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2606,
                                      "end": 2615,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 27
                                        },
                                        "identifierName": "dimension"
                                      },
                                      "name": "dimension"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2616,
                                    "end": 2623,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 35
                                      },
                                      "identifierName": "members"
                                    },
                                    "name": "members"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2624,
                                  "end": 2633,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 45
                                    },
                                    "identifierName": "paramName"
                                  },
                                  "name": "paramName"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2634,
                                "end": 2639,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 51
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2640,
                              "end": 2650,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 52
                                },
                                "end": {
                                  "line": 65,
                                  "column": 62
                                },
                                "identifierName": "startsWith"
                              },
                              "name": "startsWith"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 2651,
                              "end": 2654,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 63
                                },
                                "end": {
                                  "line": 65,
                                  "column": 66
                                }
                              },
                              "extra": {
                                "rawValue": "_",
                                "raw": "'_'"
                              },
                              "value": "_"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2669,
                        "end": 2723,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 12
                          },
                          "end": {
                            "line": 66,
                            "column": 66
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2669,
                          "end": 2723,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 12
                            },
                            "end": {
                              "line": 66,
                              "column": 66
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2669,
                            "end": 2683,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 12
                              },
                              "end": {
                                "line": 66,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2669,
                              "end": 2678,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 12
                                },
                                "end": {
                                  "line": 66,
                                  "column": 21
                                },
                                "identifierName": "textParts"
                              },
                              "name": "textParts"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2679,
                              "end": 2683,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 22
                                },
                                "end": {
                                  "line": 66,
                                  "column": 26
                                },
                                "identifierName": "push"
                              },
                              "name": "push"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 2684,
                              "end": 2722,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 27
                                },
                                "end": {
                                  "line": 66,
                                  "column": 65
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2684,
                                "end": 2716,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2684,
                                  "end": 2706,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2684,
                                    "end": 2698,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2684,
                                      "end": 2688,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 31
                                        },
                                        "identifierName": "info"
                                      },
                                      "name": "info"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2689,
                                      "end": 2698,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 41
                                        },
                                        "identifierName": "dimension"
                                      },
                                      "name": "dimension"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2699,
                                    "end": 2706,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 49
                                      },
                                      "identifierName": "members"
                                    },
                                    "name": "members"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2707,
                                  "end": 2716,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 59
                                    },
                                    "identifierName": "paramName"
                                  },
                                  "name": "paramName"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2717,
                                "end": 2722,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 60
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 65
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2732,
                      "end": 2884,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 69,
                          "column": 56
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2738,
                          "end": 2884,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 14
                            },
                            "end": {
                              "line": 69,
                              "column": 56
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2738,
                            "end": 2741,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 14
                              },
                              "end": {
                                "line": 67,
                                "column": 17
                              },
                              "identifierName": "num"
                            },
                            "name": "num"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 2744,
                            "end": 2884,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 20
                              },
                              "end": {
                                "line": 69,
                                "column": 56
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 2744,
                              "end": 2785,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 20
                                },
                                "end": {
                                  "line": 67,
                                  "column": 61
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2744,
                                "end": 2771,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2744,
                                  "end": 2758,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2744,
                                    "end": 2748,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 24
                                      },
                                      "identifierName": "info"
                                    },
                                    "name": "info"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2749,
                                    "end": 2758,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 34
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2759,
                                  "end": 2771,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 47
                                    },
                                    "identifierName": "previewValue"
                                  },
                                  "name": "previewValue"
                                },
                                "computed": false
                              },
                              "operator": "!==",
                              "right": {
                                "type": "Identifier",
                                "start": 2776,
                                "end": 2785,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 61
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "consequent": {
                              "type": "MemberExpression",
                              "start": 2800,
                              "end": 2827,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 14
                                },
                                "end": {
                                  "line": 68,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2800,
                                "end": 2814,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2800,
                                  "end": 2804,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 18
                                    },
                                    "identifierName": "info"
                                  },
                                  "name": "info"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2805,
                                  "end": 2814,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 28
                                    },
                                    "identifierName": "dimension"
                                  },
                                  "name": "dimension"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2815,
                                "end": 2827,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 41
                                  },
                                  "identifierName": "previewValue"
                                },
                                "name": "previewValue"
                              },
                              "computed": false
                            },
                            "alternate": {
                              "type": "ConditionalExpression",
                              "start": 2842,
                              "end": 2884,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 14
                                },
                                "end": {
                                  "line": 69,
                                  "column": 56
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 2842,
                                "end": 2859,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2842,
                                  "end": 2856,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2842,
                                    "end": 2846,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 18
                                      },
                                      "identifierName": "info"
                                    },
                                    "name": "info"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2847,
                                    "end": 2856,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 28
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2857,
                                  "end": 2859,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 31
                                    },
                                    "identifierName": "id"
                                  },
                                  "name": "id"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "MemberExpression",
                                "start": 2862,
                                "end": 2872,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2862,
                                  "end": 2866,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 38
                                    },
                                    "identifierName": "info"
                                  },
                                  "name": "info"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2867,
                                  "end": 2872,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 44
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              },
                              "alternate": {
                                "type": "Identifier",
                                "start": 2875,
                                "end": 2884,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 56
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2893,
                      "end": 2984,
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 8
                        },
                        "end": {
                          "line": 70,
                          "column": 99
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2897,
                        "end": 2914,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 12
                          },
                          "end": {
                            "line": 70,
                            "column": 29
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2897,
                          "end": 2900,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 12
                            },
                            "end": {
                              "line": 70,
                              "column": 15
                            },
                            "identifierName": "num"
                          },
                          "name": "num"
                        },
                        "operator": "!==",
                        "right": {
                          "type": "Identifier",
                          "start": 2905,
                          "end": 2914,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 20
                            },
                            "end": {
                              "line": 70,
                              "column": 29
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2916,
                        "end": 2984,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 31
                          },
                          "end": {
                            "line": 70,
                            "column": 99
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 2916,
                          "end": 2984,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 31
                            },
                            "end": {
                              "line": 70,
                              "column": 99
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2916,
                            "end": 2930,
                            "loc": {
                              "start": {
                                "line": 70,
                                "column": 31
                              },
                              "end": {
                                "line": 70,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2916,
                              "end": 2925,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 31
                                },
                                "end": {
                                  "line": 70,
                                  "column": 40
                                },
                                "identifierName": "textParts"
                              },
                              "name": "textParts"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2926,
                              "end": 2930,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 41
                                },
                                "end": {
                                  "line": 70,
                                  "column": 45
                                },
                                "identifierName": "push"
                              },
                              "name": "push"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ConditionalExpression",
                              "start": 2931,
                              "end": 2983,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 46
                                },
                                "end": {
                                  "line": 70,
                                  "column": 98
                                }
                              },
                              "test": {
                                "type": "CallExpression",
                                "start": 2931,
                                "end": 2952,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 67
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2931,
                                  "end": 2947,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 62
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2931,
                                    "end": 2937,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 52
                                      },
                                      "identifierName": "Number"
                                    },
                                    "name": "Number"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2938,
                                    "end": 2947,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 62
                                      },
                                      "identifierName": "isInteger"
                                    },
                                    "name": "isInteger"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 2948,
                                    "end": 2951,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 66
                                      },
                                      "identifierName": "num"
                                    },
                                    "name": "num"
                                  }
                                ]
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 2955,
                                "end": 2966,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 81
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 2955,
                                  "end": 2961,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 70
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 76
                                    },
                                    "identifierName": "String"
                                  },
                                  "name": "String"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 2962,
                                    "end": 2965,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 80
                                      },
                                      "identifierName": "num"
                                    },
                                    "name": "num"
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "CallExpression",
                                "start": 2969,
                                "end": 2983,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 84
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 98
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2969,
                                  "end": 2980,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 95
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2969,
                                    "end": 2972,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 87
                                      },
                                      "identifierName": "num"
                                    },
                                    "name": "num"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2973,
                                    "end": 2980,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 95
                                      },
                                      "identifierName": "toFixed"
                                    },
                                    "name": "toFixed"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NumericLiteral",
                                    "start": 2981,
                                    "end": 2982,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 97
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2993,
                      "end": 3024,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2993,
                        "end": 3024,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 8
                          },
                          "end": {
                            "line": 71,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2993,
                          "end": 3002,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2993,
                            "end": 2997,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 8
                              },
                              "end": {
                                "line": 71,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2998,
                            "end": 3002,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 13
                              },
                              "end": {
                                "line": 71,
                                "column": 17
                              },
                              "identifierName": "text"
                            },
                            "name": "text"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 3005,
                          "end": 3024,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 20
                            },
                            "end": {
                              "line": 71,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3005,
                            "end": 3019,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 20
                              },
                              "end": {
                                "line": 71,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3005,
                              "end": 3014,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 20
                                },
                                "end": {
                                  "line": 71,
                                  "column": 29
                                },
                                "identifierName": "textParts"
                              },
                              "name": "textParts"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3015,
                              "end": 3019,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 30
                                },
                                "end": {
                                  "line": 71,
                                  "column": 34
                                },
                                "identifierName": "join"
                              },
                              "name": "join"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 3020,
                              "end": 3023,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 35
                                },
                                "end": {
                                  "line": 71,
                                  "column": 38
                                }
                              },
                              "extra": {
                                "rawValue": " ",
                                "raw": "' '"
                              },
                              "value": " "
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called when the dimension state changes, should update meshes",
                    "start": 2276,
                    "end": 2340,
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 4
                      },
                      "end": {
                        "line": 58,
                        "column": 68
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
                    "start": 3036,
                    "end": 3128,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 4
                      },
                      "end": {
                        "line": 74,
                        "column": 96
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3133,
                "end": 3158,
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 4
                  },
                  "end": {
                    "line": 75,
                    "column": 29
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3133,
                  "end": 3139,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 4
                    },
                    "end": {
                      "line": 75,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3140,
                    "end": 3144,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 11
                      },
                      "end": {
                        "line": 75,
                        "column": 15
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  },
                  {
                    "type": "Identifier",
                    "start": 3146,
                    "end": 3154,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 17
                      },
                      "end": {
                        "line": 75,
                        "column": 25
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3156,
                  "end": 3158,
                  "loc": {
                    "start": {
                      "line": 75,
                      "column": 27
                    },
                    "end": {
                      "line": 75,
                      "column": 29
                    }
                  },
                  "body": [],
                  "directives": [],
                  "leadingComments": null,
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
                    "start": 3036,
                    "end": 3128,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 4
                      },
                      "end": {
                        "line": 74,
                        "column": 96
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
                    "start": 3164,
                    "end": 3253,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 4
                      },
                      "end": {
                        "line": 77,
                        "column": 93
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3258,
                "end": 3273,
                "loc": {
                  "start": {
                    "line": 78,
                    "column": 4
                  },
                  "end": {
                    "line": 78,
                    "column": 19
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3258,
                  "end": 3264,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 4
                    },
                    "end": {
                      "line": 78,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3265,
                    "end": 3269,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 11
                      },
                      "end": {
                        "line": 78,
                        "column": 15
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3271,
                  "end": 3273,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 17
                    },
                    "end": {
                      "line": 78,
                      "column": 19
                    }
                  },
                  "body": [],
                  "directives": [],
                  "leadingComments": null,
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
                    "start": 3164,
                    "end": 3253,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 4
                      },
                      "end": {
                        "line": 77,
                        "column": 93
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
                    "start": 3279,
                    "end": 3348,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 4
                      },
                      "end": {
                        "line": 80,
                        "column": 73
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3353,
                "end": 3370,
                "loc": {
                  "start": {
                    "line": 81,
                    "column": 4
                  },
                  "end": {
                    "line": 81,
                    "column": 21
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3353,
                  "end": 3360,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 4
                    },
                    "end": {
                      "line": 81,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3361,
                    "end": 3366,
                    "loc": {
                      "start": {
                        "line": 81,
                        "column": 12
                      },
                      "end": {
                        "line": 81,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3368,
                  "end": 3370,
                  "loc": {
                    "start": {
                      "line": 81,
                      "column": 19
                    },
                    "end": {
                      "line": 81,
                      "column": 21
                    }
                  },
                  "body": [],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
                    "start": 3279,
                    "end": 3348,
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 4
                      },
                      "end": {
                        "line": 80,
                        "column": 73
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 3374,
        "end": 4119,
        "loc": {
          "start": {
            "line": 84,
            "column": 0
          },
          "end": {
            "line": 110,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 3381,
          "end": 4119,
          "loc": {
            "start": {
              "line": 84,
              "column": 7
            },
            "end": {
              "line": 110,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 3387,
            "end": 3401,
            "loc": {
              "start": {
                "line": 84,
                "column": 13
              },
              "end": {
                "line": 84,
                "column": 27
              },
              "identifierName": "PositionHandle"
            },
            "name": "PositionHandle"
          },
          "superClass": {
            "type": "Identifier",
            "start": 3410,
            "end": 3416,
            "loc": {
              "start": {
                "line": 84,
                "column": 36
              },
              "end": {
                "line": 84,
                "column": 42
              },
              "identifierName": "Handle"
            },
            "name": "Handle"
          },
          "body": {
            "type": "ClassBody",
            "start": 3417,
            "end": 4119,
            "loc": {
              "start": {
                "line": 84,
                "column": 43
              },
              "end": {
                "line": 110,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 3423,
                "end": 3713,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 4
                  },
                  "end": {
                    "line": 92,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3423,
                  "end": 3434,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 4
                    },
                    "end": {
                      "line": 85,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3435,
                    "end": 3441,
                    "loc": {
                      "start": {
                        "line": 85,
                        "column": 16
                      },
                      "end": {
                        "line": 85,
                        "column": 22
                      },
                      "identifierName": "plugin"
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3443,
                  "end": 3713,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 24
                    },
                    "end": {
                      "line": 92,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3453,
                      "end": 3497,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 52
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3459,
                          "end": 3497,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 14
                            },
                            "end": {
                              "line": 86,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3459,
                            "end": 3465,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 14
                              },
                              "end": {
                                "line": 86,
                                "column": 20
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3468,
                            "end": 3497,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 23
                              },
                              "end": {
                                "line": 86,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3468,
                              "end": 3490,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 23
                                },
                                "end": {
                                  "line": 86,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3468,
                                "end": 3482,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3468,
                                  "end": 3474,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 29
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3475,
                                  "end": 3482,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 37
                                    },
                                    "identifierName": "session"
                                  },
                                  "name": "session"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3483,
                                "end": 3490,
                                "loc": {
                                  "start": {
                                    "line": 86,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 45
                                  },
                                  "identifierName": "globals"
                                },
                                "name": "globals"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3491,
                              "end": 3497,
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 46
                                },
                                "end": {
                                  "line": 86,
                                  "column": 52
                                },
                                "identifierName": "colors"
                              },
                              "name": "colors"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3506,
                      "end": 3678,
                      "loc": {
                        "start": {
                          "line": 87,
                          "column": 8
                        },
                        "end": {
                          "line": 90,
                          "column": 9
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3506,
                        "end": 3678,
                        "loc": {
                          "start": {
                            "line": 87,
                            "column": 8
                          },
                          "end": {
                            "line": 90,
                            "column": 9
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 3506,
                          "end": 3511,
                          "loc": {
                            "start": {
                              "line": 87,
                              "column": 8
                            },
                            "end": {
                              "line": 87,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 3525,
                            "end": 3566,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 12
                              },
                              "end": {
                                "line": 88,
                                "column": 53
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3529,
                              "end": 3555,
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 16
                                },
                                "end": {
                                  "line": 88,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3529,
                                "end": 3534,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3535,
                                "end": 3555,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 42
                                  },
                                  "identifierName": "SphereBufferGeometry"
                                },
                                "name": "SphereBufferGeometry"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NumericLiteral",
                                "start": 3556,
                                "end": 3557,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 44
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3559,
                                "end": 3561,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 48
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3563,
                                "end": 3565,
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              }
                            ]
                          },
                          {
                            "type": "NewExpression",
                            "start": 3580,
                            "end": 3667,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 12
                              },
                              "end": {
                                "line": 89,
                                "column": 99
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3584,
                              "end": 3607,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 16
                                },
                                "end": {
                                  "line": 89,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3584,
                                "end": 3589,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3590,
                                "end": 3607,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 39
                                  },
                                  "identifierName": "MeshBasicMaterial"
                                },
                                "name": "MeshBasicMaterial"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 3608,
                                "end": 3666,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 98
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3610,
                                    "end": 3631,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 63
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3610,
                                      "end": 3615,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 47
                                        },
                                        "identifierName": "color"
                                      },
                                      "name": "color"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 3617,
                                      "end": 3631,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3617,
                                        "end": 3623,
                                        "loc": {
                                          "start": {
                                            "line": 89,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 55
                                          },
                                          "identifierName": "colors"
                                        },
                                        "name": "colors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3624,
                                        "end": 3631,
                                        "loc": {
                                          "start": {
                                            "line": 89,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 89,
                                            "column": 63
                                          },
                                          "identifierName": "primary"
                                        },
                                        "name": "primary"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3633,
                                    "end": 3650,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 82
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3633,
                                      "end": 3644,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 76
                                        },
                                        "identifierName": "transparent"
                                      },
                                      "name": "transparent"
                                    },
                                    "value": {
                                      "type": "BooleanLiteral",
                                      "start": 3646,
                                      "end": 3650,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 82
                                        }
                                      },
                                      "value": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 3652,
                                    "end": 3664,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 96
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 3652,
                                      "end": 3659,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 91
                                        },
                                        "identifierName": "opacity"
                                      },
                                      "name": "opacity"
                                    },
                                    "value": {
                                      "type": "NumericLiteral",
                                      "start": 3661,
                                      "end": 3664,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 96
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0.3,
                                        "raw": "0.3"
                                      },
                                      "value": 0.3
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3687,
                      "end": 3707,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 8
                        },
                        "end": {
                          "line": 91,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3687,
                        "end": 3707,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 8
                          },
                          "end": {
                            "line": 91,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3687,
                          "end": 3698,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 8
                            },
                            "end": {
                              "line": 91,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3687,
                            "end": 3691,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 8
                              },
                              "end": {
                                "line": 91,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3692,
                            "end": 3698,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 13
                              },
                              "end": {
                                "line": 91,
                                "column": 19
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3701,
                          "end": 3707,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 22
                            },
                            "end": {
                              "line": 91,
                              "column": 28
                            },
                            "identifierName": "colors"
                          },
                          "name": "colors"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3719,
                "end": 3852,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 4
                  },
                  "end": {
                    "line": 97,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3719,
                  "end": 3734,
                  "loc": {
                    "start": {
                      "line": 94,
                      "column": 4
                    },
                    "end": {
                      "line": 94,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3735,
                    "end": 3739,
                    "loc": {
                      "start": {
                        "line": 94,
                        "column": 20
                      },
                      "end": {
                        "line": 94,
                        "column": 24
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3741,
                  "end": 3852,
                  "loc": {
                    "start": {
                      "line": 94,
                      "column": 26
                    },
                    "end": {
                      "line": 97,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3751,
                      "end": 3778,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 95,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3751,
                        "end": 3778,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 8
                          },
                          "end": {
                            "line": 95,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3751,
                          "end": 3772,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 8
                            },
                            "end": {
                              "line": 95,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 3751,
                            "end": 3756,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 8
                              },
                              "end": {
                                "line": 95,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3757,
                            "end": 3772,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 14
                              },
                              "end": {
                                "line": 95,
                                "column": 29
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3773,
                            "end": 3777,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 30
                              },
                              "end": {
                                "line": 95,
                                "column": 34
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3787,
                      "end": 3846,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 8
                        },
                        "end": {
                          "line": 96,
                          "column": 67
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3787,
                        "end": 3846,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 8
                          },
                          "end": {
                            "line": 96,
                            "column": 67
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3787,
                          "end": 3810,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 8
                            },
                            "end": {
                              "line": 96,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3787,
                            "end": 3800,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 8
                              },
                              "end": {
                                "line": 96,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3787,
                              "end": 3791,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 8
                                },
                                "end": {
                                  "line": 96,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3792,
                              "end": 3800,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 13
                                },
                                "end": {
                                  "line": 96,
                                  "column": 21
                                },
                                "identifierName": "position"
                              },
                              "name": "position"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3801,
                            "end": 3810,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 22
                              },
                              "end": {
                                "line": 96,
                                "column": 31
                              },
                              "identifierName": "fromArray"
                            },
                            "name": "fromArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 3811,
                            "end": 3845,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 32
                              },
                              "end": {
                                "line": 96,
                                "column": 66
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3811,
                              "end": 3839,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 32
                                },
                                "end": {
                                  "line": 96,
                                  "column": 60
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3811,
                                "end": 3833,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3811,
                                  "end": 3825,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3811,
                                    "end": 3815,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 36
                                      },
                                      "identifierName": "info"
                                    },
                                    "name": "info"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3816,
                                    "end": 3825,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 46
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3826,
                                  "end": 3833,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 54
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3834,
                                "end": 3839,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 60
                                  },
                                  "identifierName": "dimPt"
                                },
                                "name": "dimPt"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3840,
                              "end": 3845,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 61
                                },
                                "end": {
                                  "line": 96,
                                  "column": 66
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3858,
                "end": 3949,
                "loc": {
                  "start": {
                    "line": 99,
                    "column": 4
                  },
                  "end": {
                    "line": 101,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3858,
                  "end": 3864,
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 4
                    },
                    "end": {
                      "line": 99,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3865,
                    "end": 3869,
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 11
                      },
                      "end": {
                        "line": 99,
                        "column": 15
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  },
                  {
                    "type": "Identifier",
                    "start": 3871,
                    "end": 3879,
                    "loc": {
                      "start": {
                        "line": 99,
                        "column": 17
                      },
                      "end": {
                        "line": 99,
                        "column": 25
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3881,
                  "end": 3949,
                  "loc": {
                    "start": {
                      "line": 99,
                      "column": 27
                    },
                    "end": {
                      "line": 101,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3891,
                      "end": 3943,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 8
                        },
                        "end": {
                          "line": 100,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3891,
                        "end": 3943,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 8
                          },
                          "end": {
                            "line": 100,
                            "column": 60
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3891,
                          "end": 3907,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 8
                            },
                            "end": {
                              "line": 100,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3891,
                            "end": 3899,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 8
                              },
                              "end": {
                                "line": 100,
                                "column": 16
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3900,
                            "end": 3907,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 17
                              },
                              "end": {
                                "line": 100,
                                "column": 24
                              },
                              "identifierName": "toArray"
                            },
                            "name": "toArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 3908,
                            "end": 3942,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 25
                              },
                              "end": {
                                "line": 100,
                                "column": 59
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3908,
                              "end": 3936,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 25
                                },
                                "end": {
                                  "line": 100,
                                  "column": 53
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3908,
                                "end": 3930,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3908,
                                  "end": 3922,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3908,
                                    "end": 3912,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 29
                                      },
                                      "identifierName": "info"
                                    },
                                    "name": "info"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3913,
                                    "end": 3922,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 39
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3923,
                                  "end": 3930,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 47
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3931,
                                "end": 3936,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 53
                                  },
                                  "identifierName": "dimPt"
                                },
                                "name": "dimPt"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3937,
                              "end": 3942,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 54
                                },
                                "end": {
                                  "line": 100,
                                  "column": 59
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 3955,
                "end": 4049,
                "loc": {
                  "start": {
                    "line": 103,
                    "column": 4
                  },
                  "end": {
                    "line": 105,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3955,
                  "end": 3961,
                  "loc": {
                    "start": {
                      "line": 103,
                      "column": 4
                    },
                    "end": {
                      "line": 103,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3962,
                    "end": 3966,
                    "loc": {
                      "start": {
                        "line": 103,
                        "column": 11
                      },
                      "end": {
                        "line": 103,
                        "column": 15
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3968,
                  "end": 4049,
                  "loc": {
                    "start": {
                      "line": 103,
                      "column": 17
                    },
                    "end": {
                      "line": 105,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3978,
                      "end": 4043,
                      "loc": {
                        "start": {
                          "line": 104,
                          "column": 8
                        },
                        "end": {
                          "line": 104,
                          "column": 73
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3978,
                        "end": 4043,
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 8
                          },
                          "end": {
                            "line": 104,
                            "column": 73
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3978,
                          "end": 3988,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 8
                            },
                            "end": {
                              "line": 104,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3978,
                            "end": 3982,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 8
                              },
                              "end": {
                                "line": 104,
                                "column": 12
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3983,
                            "end": 3988,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 13
                              },
                              "end": {
                                "line": 104,
                                "column": 18
                              },
                              "identifierName": "dimPt"
                            },
                            "name": "dimPt"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 3991,
                          "end": 4043,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 21
                            },
                            "end": {
                              "line": 104,
                              "column": 73
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 3995,
                              "end": 4040,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 25
                                },
                                "end": {
                                  "line": 104,
                                  "column": 70
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3995,
                                "end": 4034,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 64
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3995,
                                  "end": 4029,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3995,
                                    "end": 4023,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3995,
                                      "end": 4017,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3995,
                                        "end": 4009,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3995,
                                          "end": 3999,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 29
                                            },
                                            "identifierName": "info"
                                          },
                                          "name": "info"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4000,
                                          "end": 4009,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 39
                                            },
                                            "identifierName": "dimension"
                                          },
                                          "name": "dimension"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4010,
                                        "end": 4017,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 47
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4018,
                                      "end": 4023,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 53
                                        },
                                        "identifierName": "dimPt"
                                      },
                                      "name": "dimPt"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4024,
                                    "end": 4029,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 59
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4030,
                                  "end": 4034,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 64
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 4035,
                                  "end": 4039,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 69
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 3992,
                              "end": 3993,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 22
                                },
                                "end": {
                                  "line": 104,
                                  "column": 23
                                }
                              },
                              "value": {
                                "raw": "{",
                                "cooked": "{"
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 4041,
                              "end": 4042,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 71
                                },
                                "end": {
                                  "line": 104,
                                  "column": 72
                                }
                              },
                              "value": {
                                "raw": "}",
                                "cooked": "}"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4055,
                "end": 4117,
                "loc": {
                  "start": {
                    "line": 107,
                    "column": 4
                  },
                  "end": {
                    "line": 109,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4055,
                  "end": 4062,
                  "loc": {
                    "start": {
                      "line": 107,
                      "column": 4
                    },
                    "end": {
                      "line": 107,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4063,
                    "end": 4068,
                    "loc": {
                      "start": {
                        "line": 107,
                        "column": 12
                      },
                      "end": {
                        "line": 107,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4070,
                  "end": 4117,
                  "loc": {
                    "start": {
                      "line": 107,
                      "column": 19
                    },
                    "end": {
                      "line": 109,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4080,
                      "end": 4111,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 8
                        },
                        "end": {
                          "line": 108,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4080,
                        "end": 4111,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 8
                          },
                          "end": {
                            "line": 108,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4080,
                          "end": 4100,
                          "loc": {
                            "start": {
                              "line": 108,
                              "column": 8
                            },
                            "end": {
                              "line": 108,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4080,
                            "end": 4090,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 8
                              },
                              "end": {
                                "line": 108,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4080,
                              "end": 4084,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 8
                                },
                                "end": {
                                  "line": 108,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4085,
                              "end": 4090,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 13
                                },
                                "end": {
                                  "line": 108,
                                  "column": 18
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4091,
                            "end": 4100,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 19
                              },
                              "end": {
                                "line": 108,
                                "column": 28
                              },
                              "identifierName": "setScalar"
                            },
                            "name": "setScalar"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 4101,
                            "end": 4110,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 29
                              },
                              "end": {
                                "line": 108,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 4101,
                              "end": 4102,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 29
                                },
                                "end": {
                                  "line": 108,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": 7,
                                "raw": "7"
                              },
                              "value": 7
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 4105,
                              "end": 4110,
                              "loc": {
                                "start": {
                                  "line": 108,
                                  "column": 33
                                },
                                "end": {
                                  "line": 108,
                                  "column": 38
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 4121,
        "end": 8845,
        "loc": {
          "start": {
            "line": 112,
            "column": 0
          },
          "end": {
            "line": 213,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 4128,
          "end": 8845,
          "loc": {
            "start": {
              "line": 112,
              "column": 7
            },
            "end": {
              "line": 213,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 4134,
            "end": 4145,
            "loc": {
              "start": {
                "line": 112,
                "column": 13
              },
              "end": {
                "line": 112,
                "column": 24
              },
              "identifierName": "ValueHandle"
            },
            "name": "ValueHandle"
          },
          "superClass": {
            "type": "Identifier",
            "start": 4154,
            "end": 4160,
            "loc": {
              "start": {
                "line": 112,
                "column": 33
              },
              "end": {
                "line": 112,
                "column": 39
              },
              "identifierName": "Handle"
            },
            "name": "Handle"
          },
          "body": {
            "type": "ClassBody",
            "start": 4161,
            "end": 8845,
            "loc": {
              "start": {
                "line": 112,
                "column": 40
              },
              "end": {
                "line": 213,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 4167,
                "end": 4459,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 4
                  },
                  "end": {
                    "line": 120,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4167,
                  "end": 4178,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 4
                    },
                    "end": {
                      "line": 113,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4179,
                    "end": 4185,
                    "loc": {
                      "start": {
                        "line": 113,
                        "column": 16
                      },
                      "end": {
                        "line": 113,
                        "column": 22
                      },
                      "identifierName": "plugin"
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4187,
                  "end": 4459,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 24
                    },
                    "end": {
                      "line": 120,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 4197,
                      "end": 4241,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 8
                        },
                        "end": {
                          "line": 114,
                          "column": 52
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4203,
                          "end": 4241,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 14
                            },
                            "end": {
                              "line": 114,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4203,
                            "end": 4209,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 14
                              },
                              "end": {
                                "line": 114,
                                "column": 20
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 4212,
                            "end": 4241,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 23
                              },
                              "end": {
                                "line": 114,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4212,
                              "end": 4234,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 23
                                },
                                "end": {
                                  "line": 114,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4212,
                                "end": 4226,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4212,
                                  "end": 4218,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 29
                                    },
                                    "identifierName": "plugin"
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4219,
                                  "end": 4226,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 37
                                    },
                                    "identifierName": "session"
                                  },
                                  "name": "session"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4227,
                                "end": 4234,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 45
                                  },
                                  "identifierName": "globals"
                                },
                                "name": "globals"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4235,
                              "end": 4241,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 46
                                },
                                "end": {
                                  "line": 114,
                                  "column": 52
                                },
                                "identifierName": "colors"
                              },
                              "name": "colors"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4250,
                      "end": 4424,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 8
                        },
                        "end": {
                          "line": 118,
                          "column": 9
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4250,
                        "end": 4424,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 8
                          },
                          "end": {
                            "line": 118,
                            "column": 9
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 4250,
                          "end": 4255,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 8
                            },
                            "end": {
                              "line": 115,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "NewExpression",
                            "start": 4269,
                            "end": 4312,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 12
                              },
                              "end": {
                                "line": 116,
                                "column": 55
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4273,
                              "end": 4299,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 16
                                },
                                "end": {
                                  "line": 116,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4273,
                                "end": 4278,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4279,
                                "end": 4299,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 42
                                  },
                                  "identifierName": "SphereBufferGeometry"
                                },
                                "name": "SphereBufferGeometry"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "NumericLiteral",
                                "start": 4300,
                                "end": 4303,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 46
                                  }
                                },
                                "extra": {
                                  "rawValue": 1.5,
                                  "raw": "1.5"
                                },
                                "value": 1.5
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 4305,
                                "end": 4307,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 50
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 4309,
                                "end": 4311,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 54
                                  }
                                },
                                "extra": {
                                  "rawValue": 16,
                                  "raw": "16"
                                },
                                "value": 16
                              }
                            ]
                          },
                          {
                            "type": "NewExpression",
                            "start": 4326,
                            "end": 4413,
                            "loc": {
                              "start": {
                                "line": 117,
                                "column": 12
                              },
                              "end": {
                                "line": 117,
                                "column": 99
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4330,
                              "end": 4353,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 16
                                },
                                "end": {
                                  "line": 117,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4330,
                                "end": 4335,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 21
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4336,
                                "end": 4353,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 39
                                  },
                                  "identifierName": "MeshBasicMaterial"
                                },
                                "name": "MeshBasicMaterial"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "start": 4354,
                                "end": 4412,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 98
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4356,
                                    "end": 4377,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 63
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4356,
                                      "end": 4361,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 47
                                        },
                                        "identifierName": "color"
                                      },
                                      "name": "color"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 4363,
                                      "end": 4377,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4363,
                                        "end": 4369,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 55
                                          },
                                          "identifierName": "colors"
                                        },
                                        "name": "colors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4370,
                                        "end": 4377,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 63
                                          },
                                          "identifierName": "primary"
                                        },
                                        "name": "primary"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4379,
                                    "end": 4396,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 82
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4379,
                                      "end": 4390,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 76
                                        },
                                        "identifierName": "transparent"
                                      },
                                      "name": "transparent"
                                    },
                                    "value": {
                                      "type": "BooleanLiteral",
                                      "start": 4392,
                                      "end": 4396,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 78
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 82
                                        }
                                      },
                                      "value": true
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 4398,
                                    "end": 4410,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 96
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 4398,
                                      "end": 4405,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 91
                                        },
                                        "identifierName": "opacity"
                                      },
                                      "name": "opacity"
                                    },
                                    "value": {
                                      "type": "NumericLiteral",
                                      "start": 4407,
                                      "end": 4410,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 96
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0.3,
                                        "raw": "0.3"
                                      },
                                      "value": 0.3
                                    }
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4433,
                      "end": 4453,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 8
                        },
                        "end": {
                          "line": 119,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4433,
                        "end": 4453,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 8
                          },
                          "end": {
                            "line": 119,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4433,
                          "end": 4444,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 8
                            },
                            "end": {
                              "line": 119,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4433,
                            "end": 4437,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 8
                              },
                              "end": {
                                "line": 119,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4438,
                            "end": 4444,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 13
                              },
                              "end": {
                                "line": 119,
                                "column": 19
                              },
                              "identifierName": "colors"
                            },
                            "name": "colors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4447,
                          "end": 4453,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 22
                            },
                            "end": {
                              "line": 119,
                              "column": 28
                            },
                            "identifierName": "colors"
                          },
                          "name": "colors"
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 4465,
                "end": 5904,
                "loc": {
                  "start": {
                    "line": 122,
                    "column": 4
                  },
                  "end": {
                    "line": 151,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4465,
                  "end": 4480,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 4
                    },
                    "end": {
                      "line": 122,
                      "column": 19
                    },
                    "identifierName": "updateFromState"
                  },
                  "name": "updateFromState"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4481,
                    "end": 4485,
                    "loc": {
                      "start": {
                        "line": 122,
                        "column": 20
                      },
                      "end": {
                        "line": 122,
                        "column": 24
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4487,
                  "end": 5904,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 26
                    },
                    "end": {
                      "line": 151,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4497,
                      "end": 4524,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 8
                        },
                        "end": {
                          "line": 123,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4497,
                        "end": 4524,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 8
                          },
                          "end": {
                            "line": 123,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4497,
                          "end": 4518,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 8
                            },
                            "end": {
                              "line": 123,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 4497,
                            "end": 4502,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 8
                              },
                              "end": {
                                "line": 123,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4503,
                            "end": 4518,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 14
                              },
                              "end": {
                                "line": 123,
                                "column": 29
                              },
                              "identifierName": "updateFromState"
                            },
                            "name": "updateFromState"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4519,
                            "end": 4523,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 30
                              },
                              "end": {
                                "line": 123,
                                "column": 34
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4533,
                      "end": 4565,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 8
                        },
                        "end": {
                          "line": 124,
                          "column": 40
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4539,
                          "end": 4565,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 14
                            },
                            "end": {
                              "line": 124,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4539,
                            "end": 4548,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 14
                              },
                              "end": {
                                "line": 124,
                                "column": 23
                              },
                              "identifierName": "dimension"
                            },
                            "name": "dimension"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 4551,
                            "end": 4565,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 26
                              },
                              "end": {
                                "line": 124,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4551,
                              "end": 4555,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 26
                                },
                                "end": {
                                  "line": 124,
                                  "column": 30
                                },
                                "identifierName": "info"
                              },
                              "name": "info"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4556,
                              "end": 4565,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 31
                                },
                                "end": {
                                  "line": 124,
                                  "column": 40
                                },
                                "identifierName": "dimension"
                              },
                              "name": "dimension"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4574,
                      "end": 4783,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 8
                        },
                        "end": {
                          "line": 127,
                          "column": 9
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4580,
                          "end": 4783,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 14
                            },
                            "end": {
                              "line": 127,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 4580,
                            "end": 4613,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 14
                              },
                              "end": {
                                "line": 125,
                                "column": 47
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 4581,
                                "end": 4586,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 20
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 4588,
                                "end": 4591,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 25
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 4593,
                                "end": 4596,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 30
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              },
                              {
                                "type": "Identifier",
                                "start": 4598,
                                "end": 4604,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 38
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              },
                              {
                                "type": "Identifier",
                                "start": 4606,
                                "end": 4612,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 46
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4616,
                            "end": 4783,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 50
                              },
                              "end": {
                                "line": 127,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4616,
                              "end": 4671,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 50
                                },
                                "end": {
                                  "line": 125,
                                  "column": 105
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 4616,
                                "end": 4667,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 101
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 4617,
                                    "end": 4626,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 60
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "startPt",
                                      "raw": "'startPt'"
                                    },
                                    "value": "startPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4628,
                                    "end": 4635,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 69
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "endPt",
                                      "raw": "'endPt'"
                                    },
                                    "value": "endPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4637,
                                    "end": 4644,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 78
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dimPt",
                                      "raw": "'dimPt'"
                                    },
                                    "value": "dimPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4646,
                                    "end": 4656,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 90
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cornerPt",
                                      "raw": "'cornerPt'"
                                    },
                                    "value": "cornerPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 4658,
                                    "end": 4666,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 100
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "center",
                                      "raw": "'center'"
                                    },
                                    "value": "center"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4668,
                                "end": 4671,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 102
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 105
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 4672,
                                "end": 4772,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 106
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 95
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4672,
                                    "end": 4673,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 107
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 4689,
                                  "end": 4772,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 95
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4689,
                                    "end": 4718,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "NewExpression",
                                      "start": 4689,
                                      "end": 4708,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 31
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4693,
                                        "end": 4706,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4693,
                                          "end": 4698,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 21
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4699,
                                          "end": 4706,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 29
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4709,
                                      "end": 4718,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 41
                                        },
                                        "identifierName": "fromArray"
                                      },
                                      "name": "fromArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 4719,
                                      "end": 4771,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 94
                                        }
                                      },
                                      "object": {
                                        "type": "LogicalExpression",
                                        "start": 4720,
                                        "end": 4764,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 87
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4720,
                                          "end": 4740,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 63
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4720,
                                            "end": 4737,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 60
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4720,
                                              "end": 4729,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 52
                                                },
                                                "identifierName": "dimension"
                                              },
                                              "name": "dimension"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4730,
                                              "end": 4737,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 60
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4738,
                                            "end": 4739,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 62
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": true
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "ObjectExpression",
                                          "start": 4744,
                                          "end": 4764,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 87
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 4746,
                                              "end": 4762,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 85
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 4746,
                                                "end": 4751,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 74
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "value": {
                                                "type": "ArrayExpression",
                                                "start": 4753,
                                                "end": 4762,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 76
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 85
                                                  }
                                                },
                                                "elements": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4754,
                                                    "end": 4755,
                                                    "loc": {
                                                      "start": {
                                                        "line": 126,
                                                        "column": 77
                                                      },
                                                      "end": {
                                                        "line": 126,
                                                        "column": 78
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4757,
                                                    "end": 4758,
                                                    "loc": {
                                                      "start": {
                                                        "line": 126,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 126,
                                                        "column": 81
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 4760,
                                                    "end": 4761,
                                                    "loc": {
                                                      "start": {
                                                        "line": 126,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 126,
                                                        "column": 84
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        },
                                        "extra": {
                                          "parenthesized": true,
                                          "parenStart": 4719
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4766,
                                        "end": 4771,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 94
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4792,
                      "end": 4866,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 8
                        },
                        "end": {
                          "line": 128,
                          "column": 82
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4798,
                          "end": 4866,
                          "loc": {
                            "start": {
                              "line": 128,
                              "column": 14
                            },
                            "end": {
                              "line": 128,
                              "column": 82
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4798,
                            "end": 4805,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 14
                              },
                              "end": {
                                "line": 128,
                                "column": 21
                              },
                              "identifierName": "nearend"
                            },
                            "name": "nearend"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 4808,
                            "end": 4866,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 24
                              },
                              "end": {
                                "line": 128,
                                "column": 82
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 4808,
                              "end": 4852,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 24
                                },
                                "end": {
                                  "line": 128,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "LogicalExpression",
                                "start": 4809,
                                "end": 4845,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 61
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 4809,
                                  "end": 4839,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4809,
                                    "end": 4826,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4809,
                                      "end": 4818,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 34
                                        },
                                        "identifierName": "dimension"
                                      },
                                      "name": "dimension"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4819,
                                      "end": 4826,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 42
                                        },
                                        "identifierName": "members"
                                      },
                                      "name": "members"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4827,
                                    "end": 4839,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 55
                                      },
                                      "identifierName": "valHandlePos"
                                    },
                                    "name": "valHandlePos"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 4843,
                                  "end": 4845,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 61
                                    }
                                  },
                                  "properties": []
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 4808
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4847,
                                "end": 4852,
                                "loc": {
                                  "start": {
                                    "line": 128,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 128,
                                    "column": 68
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "Identifier",
                              "start": 4855,
                              "end": 4860,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 71
                                },
                                "end": {
                                  "line": 128,
                                  "column": 76
                                },
                                "identifierName": "start"
                              },
                              "name": "start"
                            },
                            "alternate": {
                              "type": "Identifier",
                              "start": 4863,
                              "end": 4866,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 79
                                },
                                "end": {
                                  "line": 128,
                                  "column": 82
                                },
                                "identifierName": "end"
                              },
                              "name": "end"
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "SwitchStatement",
                      "start": 4875,
                      "end": 5818,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 8
                        },
                        "end": {
                          "line": 149,
                          "column": 9
                        }
                      },
                      "discriminant": {
                        "type": "MemberExpression",
                        "start": 4883,
                        "end": 4898,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 16
                          },
                          "end": {
                            "line": 129,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 4883,
                          "end": 4892,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 16
                            },
                            "end": {
                              "line": 129,
                              "column": 25
                            },
                            "identifierName": "dimension"
                          },
                          "name": "dimension"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4893,
                          "end": 4898,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 26
                            },
                            "end": {
                              "line": 129,
                              "column": 31
                            },
                            "identifierName": "class"
                          },
                          "name": "class"
                        },
                        "computed": false
                      },
                      "cases": [
                        {
                          "type": "SwitchCase",
                          "start": 4914,
                          "end": 4941,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 12
                            },
                            "end": {
                              "line": 130,
                              "column": 39
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 4919,
                            "end": 4940,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 17
                              },
                              "end": {
                                "line": 130,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularDimension",
                              "raw": "'CC_AngularDimension'"
                            },
                            "value": "CC_AngularDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 4954,
                          "end": 5112,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 12
                            },
                            "end": {
                              "line": 133,
                              "column": 21
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5005,
                              "end": 5090,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 16
                                },
                                "end": {
                                  "line": 132,
                                  "column": 101
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5005,
                                "end": 5090,
                                "loc": {
                                  "start": {
                                    "line": 132,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 132,
                                    "column": 101
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5005,
                                  "end": 5082,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 93
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5005,
                                    "end": 5078,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5005,
                                      "end": 5054,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 65
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5005,
                                        "end": 5044,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 55
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5005,
                                          "end": 5036,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5005,
                                            "end": 5032,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5005,
                                              "end": 5023,
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 132,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5005,
                                                "end": 5018,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5005,
                                                  "end": 5009,
                                                  "loc": {
                                                    "start": {
                                                      "line": 132,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 132,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5010,
                                                  "end": 5018,
                                                  "loc": {
                                                    "start": {
                                                      "line": 132,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 132,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5019,
                                                "end": 5023,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5024,
                                                "end": 5031,
                                                "loc": {
                                                  "start": {
                                                    "line": 132,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 132,
                                                    "column": 42
                                                  },
                                                  "identifierName": "nearend"
                                                },
                                                "name": "nearend"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5033,
                                            "end": 5036,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 47
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5037,
                                            "end": 5043,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 54
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5045,
                                        "end": 5054,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 65
                                          },
                                          "identifierName": "setLength"
                                        },
                                        "name": "setLength"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5055,
                                        "end": 5077,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 88
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5055,
                                          "end": 5072,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 83
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5055,
                                            "end": 5061,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 72
                                              },
                                              "identifierName": "corner"
                                            },
                                            "name": "corner"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5062,
                                            "end": 5072,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 83
                                              },
                                              "identifierName": "distanceTo"
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5073,
                                            "end": 5076,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 87
                                              },
                                              "identifierName": "dim"
                                            },
                                            "name": "dim"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5079,
                                    "end": 5082,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 93
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5083,
                                    "end": 5089,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 100
                                      },
                                      "identifierName": "corner"
                                    },
                                    "name": "corner"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5107,
                              "end": 5112,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 16
                                },
                                "end": {
                                  "line": 133,
                                  "column": 21
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 4959,
                            "end": 4987,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 17
                              },
                              "end": {
                                "line": 131,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularFeatureDimension",
                              "raw": "'CC_AngularFeatureDimension'"
                            },
                            "value": "CC_AngularFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5125,
                          "end": 5151,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 12
                            },
                            "end": {
                              "line": 134,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5130,
                            "end": 5150,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 17
                              },
                              "end": {
                                "line": 134,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearDimension",
                              "raw": "'CC_LinearDimension'"
                            },
                            "value": "CC_LinearDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5164,
                          "end": 5506,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 12
                            },
                            "end": {
                              "line": 142,
                              "column": 21
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 5214,
                              "end": 5403,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 16
                                },
                                "end": {
                                  "line": 140,
                                  "column": 17
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 5218,
                                  "end": 5403,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 17
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 5218,
                                    "end": 5219,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 21
                                      },
                                      "identifierName": "d"
                                    },
                                    "name": "d"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 5222,
                                    "end": 5403,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 17
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5226,
                                      "end": 5239,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5226,
                                        "end": 5231,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 33
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5232,
                                        "end": 5239,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 41
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5261,
                                        "end": 5300,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 59
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5261,
                                          "end": 5269,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5261,
                                            "end": 5265,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 24
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5266,
                                            "end": 5269,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 28
                                              },
                                              "identifierName": "cos"
                                            },
                                            "name": "cos"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5270,
                                            "end": 5299,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 58
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5270,
                                              "end": 5293,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5270,
                                                "end": 5287,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 46
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5270,
                                                  "end": 5279,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 38
                                                    },
                                                    "identifierName": "dimension"
                                                  },
                                                  "name": "dimension"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5280,
                                                  "end": 5287,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 46
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5288,
                                                "end": 5293,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 52
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5294,
                                              "end": 5299,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 58
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 5322,
                                        "end": 5361,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 59
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5322,
                                          "end": 5330,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5322,
                                            "end": 5326,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 24
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5327,
                                            "end": 5330,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 28
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5331,
                                            "end": 5360,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 58
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5331,
                                              "end": 5354,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5331,
                                                "end": 5348,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 46
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5331,
                                                  "end": 5340,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 38
                                                    },
                                                    "identifierName": "dimension"
                                                  },
                                                  "name": "dimension"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5341,
                                                  "end": 5348,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 46
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5349,
                                                "end": 5354,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 52
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5355,
                                              "end": 5360,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 58
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 5383,
                                        "end": 5384,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 5420,
                              "end": 5484,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 16
                                },
                                "end": {
                                  "line": 141,
                                  "column": 80
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5420,
                                "end": 5484,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 80
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5420,
                                  "end": 5479,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 75
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5420,
                                    "end": 5475,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 71
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5420,
                                      "end": 5472,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 68
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5420,
                                        "end": 5456,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 52
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5420,
                                          "end": 5451,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5420,
                                            "end": 5447,
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5420,
                                              "end": 5438,
                                              "loc": {
                                                "start": {
                                                  "line": 141,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 141,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5420,
                                                "end": 5433,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5420,
                                                  "end": 5424,
                                                  "loc": {
                                                    "start": {
                                                      "line": 141,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 141,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5425,
                                                  "end": 5433,
                                                  "loc": {
                                                    "start": {
                                                      "line": 141,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 141,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5434,
                                                "end": 5438,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5439,
                                                "end": 5446,
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 42
                                                  },
                                                  "identifierName": "nearend"
                                                },
                                                "name": "nearend"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5448,
                                            "end": 5451,
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 47
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5452,
                                            "end": 5455,
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 51
                                              },
                                              "identifierName": "dim"
                                            },
                                            "name": "dim"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5457,
                                        "end": 5472,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 68
                                          },
                                          "identifierName": "projectOnVector"
                                        },
                                        "name": "projectOnVector"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5473,
                                        "end": 5474,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 70
                                          },
                                          "identifierName": "d"
                                        },
                                        "name": "d"
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5476,
                                    "end": 5479,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 75
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5480,
                                    "end": 5483,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 76
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 79
                                      },
                                      "identifierName": "dim"
                                    },
                                    "name": "dim"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5501,
                              "end": 5506,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 16
                                },
                                "end": {
                                  "line": 142,
                                  "column": 21
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5169,
                            "end": 5196,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 17
                              },
                              "end": {
                                "line": 135,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearFeatureDimension",
                              "raw": "'CC_LinearFeatureDimension'"
                            },
                            "value": "CC_LinearFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5519,
                          "end": 5545,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 12
                            },
                            "end": {
                              "line": 143,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5524,
                            "end": 5544,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 17
                              },
                              "end": {
                                "line": 143,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialDimension",
                              "raw": "'CC_RadialDimension'"
                            },
                            "value": "CC_RadialDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5558,
                          "end": 5591,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 12
                            },
                            "end": {
                              "line": 144,
                              "column": 45
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5563,
                            "end": 5590,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 17
                              },
                              "end": {
                                "line": 144,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialFeatureDimension",
                              "raw": "'CC_RadialFeatureDimension'"
                            },
                            "value": "CC_RadialFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5604,
                          "end": 5632,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 12
                            },
                            "end": {
                              "line": 145,
                              "column": 40
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5609,
                            "end": 5631,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 17
                              },
                              "end": {
                                "line": 145,
                                "column": 39
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterDimension",
                              "raw": "'CC_DiameterDimension'"
                            },
                            "value": "CC_DiameterDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 5645,
                          "end": 5808,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 12
                            },
                            "end": {
                              "line": 148,
                              "column": 21
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 5697,
                              "end": 5786,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 16
                                },
                                "end": {
                                  "line": 147,
                                  "column": 105
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 5697,
                                "end": 5786,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 105
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5697,
                                  "end": 5778,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 97
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 5697,
                                    "end": 5774,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 93
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5697,
                                      "end": 5742,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 61
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5697,
                                        "end": 5732,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 51
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5697,
                                          "end": 5724,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 5697,
                                            "end": 5720,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 39
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5697,
                                              "end": 5715,
                                              "loc": {
                                                "start": {
                                                  "line": 147,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5697,
                                                "end": 5710,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 29
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5697,
                                                  "end": 5701,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5702,
                                                  "end": 5710,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 29
                                                    },
                                                    "identifierName": "position"
                                                  },
                                                  "name": "position"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5711,
                                                "end": 5715,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 34
                                                  },
                                                  "identifierName": "copy"
                                                },
                                                "name": "copy"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 5716,
                                                "end": 5719,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 38
                                                  },
                                                  "identifierName": "dim"
                                                },
                                                "name": "dim"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5721,
                                            "end": 5724,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 43
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5725,
                                            "end": 5731,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 50
                                              },
                                              "identifierName": "center"
                                            },
                                            "name": "center"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5733,
                                        "end": 5742,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 61
                                          },
                                          "identifierName": "setLength"
                                        },
                                        "name": "setLength"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5743,
                                        "end": 5773,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 92
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5743,
                                          "end": 5767,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 86
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5743,
                                            "end": 5760,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 79
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5743,
                                              "end": 5752,
                                              "loc": {
                                                "start": {
                                                  "line": 147,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 71
                                                },
                                                "identifierName": "dimension"
                                              },
                                              "name": "dimension"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5753,
                                              "end": 5760,
                                              "loc": {
                                                "start": {
                                                  "line": 147,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 79
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5761,
                                            "end": 5767,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 86
                                              },
                                              "identifierName": "radius"
                                            },
                                            "name": "radius"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5768,
                                          "end": 5773,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 87
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 92
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5775,
                                    "end": 5778,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 97
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 5779,
                                    "end": 5785,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 98
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 104
                                      },
                                      "identifierName": "center"
                                    },
                                    "name": "center"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 5803,
                              "end": 5808,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 16
                                },
                                "end": {
                                  "line": 148,
                                  "column": 21
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 5650,
                            "end": 5679,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 17
                              },
                              "end": {
                                "line": 146,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterFeatureDimension",
                              "raw": "'CC_DiameterFeatureDimension'"
                            },
                            "value": "CC_DiameterFeatureDimension"
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5827,
                      "end": 5898,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 8
                        },
                        "end": {
                          "line": 150,
                          "column": 79
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5827,
                        "end": 5898,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 8
                          },
                          "end": {
                            "line": 150,
                            "column": 79
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5827,
                          "end": 5839,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 8
                            },
                            "end": {
                              "line": 150,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5827,
                            "end": 5831,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 8
                              },
                              "end": {
                                "line": 150,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5832,
                            "end": 5839,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 13
                              },
                              "end": {
                                "line": 150,
                                "column": 20
                              },
                              "identifierName": "visible"
                            },
                            "name": "visible"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 5842,
                          "end": 5898,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 23
                            },
                            "end": {
                              "line": 150,
                              "column": 79
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 5842,
                            "end": 5892,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 23
                              },
                              "end": {
                                "line": 150,
                                "column": 73
                              }
                            },
                            "object": {
                              "type": "LogicalExpression",
                              "start": 5843,
                              "end": 5885,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 24
                                },
                                "end": {
                                  "line": 150,
                                  "column": 66
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 5843,
                                "end": 5869,
                                "loc": {
                                  "start": {
                                    "line": 150,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 150,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5843,
                                  "end": 5860,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 5843,
                                    "end": 5852,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 33
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5853,
                                    "end": 5860,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 41
                                      },
                                      "identifierName": "members"
                                    },
                                    "name": "members"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5861,
                                  "end": 5869,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 50
                                    },
                                    "identifierName": "isDriven"
                                  },
                                  "name": "isDriven"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "ObjectExpression",
                                "start": 5873,
                                "end": 5885,
                                "loc": {
                                  "start": {
                                    "line": 150,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 150,
                                    "column": 66
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 5875,
                                    "end": 5883,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 64
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 5875,
                                      "end": 5880,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 61
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "value": {
                                      "type": "NumericLiteral",
                                      "start": 5882,
                                      "end": 5883,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 64
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  }
                                ]
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 5842
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5887,
                              "end": 5892,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 68
                                },
                                "end": {
                                  "line": 150,
                                  "column": 73
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 5897,
                            "end": 5898,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 78
                              },
                              "end": {
                                "line": 150,
                                "column": 79
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 5910,
                "end": 8684,
                "loc": {
                  "start": {
                    "line": 153,
                    "column": 4
                  },
                  "end": {
                    "line": 204,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5910,
                  "end": 5916,
                  "loc": {
                    "start": {
                      "line": 153,
                      "column": 4
                    },
                    "end": {
                      "line": 153,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "ObjectPattern",
                    "start": 5917,
                    "end": 5947,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 11
                      },
                      "end": {
                        "line": 153,
                        "column": 41
                      }
                    },
                    "properties": [
                      {
                        "type": "ObjectProperty",
                        "start": 5919,
                        "end": 5928,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 13
                          },
                          "end": {
                            "line": 153,
                            "column": 22
                          }
                        },
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 5919,
                          "end": 5928,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 13
                            },
                            "end": {
                              "line": 153,
                              "column": 22
                            },
                            "identifierName": "dimension"
                          },
                          "name": "dimension"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 5919,
                          "end": 5928,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 13
                            },
                            "end": {
                              "line": 153,
                              "column": 22
                            },
                            "identifierName": "dimension"
                          },
                          "name": "dimension"
                        },
                        "extra": {
                          "shorthand": true
                        }
                      },
                      {
                        "type": "ObjectProperty",
                        "start": 5930,
                        "end": 5945,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 24
                          },
                          "end": {
                            "line": 153,
                            "column": 39
                          }
                        },
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "start": 5930,
                          "end": 5935,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 24
                            },
                            "end": {
                              "line": 153,
                              "column": 29
                            },
                            "identifierName": "angle"
                          },
                          "name": "angle"
                        },
                        "value": {
                          "type": "Identifier",
                          "start": 5937,
                          "end": 5945,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 31
                            },
                            "end": {
                              "line": 153,
                              "column": 39
                            },
                            "identifierName": "hasAngle"
                          },
                          "name": "hasAngle"
                        }
                      }
                    ]
                  },
                  {
                    "type": "Identifier",
                    "start": 5949,
                    "end": 5957,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 43
                      },
                      "end": {
                        "line": 153,
                        "column": 51
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5959,
                  "end": 8684,
                  "loc": {
                    "start": {
                      "line": 153,
                      "column": 53
                    },
                    "end": {
                      "line": 204,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 5969,
                      "end": 6178,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 8
                        },
                        "end": {
                          "line": 156,
                          "column": 9
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5975,
                          "end": 6178,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 14
                            },
                            "end": {
                              "line": 156,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 5975,
                            "end": 6008,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 14
                              },
                              "end": {
                                "line": 154,
                                "column": 47
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 5976,
                                "end": 5981,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 20
                                  },
                                  "identifierName": "start"
                                },
                                "name": "start"
                              },
                              {
                                "type": "Identifier",
                                "start": 5983,
                                "end": 5986,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 25
                                  },
                                  "identifierName": "end"
                                },
                                "name": "end"
                              },
                              {
                                "type": "Identifier",
                                "start": 5988,
                                "end": 5991,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 30
                                  },
                                  "identifierName": "dim"
                                },
                                "name": "dim"
                              },
                              {
                                "type": "Identifier",
                                "start": 5993,
                                "end": 5999,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 38
                                  },
                                  "identifierName": "corner"
                                },
                                "name": "corner"
                              },
                              {
                                "type": "Identifier",
                                "start": 6001,
                                "end": 6007,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 46
                                  },
                                  "identifierName": "center"
                                },
                                "name": "center"
                              }
                            ]
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6011,
                            "end": 6178,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 50
                              },
                              "end": {
                                "line": 156,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6011,
                              "end": 6066,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 50
                                },
                                "end": {
                                  "line": 154,
                                  "column": 105
                                }
                              },
                              "object": {
                                "type": "ArrayExpression",
                                "start": 6011,
                                "end": 6062,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 101
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "StringLiteral",
                                    "start": 6012,
                                    "end": 6021,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 60
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "startPt",
                                      "raw": "'startPt'"
                                    },
                                    "value": "startPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 6023,
                                    "end": 6030,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 69
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "endPt",
                                      "raw": "'endPt'"
                                    },
                                    "value": "endPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 6032,
                                    "end": 6039,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 71
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 78
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "dimPt",
                                      "raw": "'dimPt'"
                                    },
                                    "value": "dimPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 6041,
                                    "end": 6051,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 80
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 90
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "cornerPt",
                                      "raw": "'cornerPt'"
                                    },
                                    "value": "cornerPt"
                                  },
                                  {
                                    "type": "StringLiteral",
                                    "start": 6053,
                                    "end": 6061,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 92
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 100
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "center",
                                      "raw": "'center'"
                                    },
                                    "value": "center"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6063,
                                "end": 6066,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 102
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 105
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 6067,
                                "end": 6167,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 106
                                  },
                                  "end": {
                                    "line": 155,
                                    "column": 95
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 6067,
                                    "end": 6068,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 107
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 6084,
                                  "end": 6167,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 95
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6084,
                                    "end": 6113,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "NewExpression",
                                      "start": 6084,
                                      "end": 6103,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 31
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6088,
                                        "end": 6101,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6088,
                                          "end": 6093,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 21
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6094,
                                          "end": 6101,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 29
                                            },
                                            "identifierName": "Vector3"
                                          },
                                          "name": "Vector3"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6104,
                                      "end": 6113,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 41
                                        },
                                        "identifierName": "fromArray"
                                      },
                                      "name": "fromArray"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 6114,
                                      "end": 6166,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 94
                                        }
                                      },
                                      "object": {
                                        "type": "LogicalExpression",
                                        "start": 6115,
                                        "end": 6159,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 87
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6115,
                                          "end": 6135,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 63
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6115,
                                            "end": 6132,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 60
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6115,
                                              "end": 6124,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 52
                                                },
                                                "identifierName": "dimension"
                                              },
                                              "name": "dimension"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6125,
                                              "end": 6132,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 60
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6133,
                                            "end": 6134,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 62
                                              },
                                              "identifierName": "x"
                                            },
                                            "name": "x"
                                          },
                                          "computed": true
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "ObjectExpression",
                                          "start": 6139,
                                          "end": 6159,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 87
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "ObjectProperty",
                                              "start": 6141,
                                              "end": 6157,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 85
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 6141,
                                                "end": 6146,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 74
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "value": {
                                                "type": "ArrayExpression",
                                                "start": 6148,
                                                "end": 6157,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 76
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 85
                                                  }
                                                },
                                                "elements": [
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 6149,
                                                    "end": 6150,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 77
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 78
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 6152,
                                                    "end": 6153,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 81
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  {
                                                    "type": "NumericLiteral",
                                                    "start": 6155,
                                                    "end": 6156,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 84
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        },
                                        "extra": {
                                          "parenthesized": true,
                                          "parenStart": 6114
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6161,
                                        "end": 6166,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 94
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6187,
                      "end": 6287,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 8
                        },
                        "end": {
                          "line": 157,
                          "column": 108
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6193,
                          "end": 6287,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 14
                            },
                            "end": {
                              "line": 157,
                              "column": 108
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 6193,
                            "end": 6210,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 14
                              },
                              "end": {
                                "line": 157,
                                "column": 31
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 6194,
                                "end": 6201,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 22
                                  },
                                  "identifierName": "nearend"
                                },
                                "name": "nearend"
                              },
                              {
                                "type": "Identifier",
                                "start": 6203,
                                "end": 6209,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 30
                                  },
                                  "identifierName": "farend"
                                },
                                "name": "farend"
                              }
                            ]
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 6213,
                            "end": 6287,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 34
                              },
                              "end": {
                                "line": 157,
                                "column": 108
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 6213,
                              "end": 6257,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 34
                                },
                                "end": {
                                  "line": 157,
                                  "column": 78
                                }
                              },
                              "object": {
                                "type": "LogicalExpression",
                                "start": 6214,
                                "end": 6250,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 71
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 6214,
                                  "end": 6244,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 65
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6214,
                                    "end": 6231,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 52
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6214,
                                      "end": 6223,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 44
                                        },
                                        "identifierName": "dimension"
                                      },
                                      "name": "dimension"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6224,
                                      "end": 6231,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 52
                                        },
                                        "identifierName": "members"
                                      },
                                      "name": "members"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6232,
                                    "end": 6244,
                                    "loc": {
                                      "start": {
                                        "line": 157,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 157,
                                        "column": 65
                                      },
                                      "identifierName": "valHandlePos"
                                    },
                                    "name": "valHandlePos"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "ObjectExpression",
                                  "start": 6248,
                                  "end": 6250,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 71
                                    }
                                  },
                                  "properties": []
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 6213
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6252,
                                "end": 6257,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 78
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "ArrayExpression",
                              "start": 6260,
                              "end": 6272,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 81
                                },
                                "end": {
                                  "line": 157,
                                  "column": 93
                                }
                              },
                              "elements": [
                                {
                                  "type": "Identifier",
                                  "start": 6261,
                                  "end": 6266,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 87
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6268,
                                  "end": 6271,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 92
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                }
                              ]
                            },
                            "alternate": {
                              "type": "ArrayExpression",
                              "start": 6275,
                              "end": 6287,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 96
                                },
                                "end": {
                                  "line": 157,
                                  "column": 108
                                }
                              },
                              "elements": [
                                {
                                  "type": "Identifier",
                                  "start": 6276,
                                  "end": 6279,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 97
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 100
                                    },
                                    "identifierName": "end"
                                  },
                                  "name": "end"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6281,
                                  "end": 6286,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 102
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 107
                                    },
                                    "identifierName": "start"
                                  },
                                  "name": "start"
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "SwitchStatement",
                      "start": 6296,
                      "end": 8678,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 8
                        },
                        "end": {
                          "line": 203,
                          "column": 9
                        }
                      },
                      "discriminant": {
                        "type": "MemberExpression",
                        "start": 6304,
                        "end": 6319,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 16
                          },
                          "end": {
                            "line": 158,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6304,
                          "end": 6313,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 16
                            },
                            "end": {
                              "line": 158,
                              "column": 25
                            },
                            "identifierName": "dimension"
                          },
                          "name": "dimension"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6314,
                          "end": 6319,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 26
                            },
                            "end": {
                              "line": 158,
                              "column": 31
                            },
                            "identifierName": "class"
                          },
                          "name": "class"
                        },
                        "computed": false
                      },
                      "cases": [
                        {
                          "type": "SwitchCase",
                          "start": 6335,
                          "end": 6362,
                          "loc": {
                            "start": {
                              "line": 159,
                              "column": 12
                            },
                            "end": {
                              "line": 159,
                              "column": 39
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 6340,
                            "end": 6361,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 17
                              },
                              "end": {
                                "line": 159,
                                "column": 38
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularDimension",
                              "raw": "'CC_AngularDimension'"
                            },
                            "value": "CC_AngularDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 6375,
                          "end": 7439,
                          "loc": {
                            "start": {
                              "line": 160,
                              "column": 12
                            },
                            "end": {
                              "line": 178,
                              "column": 21
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 6426,
                              "end": 6501,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 16
                                },
                                "end": {
                                  "line": 161,
                                  "column": 91
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6432,
                                  "end": 6501,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 91
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6432,
                                    "end": 6439,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 29
                                      },
                                      "identifierName": "toPolar"
                                    },
                                    "name": "toPolar"
                                  },
                                  "init": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 6442,
                                    "end": 6501,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 91
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 6442,
                                        "end": 6443,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 33
                                          },
                                          "identifierName": "v"
                                        },
                                        "name": "v"
                                      }
                                    ],
                                    "body": {
                                      "type": "CallExpression",
                                      "start": 6447,
                                      "end": 6501,
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 91
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6447,
                                        "end": 6464,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 54
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 6447,
                                          "end": 6460,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 50
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6447,
                                            "end": 6452,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6447,
                                              "end": 6448,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 38
                                                },
                                                "identifierName": "v"
                                              },
                                              "name": "v"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6449,
                                              "end": 6452,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 42
                                                },
                                                "identifierName": "sub"
                                              },
                                              "name": "sub"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 6453,
                                              "end": 6459,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 49
                                                },
                                                "identifierName": "corner"
                                              },
                                              "name": "corner"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6461,
                                          "end": 6464,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 54
                                            },
                                            "identifierName": "set"
                                          },
                                          "name": "set"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 6465,
                                          "end": 6485,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 75
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6465,
                                            "end": 6475,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 65
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6465,
                                              "end": 6469,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 59
                                                },
                                                "identifierName": "Math"
                                              },
                                              "name": "Math"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6470,
                                              "end": 6475,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 65
                                                },
                                                "identifierName": "atan2"
                                              },
                                              "name": "atan2"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 6476,
                                              "end": 6479,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 69
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6476,
                                                "end": 6477,
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 67
                                                  },
                                                  "identifierName": "v"
                                                },
                                                "name": "v"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6478,
                                                "end": 6479,
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 68
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 69
                                                  },
                                                  "identifierName": "y"
                                                },
                                                "name": "y"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "start": 6481,
                                              "end": 6484,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 74
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6481,
                                                "end": 6482,
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 72
                                                  },
                                                  "identifierName": "v"
                                                },
                                                "name": "v"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6483,
                                                "end": 6484,
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 74
                                                  },
                                                  "identifierName": "x"
                                                },
                                                "name": "x"
                                              },
                                              "computed": false
                                            }
                                          ]
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 6487,
                                          "end": 6497,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 77
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 87
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6487,
                                            "end": 6495,
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 161,
                                                "column": 85
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6487,
                                              "end": 6488,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 77
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 78
                                                },
                                                "identifierName": "v"
                                              },
                                              "name": "v"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6489,
                                              "end": 6495,
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 85
                                                },
                                                "identifierName": "length"
                                              },
                                              "name": "length"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        {
                                          "type": "NumericLiteral",
                                          "start": 6499,
                                          "end": 6500,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 90
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 6518,
                              "end": 6603,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 16
                                },
                                "end": {
                                  "line": 162,
                                  "column": 101
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6524,
                                  "end": 6603,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 101
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6524,
                                    "end": 6533,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 31
                                      },
                                      "identifierName": "fromPolar"
                                    },
                                    "name": "fromPolar"
                                  },
                                  "init": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 6536,
                                    "end": 6603,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 101
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 6536,
                                        "end": 6537,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 35
                                          },
                                          "identifierName": "v"
                                        },
                                        "name": "v"
                                      }
                                    ],
                                    "body": {
                                      "type": "CallExpression",
                                      "start": 6541,
                                      "end": 6603,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 101
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6541,
                                        "end": 6595,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 93
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 6541,
                                          "end": 6591,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 89
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6541,
                                            "end": 6546,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 44
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6541,
                                              "end": 6542,
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 162,
                                                  "column": 40
                                                },
                                                "identifierName": "v"
                                              },
                                              "name": "v"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6543,
                                              "end": 6546,
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 162,
                                                  "column": 44
                                                },
                                                "identifierName": "set"
                                              },
                                              "name": "set"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "BinaryExpression",
                                              "start": 6547,
                                              "end": 6566,
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 162,
                                                  "column": 64
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 6547,
                                                "end": 6550,
                                                "loc": {
                                                  "start": {
                                                    "line": 162,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 162,
                                                    "column": 48
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6547,
                                                  "end": 6548,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 46
                                                    },
                                                    "identifierName": "v"
                                                  },
                                                  "name": "v"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6549,
                                                  "end": 6550,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 48
                                                    },
                                                    "identifierName": "y"
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 6553,
                                                "end": 6566,
                                                "loc": {
                                                  "start": {
                                                    "line": 162,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 162,
                                                    "column": 64
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6553,
                                                  "end": 6561,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 59
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6553,
                                                    "end": 6557,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 55
                                                      },
                                                      "identifierName": "Math"
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6558,
                                                    "end": 6561,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 59
                                                      },
                                                      "identifierName": "cos"
                                                    },
                                                    "name": "cos"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 6562,
                                                    "end": 6565,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 63
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 6562,
                                                      "end": 6563,
                                                      "loc": {
                                                        "start": {
                                                          "line": 162,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 162,
                                                          "column": 61
                                                        },
                                                        "identifierName": "v"
                                                      },
                                                      "name": "v"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6564,
                                                      "end": 6565,
                                                      "loc": {
                                                        "start": {
                                                          "line": 162,
                                                          "column": 62
                                                        },
                                                        "end": {
                                                          "line": 162,
                                                          "column": 63
                                                        },
                                                        "identifierName": "x"
                                                      },
                                                      "name": "x"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "start": 6568,
                                              "end": 6587,
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 162,
                                                  "column": 85
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 6568,
                                                "end": 6571,
                                                "loc": {
                                                  "start": {
                                                    "line": 162,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 162,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 6568,
                                                  "end": 6569,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 67
                                                    },
                                                    "identifierName": "v"
                                                  },
                                                  "name": "v"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6570,
                                                  "end": 6571,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 69
                                                    },
                                                    "identifierName": "y"
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 6574,
                                                "end": 6587,
                                                "loc": {
                                                  "start": {
                                                    "line": 162,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 162,
                                                    "column": 85
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6574,
                                                  "end": 6582,
                                                  "loc": {
                                                    "start": {
                                                      "line": 162,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 162,
                                                      "column": 80
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6574,
                                                    "end": 6578,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 76
                                                      },
                                                      "identifierName": "Math"
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6579,
                                                    "end": 6582,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 77
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 80
                                                      },
                                                      "identifierName": "sin"
                                                    },
                                                    "name": "sin"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 6583,
                                                    "end": 6586,
                                                    "loc": {
                                                      "start": {
                                                        "line": 162,
                                                        "column": 81
                                                      },
                                                      "end": {
                                                        "line": 162,
                                                        "column": 84
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 6583,
                                                      "end": 6584,
                                                      "loc": {
                                                        "start": {
                                                          "line": 162,
                                                          "column": 81
                                                        },
                                                        "end": {
                                                          "line": 162,
                                                          "column": 82
                                                        },
                                                        "identifierName": "v"
                                                      },
                                                      "name": "v"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6585,
                                                      "end": 6586,
                                                      "loc": {
                                                        "start": {
                                                          "line": 162,
                                                          "column": 83
                                                        },
                                                        "end": {
                                                          "line": 162,
                                                          "column": 84
                                                        },
                                                        "identifierName": "x"
                                                      },
                                                      "name": "x"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "NumericLiteral",
                                              "start": 6589,
                                              "end": 6590,
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 162,
                                                  "column": 88
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6592,
                                          "end": 6595,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 90
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 93
                                            },
                                            "identifierName": "add"
                                          },
                                          "name": "add"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 6596,
                                          "end": 6602,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 94
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 100
                                            },
                                            "identifierName": "corner"
                                          },
                                          "name": "corner"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6620,
                              "end": 6636,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 16
                                },
                                "end": {
                                  "line": 163,
                                  "column": 32
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6620,
                                "end": 6636,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 32
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6620,
                                  "end": 6627,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 23
                                    },
                                    "identifierName": "toPolar"
                                  },
                                  "name": "toPolar"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6628,
                                    "end": 6635,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 31
                                      },
                                      "identifierName": "nearend"
                                    },
                                    "name": "nearend"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6653,
                              "end": 6668,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 16
                                },
                                "end": {
                                  "line": 164,
                                  "column": 31
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6653,
                                "end": 6668,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 31
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6653,
                                  "end": 6660,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 23
                                    },
                                    "identifierName": "toPolar"
                                  },
                                  "name": "toPolar"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6661,
                                    "end": 6667,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 30
                                      },
                                      "identifierName": "farend"
                                    },
                                    "name": "farend"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 6685,
                              "end": 6732,
                              "loc": {
                                "start": {
                                  "line": 165,
                                  "column": 16
                                },
                                "end": {
                                  "line": 165,
                                  "column": 63
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6691,
                                  "end": 6732,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 63
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6691,
                                    "end": 6698,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 29
                                      },
                                      "identifierName": "diffAng"
                                    },
                                    "name": "diffAng"
                                  },
                                  "init": {
                                    "type": "BinaryExpression",
                                    "start": 6701,
                                    "end": 6732,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 63
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6701,
                                      "end": 6720,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 6701,
                                        "end": 6718,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 49
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 6701,
                                          "end": 6708,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 39
                                            },
                                            "identifierName": "toPolar"
                                          },
                                          "name": "toPolar"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6709,
                                            "end": 6717,
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 165,
                                                "column": 48
                                              },
                                              "identifierName": "position"
                                            },
                                            "name": "position"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6719,
                                        "end": 6720,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 51
                                          },
                                          "identifierName": "x"
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 6723,
                                      "end": 6732,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 63
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6723,
                                        "end": 6730,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 61
                                          },
                                          "identifierName": "nearend"
                                        },
                                        "name": "nearend"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6731,
                                        "end": 6732,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 63
                                          },
                                          "identifierName": "x"
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6749,
                              "end": 6769,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 16
                                },
                                "end": {
                                  "line": 166,
                                  "column": 36
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 6749,
                                "end": 6769,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 36
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 6749,
                                  "end": 6758,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6749,
                                    "end": 6756,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 23
                                      },
                                      "identifierName": "nearend"
                                    },
                                    "name": "nearend"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6757,
                                    "end": 6758,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 25
                                      },
                                      "identifierName": "x"
                                    },
                                    "name": "x"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 6762,
                                  "end": 6769,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 36
                                    },
                                    "identifierName": "diffAng"
                                  },
                                  "name": "diffAng"
                                }
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 6786,
                              "end": 6853,
                              "loc": {
                                "start": {
                                  "line": 167,
                                  "column": 16
                                },
                                "end": {
                                  "line": 167,
                                  "column": 83
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 6790,
                                "end": 6832,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6790,
                                  "end": 6826,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6790,
                                    "end": 6807,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6790,
                                      "end": 6799,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 29
                                        },
                                        "identifierName": "dimension"
                                      },
                                      "name": "dimension"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6800,
                                      "end": 6807,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 37
                                        },
                                        "identifierName": "members"
                                      },
                                      "name": "members"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6808,
                                    "end": 6826,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 56
                                      },
                                      "identifierName": "valHandleBehaviour"
                                    },
                                    "name": "valHandleBehaviour"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6827,
                                  "end": 6832,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 62
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 6834,
                                "end": 6853,
                                "loc": {
                                  "start": {
                                    "line": 167,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 167,
                                    "column": 83
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 6834,
                                  "end": 6853,
                                  "loc": {
                                    "start": {
                                      "line": 167,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 167,
                                      "column": 83
                                    }
                                  },
                                  "operator": "-=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 6834,
                                    "end": 6842,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 72
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6834,
                                      "end": 6840,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 70
                                        },
                                        "identifierName": "farend"
                                      },
                                      "name": "farend"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6841,
                                      "end": 6842,
                                      "loc": {
                                        "start": {
                                          "line": 167,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 167,
                                          "column": 72
                                        },
                                        "identifierName": "x"
                                      },
                                      "name": "x"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "Identifier",
                                    "start": 6846,
                                    "end": 6853,
                                    "loc": {
                                      "start": {
                                        "line": 167,
                                        "column": 76
                                      },
                                      "end": {
                                        "line": 167,
                                        "column": 83
                                      },
                                      "identifierName": "diffAng"
                                    },
                                    "name": "diffAng"
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 6870,
                              "end": 6920,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 16
                                },
                                "end": {
                                  "line": 168,
                                  "column": 66
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 6874,
                                  "end": 6920,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 66
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 6874,
                                    "end": 6879,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 25
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "init": {
                                    "type": "BinaryExpression",
                                    "start": 6882,
                                    "end": 6920,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 66
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 6883,
                                      "end": 6903,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 49
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 6883,
                                        "end": 6892,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6883,
                                          "end": 6890,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 36
                                            },
                                            "identifierName": "nearend"
                                          },
                                          "name": "nearend"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6891,
                                          "end": 6892,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 38
                                            },
                                            "identifierName": "x"
                                          },
                                          "name": "x"
                                        },
                                        "computed": false
                                      },
                                      "operator": "-",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 6895,
                                        "end": 6903,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 49
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6895,
                                          "end": 6901,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 47
                                            },
                                            "identifierName": "farend"
                                          },
                                          "name": "farend"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6902,
                                          "end": 6903,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 49
                                            },
                                            "identifierName": "x"
                                          },
                                          "name": "x"
                                        },
                                        "computed": false
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 6882
                                      }
                                    },
                                    "operator": "%",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 6908,
                                      "end": 6919,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 65
                                        }
                                      },
                                      "left": {
                                        "type": "NumericLiteral",
                                        "start": 6908,
                                        "end": 6909,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 55
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 2,
                                          "raw": "2"
                                        },
                                        "value": 2
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 6912,
                                        "end": 6919,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 65
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6912,
                                          "end": 6916,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 62
                                            },
                                            "identifierName": "Math"
                                          },
                                          "name": "Math"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6917,
                                          "end": 6919,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 65
                                            },
                                            "identifierName": "PI"
                                          },
                                          "name": "PI"
                                        },
                                        "computed": false
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 6907
                                      }
                                    }
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6937,
                              "end": 6955,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 16
                                },
                                "end": {
                                  "line": 169,
                                  "column": 34
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6937,
                                "end": 6955,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6937,
                                  "end": 6946,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 25
                                    },
                                    "identifierName": "fromPolar"
                                  },
                                  "name": "fromPolar"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6947,
                                    "end": 6954,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 33
                                      },
                                      "identifierName": "nearend"
                                    },
                                    "name": "nearend"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 6972,
                              "end": 6989,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 16
                                },
                                "end": {
                                  "line": 170,
                                  "column": 33
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 6972,
                                "end": 6989,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 6972,
                                  "end": 6981,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 25
                                    },
                                    "identifierName": "fromPolar"
                                  },
                                  "name": "fromPolar"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 6982,
                                    "end": 6988,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 32
                                      },
                                      "identifierName": "farend"
                                    },
                                    "name": "farend"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7006,
                              "end": 7052,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 16
                                },
                                "end": {
                                  "line": 171,
                                  "column": 62
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7006,
                                "end": 7052,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7006,
                                  "end": 7019,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7006,
                                    "end": 7011,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 21
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7012,
                                    "end": 7019,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 29
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7020,
                                    "end": 7051,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 61
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7020,
                                      "end": 7045,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7020,
                                        "end": 7037,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7020,
                                          "end": 7029,
                                          "loc": {
                                            "start": {
                                              "line": 171,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 39
                                            },
                                            "identifierName": "dimension"
                                          },
                                          "name": "dimension"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7030,
                                          "end": 7037,
                                          "loc": {
                                            "start": {
                                              "line": 171,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 47
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7038,
                                        "end": 7045,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 55
                                          },
                                          "identifierName": "startPt"
                                        },
                                        "name": "startPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7046,
                                      "end": 7051,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 61
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7069,
                              "end": 7111,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 16
                                },
                                "end": {
                                  "line": 172,
                                  "column": 58
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7069,
                                "end": 7111,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7069,
                                  "end": 7080,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7069,
                                    "end": 7072,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 19
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7073,
                                    "end": 7080,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 27
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7081,
                                    "end": 7110,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7081,
                                      "end": 7104,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7081,
                                        "end": 7098,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 45
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7081,
                                          "end": 7090,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 37
                                            },
                                            "identifierName": "dimension"
                                          },
                                          "name": "dimension"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7091,
                                          "end": 7098,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 45
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7099,
                                        "end": 7104,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 51
                                          },
                                          "identifierName": "endPt"
                                        },
                                        "name": "endPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7105,
                                      "end": 7110,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 57
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 7128,
                              "end": 7253,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 16
                                },
                                "end": {
                                  "line": 174,
                                  "column": 34
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 7132,
                                "end": 7217,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 105
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 7132,
                                  "end": 7169,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 57
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 7133,
                                    "end": 7169,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 57
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 7133,
                                      "end": 7140,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 28
                                        },
                                        "identifierName": "Boolean"
                                      },
                                      "name": "Boolean"
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 7141,
                                        "end": 7168,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 56
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7141,
                                          "end": 7162,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 50
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 7141,
                                            "end": 7158,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 46
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 7141,
                                              "end": 7150,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 38
                                                },
                                                "identifierName": "dimension"
                                              },
                                              "name": "dimension"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7151,
                                              "end": 7158,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 46
                                                },
                                                "identifierName": "members"
                                              },
                                              "name": "members"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7159,
                                            "end": 7162,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 50
                                              },
                                              "identifierName": "ccw"
                                            },
                                            "name": "ccw"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7163,
                                          "end": 7168,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 56
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "operator": "^",
                                "right": {
                                  "type": "CallExpression",
                                  "start": 7172,
                                  "end": 7217,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 105
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 7172,
                                    "end": 7179,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 67
                                      },
                                      "identifierName": "Boolean"
                                    },
                                    "name": "Boolean"
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 7180,
                                      "end": 7216,
                                      "loc": {
                                        "start": {
                                          "line": 173,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 104
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7180,
                                        "end": 7210,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 98
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7180,
                                          "end": 7197,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 85
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7180,
                                            "end": 7189,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 77
                                              },
                                              "identifierName": "dimension"
                                            },
                                            "name": "dimension"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7190,
                                            "end": 7197,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 85
                                              },
                                              "identifierName": "members"
                                            },
                                            "name": "members"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7198,
                                          "end": 7210,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 98
                                            },
                                            "identifierName": "valHandlePos"
                                          },
                                          "name": "valHandlePos"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7211,
                                        "end": 7216,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 99
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 104
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 7239,
                                "end": 7253,
                                "loc": {
                                  "start": {
                                    "line": 174,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 174,
                                    "column": 34
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7239,
                                  "end": 7253,
                                  "loc": {
                                    "start": {
                                      "line": 174,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 34
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7239,
                                    "end": 7244,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 25
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "start": 7247,
                                    "end": 7253,
                                    "loc": {
                                      "start": {
                                        "line": 174,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 34
                                      }
                                    },
                                    "operator": "-",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 7248,
                                      "end": 7253,
                                      "loc": {
                                        "start": {
                                          "line": 174,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 174,
                                          "column": 34
                                        },
                                        "identifierName": "angle"
                                      },
                                      "name": "angle"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 7270,
                              "end": 7305,
                              "loc": {
                                "start": {
                                  "line": 175,
                                  "column": 16
                                },
                                "end": {
                                  "line": 175,
                                  "column": 51
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 7274,
                                "end": 7283,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 29
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 7274,
                                  "end": 7279,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 25
                                    },
                                    "identifierName": "angle"
                                  },
                                  "name": "angle"
                                },
                                "operator": "<",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 7282,
                                  "end": 7283,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 29
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 7285,
                                "end": 7305,
                                "loc": {
                                  "start": {
                                    "line": 175,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 175,
                                    "column": 51
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7285,
                                  "end": 7305,
                                  "loc": {
                                    "start": {
                                      "line": 175,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 175,
                                      "column": 51
                                    }
                                  },
                                  "operator": "+=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7285,
                                    "end": 7290,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 36
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 7294,
                                    "end": 7305,
                                    "loc": {
                                      "start": {
                                        "line": 175,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 175,
                                        "column": 51
                                      }
                                    },
                                    "left": {
                                      "type": "NumericLiteral",
                                      "start": 7294,
                                      "end": 7295,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 41
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 2,
                                        "raw": "2"
                                      },
                                      "value": 2
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 7298,
                                      "end": 7305,
                                      "loc": {
                                        "start": {
                                          "line": 175,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 175,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7298,
                                        "end": 7302,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 48
                                          },
                                          "identifierName": "Math"
                                        },
                                        "name": "Math"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7303,
                                        "end": 7305,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 175,
                                            "column": 51
                                          },
                                          "identifierName": "PI"
                                        },
                                        "name": "PI"
                                      },
                                      "computed": false
                                    }
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "IfStatement",
                              "start": 7322,
                              "end": 7370,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 16
                                },
                                "end": {
                                  "line": 176,
                                  "column": 64
                                }
                              },
                              "test": {
                                "type": "Identifier",
                                "start": 7326,
                                "end": 7334,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 28
                                  },
                                  "identifierName": "hasAngle"
                                },
                                "name": "hasAngle"
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 7336,
                                "end": 7370,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 64
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 7336,
                                  "end": 7370,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 64
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 7336,
                                    "end": 7341,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 35
                                      },
                                      "identifierName": "angle"
                                    },
                                    "name": "angle"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 7344,
                                    "end": 7370,
                                    "loc": {
                                      "start": {
                                        "line": 176,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 176,
                                        "column": 64
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7344,
                                      "end": 7363,
                                      "loc": {
                                        "start": {
                                          "line": 176,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 176,
                                          "column": 57
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7344,
                                        "end": 7354,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 48
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7344,
                                          "end": 7349,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 43
                                            },
                                            "identifierName": "THREE"
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7350,
                                          "end": 7354,
                                          "loc": {
                                            "start": {
                                              "line": 176,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 176,
                                              "column": 48
                                            },
                                            "identifierName": "Math"
                                          },
                                          "name": "Math"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7355,
                                        "end": 7363,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 57
                                          },
                                          "identifierName": "radToDeg"
                                        },
                                        "name": "radToDeg"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7364,
                                        "end": 7369,
                                        "loc": {
                                          "start": {
                                            "line": 176,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 176,
                                            "column": 63
                                          },
                                          "identifierName": "angle"
                                        },
                                        "name": "angle"
                                      }
                                    ]
                                  }
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7387,
                              "end": 7417,
                              "loc": {
                                "start": {
                                  "line": 177,
                                  "column": 16
                                },
                                "end": {
                                  "line": 177,
                                  "column": 46
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 7387,
                                "end": 7417,
                                "loc": {
                                  "start": {
                                    "line": 177,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 177,
                                    "column": 46
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7387,
                                  "end": 7409,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7387,
                                    "end": 7396,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 25
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7397,
                                    "end": 7409,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 38
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "Identifier",
                                  "start": 7412,
                                  "end": 7417,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 46
                                    },
                                    "identifierName": "angle"
                                  },
                                  "name": "angle"
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 7434,
                              "end": 7439,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 16
                                },
                                "end": {
                                  "line": 178,
                                  "column": 21
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 6380,
                            "end": 6408,
                            "loc": {
                              "start": {
                                "line": 160,
                                "column": 17
                              },
                              "end": {
                                "line": 160,
                                "column": 45
                              }
                            },
                            "extra": {
                              "rawValue": "CC_AngularFeatureDimension",
                              "raw": "'CC_AngularFeatureDimension'"
                            },
                            "value": "CC_AngularFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 7452,
                          "end": 7478,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 12
                            },
                            "end": {
                              "line": 179,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 7457,
                            "end": 7477,
                            "loc": {
                              "start": {
                                "line": 179,
                                "column": 17
                              },
                              "end": {
                                "line": 179,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearDimension",
                              "raw": "'CC_LinearDimension'"
                            },
                            "value": "CC_LinearDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 7491,
                          "end": 8148,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 12
                            },
                            "end": {
                              "line": 192,
                              "column": 21
                            }
                          },
                          "consequent": [
                            {
                              "type": "VariableDeclaration",
                              "start": 7541,
                              "end": 7730,
                              "loc": {
                                "start": {
                                  "line": 181,
                                  "column": 16
                                },
                                "end": {
                                  "line": 185,
                                  "column": 17
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 7545,
                                  "end": 7730,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 17
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 7545,
                                    "end": 7546,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 21
                                      },
                                      "identifierName": "d"
                                    },
                                    "name": "d"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 7549,
                                    "end": 7730,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 17
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7553,
                                      "end": 7566,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7553,
                                        "end": 7558,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 33
                                          },
                                          "identifierName": "THREE"
                                        },
                                        "name": "THREE"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7559,
                                        "end": 7566,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 41
                                          },
                                          "identifierName": "Vector3"
                                        },
                                        "name": "Vector3"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 7588,
                                        "end": 7627,
                                        "loc": {
                                          "start": {
                                            "line": 182,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 182,
                                            "column": 59
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7588,
                                          "end": 7596,
                                          "loc": {
                                            "start": {
                                              "line": 182,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 182,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7588,
                                            "end": 7592,
                                            "loc": {
                                              "start": {
                                                "line": 182,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 182,
                                                "column": 24
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7593,
                                            "end": 7596,
                                            "loc": {
                                              "start": {
                                                "line": 182,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 182,
                                                "column": 28
                                              },
                                              "identifierName": "cos"
                                            },
                                            "name": "cos"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 7597,
                                            "end": 7626,
                                            "loc": {
                                              "start": {
                                                "line": 182,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 182,
                                                "column": 58
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 7597,
                                              "end": 7620,
                                              "loc": {
                                                "start": {
                                                  "line": 182,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 182,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 7597,
                                                "end": 7614,
                                                "loc": {
                                                  "start": {
                                                    "line": 182,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 182,
                                                    "column": 46
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 7597,
                                                  "end": 7606,
                                                  "loc": {
                                                    "start": {
                                                      "line": 182,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 182,
                                                      "column": 38
                                                    },
                                                    "identifierName": "dimension"
                                                  },
                                                  "name": "dimension"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7607,
                                                  "end": 7614,
                                                  "loc": {
                                                    "start": {
                                                      "line": 182,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 182,
                                                      "column": 46
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7615,
                                                "end": 7620,
                                                "loc": {
                                                  "start": {
                                                    "line": 182,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 182,
                                                    "column": 52
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7621,
                                              "end": 7626,
                                              "loc": {
                                                "start": {
                                                  "line": 182,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 182,
                                                  "column": 58
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 7649,
                                        "end": 7688,
                                        "loc": {
                                          "start": {
                                            "line": 183,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 183,
                                            "column": 59
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7649,
                                          "end": 7657,
                                          "loc": {
                                            "start": {
                                              "line": 183,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 183,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7649,
                                            "end": 7653,
                                            "loc": {
                                              "start": {
                                                "line": 183,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 183,
                                                "column": 24
                                              },
                                              "identifierName": "Math"
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7654,
                                            "end": 7657,
                                            "loc": {
                                              "start": {
                                                "line": 183,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 183,
                                                "column": 28
                                              },
                                              "identifierName": "sin"
                                            },
                                            "name": "sin"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 7658,
                                            "end": 7687,
                                            "loc": {
                                              "start": {
                                                "line": 183,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 183,
                                                "column": 58
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 7658,
                                              "end": 7681,
                                              "loc": {
                                                "start": {
                                                  "line": 183,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 183,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 7658,
                                                "end": 7675,
                                                "loc": {
                                                  "start": {
                                                    "line": 183,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 183,
                                                    "column": 46
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 7658,
                                                  "end": 7667,
                                                  "loc": {
                                                    "start": {
                                                      "line": 183,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 183,
                                                      "column": 38
                                                    },
                                                    "identifierName": "dimension"
                                                  },
                                                  "name": "dimension"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 7668,
                                                  "end": 7675,
                                                  "loc": {
                                                    "start": {
                                                      "line": 183,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 183,
                                                      "column": 46
                                                    },
                                                    "identifierName": "members"
                                                  },
                                                  "name": "members"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7676,
                                                "end": 7681,
                                                "loc": {
                                                  "start": {
                                                    "line": 183,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 183,
                                                    "column": 52
                                                  },
                                                  "identifierName": "angle"
                                                },
                                                "name": "angle"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7682,
                                              "end": 7687,
                                              "loc": {
                                                "start": {
                                                  "line": 183,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 183,
                                                  "column": 58
                                                },
                                                "identifierName": "value"
                                              },
                                              "name": "value"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      {
                                        "type": "NumericLiteral",
                                        "start": 7710,
                                        "end": 7711,
                                        "loc": {
                                          "start": {
                                            "line": 184,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 184,
                                            "column": 21
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 7747,
                              "end": 7808,
                              "loc": {
                                "start": {
                                  "line": 186,
                                  "column": 16
                                },
                                "end": {
                                  "line": 186,
                                  "column": 77
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 7753,
                                  "end": 7808,
                                  "loc": {
                                    "start": {
                                      "line": 186,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 186,
                                      "column": 77
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 7753,
                                    "end": 7757,
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 26
                                      },
                                      "identifierName": "diff"
                                    },
                                    "name": "diff"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 7760,
                                    "end": 7808,
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 77
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7760,
                                      "end": 7805,
                                      "loc": {
                                        "start": {
                                          "line": 186,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 186,
                                          "column": 74
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 7760,
                                        "end": 7789,
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 58
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 7760,
                                          "end": 7780,
                                          "loc": {
                                            "start": {
                                              "line": 186,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 186,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 7760,
                                            "end": 7776,
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 45
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7760,
                                              "end": 7774,
                                              "loc": {
                                                "start": {
                                                  "line": 186,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 7760,
                                                "end": 7768,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 37
                                                  },
                                                  "identifierName": "position"
                                                },
                                                "name": "position"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7769,
                                                "end": 7774,
                                                "loc": {
                                                  "start": {
                                                    "line": 186,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 43
                                                  },
                                                  "identifierName": "clone"
                                                },
                                                "name": "clone"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7777,
                                            "end": 7780,
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 49
                                              },
                                              "identifierName": "sub"
                                            },
                                            "name": "sub"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 7781,
                                            "end": 7788,
                                            "loc": {
                                              "start": {
                                                "line": 186,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 186,
                                                "column": 57
                                              },
                                              "identifierName": "nearend"
                                            },
                                            "name": "nearend"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7790,
                                        "end": 7805,
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 74
                                          },
                                          "identifierName": "projectOnVector"
                                        },
                                        "name": "projectOnVector"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7806,
                                        "end": 7807,
                                        "loc": {
                                          "start": {
                                            "line": 186,
                                            "column": 75
                                          },
                                          "end": {
                                            "line": 186,
                                            "column": 76
                                          },
                                          "identifierName": "d"
                                        },
                                        "name": "d"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "const"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7825,
                              "end": 7842,
                              "loc": {
                                "start": {
                                  "line": 187,
                                  "column": 16
                                },
                                "end": {
                                  "line": 187,
                                  "column": 33
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7825,
                                "end": 7842,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 187,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7825,
                                  "end": 7836,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7825,
                                    "end": 7832,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 23
                                      },
                                      "identifierName": "nearend"
                                    },
                                    "name": "nearend"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7833,
                                    "end": 7836,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 27
                                      },
                                      "identifierName": "add"
                                    },
                                    "name": "add"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 7837,
                                    "end": 7841,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 32
                                      },
                                      "identifierName": "diff"
                                    },
                                    "name": "diff"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "IfStatement",
                              "start": 7859,
                              "end": 7923,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 16
                                },
                                "end": {
                                  "line": 188,
                                  "column": 80
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 7863,
                                "end": 7905,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7863,
                                  "end": 7899,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7863,
                                    "end": 7880,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7863,
                                      "end": 7872,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 29
                                        },
                                        "identifierName": "dimension"
                                      },
                                      "name": "dimension"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7873,
                                      "end": 7880,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 37
                                        },
                                        "identifierName": "members"
                                      },
                                      "name": "members"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7881,
                                    "end": 7899,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 56
                                      },
                                      "identifierName": "valHandleBehaviour"
                                    },
                                    "name": "valHandleBehaviour"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7900,
                                  "end": 7905,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 62
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 7907,
                                "end": 7923,
                                "loc": {
                                  "start": {
                                    "line": 188,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 188,
                                    "column": 80
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 7907,
                                  "end": 7923,
                                  "loc": {
                                    "start": {
                                      "line": 188,
                                      "column": 64
                                    },
                                    "end": {
                                      "line": 188,
                                      "column": 80
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 7907,
                                    "end": 7917,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 188,
                                        "column": 74
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 7907,
                                      "end": 7913,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 70
                                        },
                                        "identifierName": "farend"
                                      },
                                      "name": "farend"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7914,
                                      "end": 7917,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 74
                                        },
                                        "identifierName": "sub"
                                      },
                                      "name": "sub"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 7918,
                                      "end": 7922,
                                      "loc": {
                                        "start": {
                                          "line": 188,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 188,
                                          "column": 79
                                        },
                                        "identifierName": "diff"
                                      },
                                      "name": "diff"
                                    }
                                  ]
                                }
                              },
                              "alternate": null
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 7940,
                              "end": 7986,
                              "loc": {
                                "start": {
                                  "line": 189,
                                  "column": 16
                                },
                                "end": {
                                  "line": 189,
                                  "column": 62
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 7940,
                                "end": 7986,
                                "loc": {
                                  "start": {
                                    "line": 189,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 189,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7940,
                                  "end": 7953,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7940,
                                    "end": 7945,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 21
                                      },
                                      "identifierName": "start"
                                    },
                                    "name": "start"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7946,
                                    "end": 7953,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 29
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7954,
                                    "end": 7985,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 61
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7954,
                                      "end": 7979,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7954,
                                        "end": 7971,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7954,
                                          "end": 7963,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 39
                                            },
                                            "identifierName": "dimension"
                                          },
                                          "name": "dimension"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7964,
                                          "end": 7971,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 47
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7972,
                                        "end": 7979,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 55
                                          },
                                          "identifierName": "startPt"
                                        },
                                        "name": "startPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7980,
                                      "end": 7985,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 61
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8003,
                              "end": 8045,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 16
                                },
                                "end": {
                                  "line": 190,
                                  "column": 58
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 8003,
                                "end": 8045,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8003,
                                  "end": 8014,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8003,
                                    "end": 8006,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 19
                                      },
                                      "identifierName": "end"
                                    },
                                    "name": "end"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8007,
                                    "end": 8014,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 27
                                      },
                                      "identifierName": "toArray"
                                    },
                                    "name": "toArray"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 8015,
                                    "end": 8044,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8015,
                                      "end": 8038,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 190,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 8015,
                                        "end": 8032,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 45
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8015,
                                          "end": 8024,
                                          "loc": {
                                            "start": {
                                              "line": 190,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 190,
                                              "column": 37
                                            },
                                            "identifierName": "dimension"
                                          },
                                          "name": "dimension"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8025,
                                          "end": 8032,
                                          "loc": {
                                            "start": {
                                              "line": 190,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 190,
                                              "column": 45
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8033,
                                        "end": 8038,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 51
                                          },
                                          "identifierName": "endPt"
                                        },
                                        "name": "endPt"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8039,
                                      "end": 8044,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 190,
                                          "column": 57
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8062,
                              "end": 8126,
                              "loc": {
                                "start": {
                                  "line": 191,
                                  "column": 16
                                },
                                "end": {
                                  "line": 191,
                                  "column": 80
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8062,
                                "end": 8126,
                                "loc": {
                                  "start": {
                                    "line": 191,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 191,
                                    "column": 80
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8062,
                                  "end": 8084,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8062,
                                    "end": 8071,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 25
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8072,
                                    "end": 8084,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 38
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8087,
                                  "end": 8126,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 80
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8087,
                                    "end": 8095,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8087,
                                      "end": 8091,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 45
                                        },
                                        "identifierName": "Math"
                                      },
                                      "name": "Math"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8092,
                                      "end": 8095,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 49
                                        },
                                        "identifierName": "abs"
                                      },
                                      "name": "abs"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "CallExpression",
                                      "start": 8096,
                                      "end": 8125,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 79
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8096,
                                        "end": 8122,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 76
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 8096,
                                          "end": 8118,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 72
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8096,
                                            "end": 8111,
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 191,
                                                "column": 65
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 8096,
                                              "end": 8107,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 61
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 8096,
                                                "end": 8105,
                                                "loc": {
                                                  "start": {
                                                    "line": 191,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 191,
                                                    "column": 59
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8096,
                                                  "end": 8099,
                                                  "loc": {
                                                    "start": {
                                                      "line": 191,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 191,
                                                      "column": 53
                                                    },
                                                    "identifierName": "end"
                                                  },
                                                  "name": "end"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8100,
                                                  "end": 8105,
                                                  "loc": {
                                                    "start": {
                                                      "line": 191,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 191,
                                                      "column": 59
                                                    },
                                                    "identifierName": "clone"
                                                  },
                                                  "name": "clone"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8108,
                                              "end": 8111,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 65
                                                },
                                                "identifierName": "sub"
                                              },
                                              "name": "sub"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 8112,
                                              "end": 8117,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 71
                                                },
                                                "identifierName": "start"
                                              },
                                              "name": "start"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8119,
                                          "end": 8122,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 76
                                            },
                                            "identifierName": "dot"
                                          },
                                          "name": "dot"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 8123,
                                          "end": 8124,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 77
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 78
                                            },
                                            "identifierName": "d"
                                          },
                                          "name": "d"
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 8143,
                              "end": 8148,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 16
                                },
                                "end": {
                                  "line": 192,
                                  "column": 21
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 7496,
                            "end": 7523,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 17
                              },
                              "end": {
                                "line": 180,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_LinearFeatureDimension",
                              "raw": "'CC_LinearFeatureDimension'"
                            },
                            "value": "CC_LinearFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 8161,
                          "end": 8187,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 12
                            },
                            "end": {
                              "line": 193,
                              "column": 38
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 8166,
                            "end": 8186,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 17
                              },
                              "end": {
                                "line": 193,
                                "column": 37
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialDimension",
                              "raw": "'CC_RadialDimension'"
                            },
                            "value": "CC_RadialDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 8200,
                          "end": 8404,
                          "loc": {
                            "start": {
                              "line": 194,
                              "column": 12
                            },
                            "end": {
                              "line": 197,
                              "column": 21
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 8250,
                              "end": 8310,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 16
                                },
                                "end": {
                                  "line": 195,
                                  "column": 76
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8250,
                                "end": 8310,
                                "loc": {
                                  "start": {
                                    "line": 195,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 195,
                                    "column": 76
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8250,
                                  "end": 8280,
                                  "loc": {
                                    "start": {
                                      "line": 195,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 195,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8250,
                                    "end": 8274,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8250,
                                      "end": 8267,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8250,
                                        "end": 8259,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 25
                                          },
                                          "identifierName": "dimension"
                                        },
                                        "name": "dimension"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8260,
                                        "end": 8267,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 33
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8268,
                                      "end": 8274,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 40
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8275,
                                    "end": 8280,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 46
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8283,
                                  "end": 8310,
                                  "loc": {
                                    "start": {
                                      "line": 195,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 195,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8283,
                                    "end": 8300,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8283,
                                      "end": 8289,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 55
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8290,
                                      "end": 8300,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 66
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8301,
                                      "end": 8309,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 75
                                        },
                                        "identifierName": "position"
                                      },
                                      "name": "position"
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8327,
                              "end": 8382,
                              "loc": {
                                "start": {
                                  "line": 196,
                                  "column": 16
                                },
                                "end": {
                                  "line": 196,
                                  "column": 71
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8327,
                                "end": 8382,
                                "loc": {
                                  "start": {
                                    "line": 196,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 196,
                                    "column": 71
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8327,
                                  "end": 8349,
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 196,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8327,
                                    "end": 8336,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 25
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8337,
                                    "end": 8349,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 38
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 8352,
                                  "end": 8382,
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 196,
                                      "column": 71
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8352,
                                    "end": 8376,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 65
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8352,
                                      "end": 8369,
                                      "loc": {
                                        "start": {
                                          "line": 196,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 196,
                                          "column": 58
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8352,
                                        "end": 8361,
                                        "loc": {
                                          "start": {
                                            "line": 196,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 196,
                                            "column": 50
                                          },
                                          "identifierName": "dimension"
                                        },
                                        "name": "dimension"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8362,
                                        "end": 8369,
                                        "loc": {
                                          "start": {
                                            "line": 196,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 196,
                                            "column": 58
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8370,
                                      "end": 8376,
                                      "loc": {
                                        "start": {
                                          "line": 196,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 196,
                                          "column": 65
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8377,
                                    "end": 8382,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 71
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 8399,
                              "end": 8404,
                              "loc": {
                                "start": {
                                  "line": 197,
                                  "column": 16
                                },
                                "end": {
                                  "line": 197,
                                  "column": 21
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 8205,
                            "end": 8232,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 17
                              },
                              "end": {
                                "line": 194,
                                "column": 44
                              }
                            },
                            "extra": {
                              "rawValue": "CC_RadialFeatureDimension",
                              "raw": "'CC_RadialFeatureDimension'"
                            },
                            "value": "CC_RadialFeatureDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 8417,
                          "end": 8445,
                          "loc": {
                            "start": {
                              "line": 198,
                              "column": 12
                            },
                            "end": {
                              "line": 198,
                              "column": 40
                            }
                          },
                          "consequent": [],
                          "test": {
                            "type": "StringLiteral",
                            "start": 8422,
                            "end": 8444,
                            "loc": {
                              "start": {
                                "line": 198,
                                "column": 17
                              },
                              "end": {
                                "line": 198,
                                "column": 39
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterDimension",
                              "raw": "'CC_DiameterDimension'"
                            },
                            "value": "CC_DiameterDimension"
                          }
                        },
                        {
                          "type": "SwitchCase",
                          "start": 8458,
                          "end": 8668,
                          "loc": {
                            "start": {
                              "line": 199,
                              "column": 12
                            },
                            "end": {
                              "line": 202,
                              "column": 21
                            }
                          },
                          "consequent": [
                            {
                              "type": "ExpressionStatement",
                              "start": 8510,
                              "end": 8570,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 16
                                },
                                "end": {
                                  "line": 200,
                                  "column": 76
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8510,
                                "end": 8570,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 76
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8510,
                                  "end": 8540,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8510,
                                    "end": 8534,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8510,
                                      "end": 8527,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8510,
                                        "end": 8519,
                                        "loc": {
                                          "start": {
                                            "line": 200,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 200,
                                            "column": 25
                                          },
                                          "identifierName": "dimension"
                                        },
                                        "name": "dimension"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8520,
                                        "end": 8527,
                                        "loc": {
                                          "start": {
                                            "line": 200,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 200,
                                            "column": 33
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8528,
                                      "end": 8534,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 40
                                        },
                                        "identifierName": "radius"
                                      },
                                      "name": "radius"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8535,
                                    "end": 8540,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 46
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 8543,
                                  "end": 8570,
                                  "loc": {
                                    "start": {
                                      "line": 200,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 200,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8543,
                                    "end": 8560,
                                    "loc": {
                                      "start": {
                                        "line": 200,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 200,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8543,
                                      "end": 8549,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 55
                                        },
                                        "identifierName": "center"
                                      },
                                      "name": "center"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8550,
                                      "end": 8560,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 66
                                        },
                                        "identifierName": "distanceTo"
                                      },
                                      "name": "distanceTo"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 8561,
                                      "end": 8569,
                                      "loc": {
                                        "start": {
                                          "line": 200,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 200,
                                          "column": 75
                                        },
                                        "identifierName": "position"
                                      },
                                      "name": "position"
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 8587,
                              "end": 8646,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 16
                                },
                                "end": {
                                  "line": 201,
                                  "column": 75
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8587,
                                "end": 8646,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 75
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 8587,
                                  "end": 8609,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 38
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8587,
                                    "end": 8596,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 25
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8597,
                                    "end": 8609,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 38
                                      },
                                      "identifierName": "previewValue"
                                    },
                                    "name": "previewValue"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 8612,
                                  "end": 8646,
                                  "loc": {
                                    "start": {
                                      "line": 201,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 201,
                                      "column": 75
                                    }
                                  },
                                  "left": {
                                    "type": "NumericLiteral",
                                    "start": 8612,
                                    "end": 8613,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 42
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "value": 2
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 8616,
                                    "end": 8646,
                                    "loc": {
                                      "start": {
                                        "line": 201,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 201,
                                        "column": 75
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8616,
                                      "end": 8640,
                                      "loc": {
                                        "start": {
                                          "line": 201,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 69
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 8616,
                                        "end": 8633,
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 62
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8616,
                                          "end": 8625,
                                          "loc": {
                                            "start": {
                                              "line": 201,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 201,
                                              "column": 54
                                            },
                                            "identifierName": "dimension"
                                          },
                                          "name": "dimension"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8626,
                                          "end": 8633,
                                          "loc": {
                                            "start": {
                                              "line": 201,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 201,
                                              "column": 62
                                            },
                                            "identifierName": "members"
                                          },
                                          "name": "members"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8634,
                                        "end": 8640,
                                        "loc": {
                                          "start": {
                                            "line": 201,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 201,
                                            "column": 69
                                          },
                                          "identifierName": "radius"
                                        },
                                        "name": "radius"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8641,
                                      "end": 8646,
                                      "loc": {
                                        "start": {
                                          "line": 201,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 201,
                                          "column": 75
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "computed": false
                                  }
                                }
                              }
                            },
                            {
                              "type": "BreakStatement",
                              "start": 8663,
                              "end": 8668,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 16
                                },
                                "end": {
                                  "line": 202,
                                  "column": 21
                                }
                              },
                              "label": null
                            }
                          ],
                          "test": {
                            "type": "StringLiteral",
                            "start": 8463,
                            "end": 8492,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 17
                              },
                              "end": {
                                "line": 199,
                                "column": 46
                              }
                            },
                            "extra": {
                              "rawValue": "CC_DiameterFeatureDimension",
                              "raw": "'CC_DiameterFeatureDimension'"
                            },
                            "value": "CC_DiameterFeatureDimension"
                          }
                        }
                      ]
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 8690,
                "end": 8775,
                "loc": {
                  "start": {
                    "line": 206,
                    "column": 4
                  },
                  "end": {
                    "line": 208,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8690,
                  "end": 8696,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 4
                    },
                    "end": {
                      "line": 206,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8697,
                    "end": 8701,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 11
                      },
                      "end": {
                        "line": 206,
                        "column": 15
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8703,
                  "end": 8775,
                  "loc": {
                    "start": {
                      "line": 206,
                      "column": 17
                    },
                    "end": {
                      "line": 208,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8713,
                      "end": 8769,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 8
                        },
                        "end": {
                          "line": 207,
                          "column": 64
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8713,
                        "end": 8769,
                        "loc": {
                          "start": {
                            "line": 207,
                            "column": 8
                          },
                          "end": {
                            "line": 207,
                            "column": 64
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 8713,
                          "end": 8728,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 8
                            },
                            "end": {
                              "line": 207,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8713,
                            "end": 8717,
                            "loc": {
                              "start": {
                                "line": 207,
                                "column": 8
                              },
                              "end": {
                                "line": 207,
                                "column": 12
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8718,
                            "end": 8728,
                            "loc": {
                              "start": {
                                "line": 207,
                                "column": 13
                              },
                              "end": {
                                "line": 207,
                                "column": 23
                              },
                              "identifierName": "expression"
                            },
                            "name": "expression"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 8731,
                          "end": 8769,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 26
                            },
                            "end": {
                              "line": 207,
                              "column": 64
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8731,
                            "end": 8766,
                            "loc": {
                              "start": {
                                "line": 207,
                                "column": 26
                              },
                              "end": {
                                "line": 207,
                                "column": 61
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 8731,
                              "end": 8758,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 26
                                },
                                "end": {
                                  "line": 207,
                                  "column": 53
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8731,
                                "end": 8745,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8731,
                                  "end": 8735,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 30
                                    },
                                    "identifierName": "info"
                                  },
                                  "name": "info"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8736,
                                  "end": 8745,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 40
                                    },
                                    "identifierName": "dimension"
                                  },
                                  "name": "dimension"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8746,
                                "end": 8758,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 53
                                  },
                                  "identifierName": "previewValue"
                                },
                                "name": "previewValue"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8759,
                              "end": 8766,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 54
                                },
                                "end": {
                                  "line": 207,
                                  "column": 61
                                },
                                "identifierName": "toFixed"
                              },
                              "name": "toFixed"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "NumericLiteral",
                              "start": 8767,
                              "end": 8768,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 62
                                },
                                "end": {
                                  "line": 207,
                                  "column": 63
                                }
                              },
                              "extra": {
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "value": 2
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 8781,
                "end": 8843,
                "loc": {
                  "start": {
                    "line": 210,
                    "column": 4
                  },
                  "end": {
                    "line": 212,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8781,
                  "end": 8788,
                  "loc": {
                    "start": {
                      "line": 210,
                      "column": 4
                    },
                    "end": {
                      "line": 210,
                      "column": 11
                    },
                    "identifierName": "onScale"
                  },
                  "name": "onScale"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8789,
                    "end": 8794,
                    "loc": {
                      "start": {
                        "line": 210,
                        "column": 12
                      },
                      "end": {
                        "line": 210,
                        "column": 17
                      },
                      "identifierName": "scale"
                    },
                    "name": "scale"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8796,
                  "end": 8843,
                  "loc": {
                    "start": {
                      "line": 210,
                      "column": 19
                    },
                    "end": {
                      "line": 212,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8806,
                      "end": 8837,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 8
                        },
                        "end": {
                          "line": 211,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8806,
                        "end": 8837,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 8
                          },
                          "end": {
                            "line": 211,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8806,
                          "end": 8826,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 8
                            },
                            "end": {
                              "line": 211,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 8806,
                            "end": 8816,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 8
                              },
                              "end": {
                                "line": 211,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 8806,
                              "end": 8810,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 8
                                },
                                "end": {
                                  "line": 211,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8811,
                              "end": 8816,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 13
                                },
                                "end": {
                                  "line": 211,
                                  "column": 18
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8817,
                            "end": 8826,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 19
                              },
                              "end": {
                                "line": 211,
                                "column": 28
                              },
                              "identifierName": "setScalar"
                            },
                            "name": "setScalar"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 8827,
                            "end": 8836,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 29
                              },
                              "end": {
                                "line": 211,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "NumericLiteral",
                              "start": 8827,
                              "end": 8828,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 29
                                },
                                "end": {
                                  "line": 211,
                                  "column": 30
                                }
                              },
                              "extra": {
                                "rawValue": 7,
                                "raw": "7"
                              },
                              "value": 7
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 8831,
                              "end": 8836,
                              "loc": {
                                "start": {
                                  "line": 211,
                                  "column": 33
                                },
                                "end": {
                                  "line": 211,
                                  "column": 38
                                },
                                "identifierName": "scale"
                              },
                              "name": "scale"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 8847,
        "end": 9153,
        "loc": {
          "start": {
            "line": 215,
            "column": 0
          },
          "end": {
            "line": 225,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 8854,
          "end": 9153,
          "loc": {
            "start": {
              "line": 215,
              "column": 7
            },
            "end": {
              "line": 225,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 8860,
            "end": 8879,
            "loc": {
              "start": {
                "line": 215,
                "column": 13
              },
              "end": {
                "line": 215,
                "column": 32
              },
              "identifierName": "PositionValueHandle"
            },
            "name": "PositionValueHandle"
          },
          "superClass": {
            "type": "Identifier",
            "start": 8888,
            "end": 8899,
            "loc": {
              "start": {
                "line": 215,
                "column": 41
              },
              "end": {
                "line": 215,
                "column": 52
              },
              "identifierName": "ValueHandle"
            },
            "name": "ValueHandle"
          },
          "body": {
            "type": "ClassBody",
            "start": 8900,
            "end": 9153,
            "loc": {
              "start": {
                "line": 215,
                "column": 53
              },
              "end": {
                "line": 225,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 8906,
                "end": 9034,
                "loc": {
                  "start": {
                    "line": 216,
                    "column": 4
                  },
                  "end": {
                    "line": 219,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8906,
                  "end": 8912,
                  "loc": {
                    "start": {
                      "line": 216,
                      "column": 4
                    },
                    "end": {
                      "line": 216,
                      "column": 10
                    },
                    "identifierName": "onDrag"
                  },
                  "name": "onDrag"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8913,
                    "end": 8917,
                    "loc": {
                      "start": {
                        "line": 216,
                        "column": 11
                      },
                      "end": {
                        "line": 216,
                        "column": 15
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  },
                  {
                    "type": "Identifier",
                    "start": 8919,
                    "end": 8927,
                    "loc": {
                      "start": {
                        "line": 216,
                        "column": 17
                      },
                      "end": {
                        "line": 216,
                        "column": 25
                      },
                      "identifierName": "position"
                    },
                    "name": "position"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8929,
                  "end": 9034,
                  "loc": {
                    "start": {
                      "line": 216,
                      "column": 27
                    },
                    "end": {
                      "line": 219,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8939,
                      "end": 8991,
                      "loc": {
                        "start": {
                          "line": 217,
                          "column": 8
                        },
                        "end": {
                          "line": 217,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8939,
                        "end": 8991,
                        "loc": {
                          "start": {
                            "line": 217,
                            "column": 8
                          },
                          "end": {
                            "line": 217,
                            "column": 60
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8939,
                          "end": 8955,
                          "loc": {
                            "start": {
                              "line": 217,
                              "column": 8
                            },
                            "end": {
                              "line": 217,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8939,
                            "end": 8947,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 8
                              },
                              "end": {
                                "line": 217,
                                "column": 16
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8948,
                            "end": 8955,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 17
                              },
                              "end": {
                                "line": 217,
                                "column": 24
                              },
                              "identifierName": "toArray"
                            },
                            "name": "toArray"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 8956,
                            "end": 8990,
                            "loc": {
                              "start": {
                                "line": 217,
                                "column": 25
                              },
                              "end": {
                                "line": 217,
                                "column": 59
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 8956,
                              "end": 8984,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 25
                                },
                                "end": {
                                  "line": 217,
                                  "column": 53
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8956,
                                "end": 8978,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 47
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8956,
                                  "end": 8970,
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8956,
                                    "end": 8960,
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 29
                                      },
                                      "identifierName": "info"
                                    },
                                    "name": "info"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8961,
                                    "end": 8970,
                                    "loc": {
                                      "start": {
                                        "line": 217,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 217,
                                        "column": 39
                                      },
                                      "identifierName": "dimension"
                                    },
                                    "name": "dimension"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8971,
                                  "end": 8978,
                                  "loc": {
                                    "start": {
                                      "line": 217,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 217,
                                      "column": 47
                                    },
                                    "identifierName": "members"
                                  },
                                  "name": "members"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8979,
                                "end": 8984,
                                "loc": {
                                  "start": {
                                    "line": 217,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 217,
                                    "column": 53
                                  },
                                  "identifierName": "dimPt"
                                },
                                "name": "dimPt"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8985,
                              "end": 8990,
                              "loc": {
                                "start": {
                                  "line": 217,
                                  "column": 54
                                },
                                "end": {
                                  "line": 217,
                                  "column": 59
                                },
                                "identifierName": "value"
                              },
                              "name": "value"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9000,
                      "end": 9028,
                      "loc": {
                        "start": {
                          "line": 218,
                          "column": 8
                        },
                        "end": {
                          "line": 218,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 9000,
                        "end": 9028,
                        "loc": {
                          "start": {
                            "line": 218,
                            "column": 8
                          },
                          "end": {
                            "line": 218,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9000,
                          "end": 9012,
                          "loc": {
                            "start": {
                              "line": 218,
                              "column": 8
                            },
                            "end": {
                              "line": 218,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 9000,
                            "end": 9005,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 8
                              },
                              "end": {
                                "line": 218,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9006,
                            "end": 9012,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 14
                              },
                              "end": {
                                "line": 218,
                                "column": 20
                              },
                              "identifierName": "onDrag"
                            },
                            "name": "onDrag"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 9013,
                            "end": 9017,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 21
                              },
                              "end": {
                                "line": 218,
                                "column": 25
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          },
                          {
                            "type": "Identifier",
                            "start": 9019,
                            "end": 9027,
                            "loc": {
                              "start": {
                                "line": 218,
                                "column": 27
                              },
                              "end": {
                                "line": 218,
                                "column": 35
                              },
                              "identifierName": "position"
                            },
                            "name": "position"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 9040,
                "end": 9151,
                "loc": {
                  "start": {
                    "line": 221,
                    "column": 4
                  },
                  "end": {
                    "line": 224,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 9040,
                  "end": 9046,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 4
                    },
                    "end": {
                      "line": 221,
                      "column": 10
                    },
                    "identifierName": "onDrop"
                  },
                  "name": "onDrop"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 9047,
                    "end": 9051,
                    "loc": {
                      "start": {
                        "line": 221,
                        "column": 11
                      },
                      "end": {
                        "line": 221,
                        "column": 15
                      },
                      "identifierName": "info"
                    },
                    "name": "info"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 9053,
                  "end": 9151,
                  "loc": {
                    "start": {
                      "line": 221,
                      "column": 17
                    },
                    "end": {
                      "line": 224,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 9063,
                      "end": 9118,
                      "loc": {
                        "start": {
                          "line": 222,
                          "column": 8
                        },
                        "end": {
                          "line": 222,
                          "column": 63
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 9063,
                        "end": 9118,
                        "loc": {
                          "start": {
                            "line": 222,
                            "column": 8
                          },
                          "end": {
                            "line": 222,
                            "column": 63
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 9063,
                          "end": 9073,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 8
                            },
                            "end": {
                              "line": 222,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 9063,
                            "end": 9067,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 8
                              },
                              "end": {
                                "line": 222,
                                "column": 12
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9068,
                            "end": 9073,
                            "loc": {
                              "start": {
                                "line": 222,
                                "column": 13
                              },
                              "end": {
                                "line": 222,
                                "column": 18
                              },
                              "identifierName": "dimPt"
                            },
                            "name": "dimPt"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "TemplateLiteral",
                          "start": 9076,
                          "end": 9118,
                          "loc": {
                            "start": {
                              "line": 222,
                              "column": 21
                            },
                            "end": {
                              "line": 222,
                              "column": 63
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 9080,
                              "end": 9115,
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 25
                                },
                                "end": {
                                  "line": 222,
                                  "column": 60
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 9080,
                                "end": 9109,
                                "loc": {
                                  "start": {
                                    "line": 222,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 222,
                                    "column": 54
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 9080,
                                  "end": 9104,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9080,
                                    "end": 9098,
                                    "loc": {
                                      "start": {
                                        "line": 222,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 222,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 9080,
                                      "end": 9092,
                                      "loc": {
                                        "start": {
                                          "line": 222,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 222,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9080,
                                        "end": 9084,
                                        "loc": {
                                          "start": {
                                            "line": 222,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 222,
                                            "column": 29
                                          },
                                          "identifierName": "info"
                                        },
                                        "name": "info"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9085,
                                        "end": 9092,
                                        "loc": {
                                          "start": {
                                            "line": 222,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 222,
                                            "column": 37
                                          },
                                          "identifierName": "members"
                                        },
                                        "name": "members"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9093,
                                      "end": 9098,
                                      "loc": {
                                        "start": {
                                          "line": 222,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 222,
                                          "column": 43
                                        },
                                        "identifierName": "dimPt"
                                      },
                                      "name": "dimPt"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9099,
                                    "end": 9104,
                                    "loc": {
                                      "start": {
                                        "line": 222,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 222,
                                        "column": 49
                                      },
                                      "identifierName": "value"
                                    },
                                    "name": "value"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9105,
                                  "end": 9109,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 54
                                    },
                                    "identifierName": "join"
                                  },
                                  "name": "join"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 9110,
                                  "end": 9114,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 59
                                    }
                                  },
                                  "extra": {
                                    "rawValue": ", ",
                                    "raw": "', '"
                                  },
                                  "value": ", "
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 9077,
                              "end": 9078,
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 22
                                },
                                "end": {
                                  "line": 222,
                                  "column": 23
                                }
                              },
                              "value": {
                                "raw": "{",
                                "cooked": "{"
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 9116,
                              "end": 9117,
                              "loc": {
                                "start": {
                                  "line": 222,
                                  "column": 61
                                },
                                "end": {
                                  "line": 222,
                                  "column": 62
                                }
                              },
                              "value": {
                                "raw": "}",
                                "cooked": "}"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 9127,
                      "end": 9145,
                      "loc": {
                        "start": {
                          "line": 223,
                          "column": 8
                        },
                        "end": {
                          "line": 223,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 9127,
                        "end": 9145,
                        "loc": {
                          "start": {
                            "line": 223,
                            "column": 8
                          },
                          "end": {
                            "line": 223,
                            "column": 26
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 9127,
                          "end": 9139,
                          "loc": {
                            "start": {
                              "line": 223,
                              "column": 8
                            },
                            "end": {
                              "line": 223,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 9127,
                            "end": 9132,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 8
                              },
                              "end": {
                                "line": 223,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 9133,
                            "end": 9139,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 14
                              },
                              "end": {
                                "line": 223,
                                "column": 20
                              },
                              "identifierName": "onDrop"
                            },
                            "name": "onDrop"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 9140,
                            "end": 9144,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 21
                              },
                              "end": {
                                "line": 223,
                                "column": 25
                              },
                              "identifierName": "info"
                            },
                            "name": "info"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": " called when the dimension state changes, should update meshes",
      "start": 2276,
      "end": 2340,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 68
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
      "start": 3036,
      "end": 3128,
      "loc": {
        "start": {
          "line": 74,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 96
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
      "start": 3164,
      "end": 3253,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 93
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
      "start": 3279,
      "end": 3348,
      "loc": {
        "start": {
          "line": 80,
          "column": 4
        },
        "end": {
          "line": 80,
          "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": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 41,
      "end": 47,
      "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": 48,
      "end": 49,
      "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": 50,
      "end": 52,
      "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": 53,
      "end": 58,
      "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": 59,
      "end": 63,
      "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": 64,
      "end": 71,
      "loc": {
        "start": {
          "line": 2,
          "column": 23
        },
        "end": {
          "line": 2,
          "column": 30
        }
      }
    },
    {
      "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": 72,
      "end": 78,
      "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": 79,
      "end": 86,
      "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": 87,
      "end": 91,
      "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": 92,
      "end": 113,
      "loc": {
        "start": {
          "line": 3,
          "column": 20
        },
        "end": {
          "line": 3,
          "column": 41
        }
      }
    },
    {
      "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": 115,
      "end": 121,
      "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": 122,
      "end": 127,
      "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": 128,
      "end": 134,
      "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": 135,
      "end": 142,
      "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": 143,
      "end": 148,
      "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": 148,
      "end": 149,
      "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": 149,
      "end": 153,
      "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": 154,
      "end": 155,
      "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": 160,
      "end": 171,
      "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": 171,
      "end": 172,
      "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": 172,
      "end": 180,
      "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": 180,
      "end": 181,
      "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": 182,
      "end": 190,
      "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": 190,
      "end": 191,
      "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": 192,
      "end": 193,
      "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": 202,
      "end": 207,
      "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": 207,
      "end": 208,
      "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": 208,
      "end": 216,
      "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": 216,
      "end": 217,
      "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": 218,
      "end": 226,
      "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": 226,
      "end": 227,
      "loc": {
        "start": {
          "line": 7,
          "column": 32
        },
        "end": {
          "line": 7,
          "column": 33
        }
      }
    },
    {
      "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": 236,
      "end": 240,
      "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": 240,
      "end": 241,
      "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": 241,
      "end": 258,
      "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": 258,
      "end": 259,
      "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": 259,
      "end": 260,
      "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": 261,
      "end": 269,
      "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": 269,
      "end": 270,
      "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": 271,
      "end": 275,
      "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": 275,
      "end": 276,
      "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": 277,
      "end": 282,
      "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": 282,
      "end": 283,
      "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": 284,
      "end": 285,
      "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": 285,
      "end": 302,
      "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": 302,
      "end": 303,
      "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": 304,
      "end": 305,
      "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": 305,
      "end": 306,
      "loc": {
        "start": {
          "line": 8,
          "column": 77
        },
        "end": {
          "line": 8,
          "column": 78
        }
      }
    },
    {
      "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": 315,
      "end": 318,
      "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": 319,
      "end": 320,
      "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": 320,
      "end": 323,
      "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": 324,
      "end": 332,
      "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": 333,
      "end": 335,
      "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": 336,
      "end": 342,
      "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": 342,
      "end": 343,
      "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": 343,
      "end": 349,
      "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": 349,
      "end": 350,
      "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": 350,
      "end": 357,
      "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": 357,
      "end": 358,
      "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": 358,
      "end": 364,
      "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": 364,
      "end": 365,
      "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": 365,
      "end": 366,
      "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": 379,
      "end": 382,
      "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": 383,
      "end": 384,
      "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": 384,
      "end": 387,
      "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": 388,
      "end": 393,
      "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": 394,
      "end": 396,
      "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": 397,
      "end": 403,
      "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": 403,
      "end": 404,
      "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": 404,
      "end": 410,
      "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": 410,
      "end": 411,
      "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": 411,
      "end": 419,
      "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": 419,
      "end": 420,
      "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": 420,
      "end": 421,
      "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": 438,
      "end": 440,
      "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": 441,
      "end": 442,
      "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": 442,
      "end": 446,
      "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": 446,
      "end": 447,
      "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": 447,
      "end": 452,
      "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": 452,
      "end": 453,
      "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": 453,
      "end": 454,
      "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": 455,
      "end": 459,
      "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": 459,
      "end": 460,
      "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": 460,
      "end": 462,
      "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": 462,
      "end": 463,
      "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": 463,
      "end": 468,
      "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": 468,
      "end": 469,
      "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": 470,
      "end": 474,
      "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": 474,
      "end": 475,
      "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": 475,
      "end": 480,
      "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": 480,
      "end": 481,
      "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": 481,
      "end": 482,
      "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": 482,
      "end": 486,
      "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": 486,
      "end": 487,
      "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": 487,
      "end": 491,
      "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": 491,
      "end": 492,
      "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": 492,
      "end": 493,
      "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": 494,
      "end": 495,
      "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": 496,
      "end": 500,
      "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": 500,
      "end": 501,
      "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": 502,
      "end": 506,
      "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": 507,
      "end": 508,
      "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": 508,
      "end": 509,
      "loc": {
        "start": {
          "line": 11,
          "column": 86
        },
        "end": {
          "line": 11,
          "column": 87
        }
      }
    },
    {
      "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": 518,
      "end": 522,
      "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": 522,
      "end": 523,
      "loc": {
        "start": {
          "line": 12,
          "column": 12
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "text",
      "start": 523,
      "end": 527,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 528,
      "end": 529,
      "loc": {
        "start": {
          "line": 12,
          "column": 18
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 530,
      "end": 539,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 544,
      "end": 545,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 551,
      "end": 552,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 552,
      "end": 559,
      "loc": {
        "start": {
          "line": 15,
          "column": 5
        },
        "end": {
          "line": 15,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 559,
      "end": 560,
      "loc": {
        "start": {
          "line": 15,
          "column": 12
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 560,
      "end": 566,
      "loc": {
        "start": {
          "line": 15,
          "column": 13
        },
        "end": {
          "line": 15,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 566,
      "end": 567,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 567,
      "end": 578,
      "loc": {
        "start": {
          "line": 15,
          "column": 20
        },
        "end": {
          "line": 15,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 578,
      "end": 579,
      "loc": {
        "start": {
          "line": 15,
          "column": 31
        },
        "end": {
          "line": 15,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Hovered",
      "start": 579,
      "end": 586,
      "loc": {
        "start": {
          "line": 15,
          "column": 32
        },
        "end": {
          "line": 15,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 586,
      "end": 587,
      "loc": {
        "start": {
          "line": 15,
          "column": 39
        },
        "end": {
          "line": 15,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 587,
      "end": 588,
      "loc": {
        "start": {
          "line": 15,
          "column": 40
        },
        "end": {
          "line": 15,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 588,
      "end": 597,
      "loc": {
        "start": {
          "line": 15,
          "column": 41
        },
        "end": {
          "line": 15,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 597,
      "end": 598,
      "loc": {
        "start": {
          "line": 15,
          "column": 50
        },
        "end": {
          "line": 15,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 599,
      "end": 600,
      "loc": {
        "start": {
          "line": 15,
          "column": 52
        },
        "end": {
          "line": 15,
          "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": 609,
      "end": 613,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 613,
      "end": 614,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 614,
      "end": 618,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 618,
      "end": 619,
      "loc": {
        "start": {
          "line": 16,
          "column": 17
        },
        "end": {
          "line": 16,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 619,
      "end": 628,
      "loc": {
        "start": {
          "line": 16,
          "column": 18
        },
        "end": {
          "line": 16,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 628,
      "end": 629,
      "loc": {
        "start": {
          "line": 16,
          "column": 27
        },
        "end": {
          "line": 16,
          "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": 629,
      "end": 635,
      "loc": {
        "start": {
          "line": 16,
          "column": 28
        },
        "end": {
          "line": 16,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 635,
      "end": 636,
      "loc": {
        "start": {
          "line": 16,
          "column": 34
        },
        "end": {
          "line": 16,
          "column": 35
        }
      }
    },
    {
      "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": 645,
      "end": 647,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 648,
      "end": 649,
      "loc": {
        "start": {
          "line": 17,
          "column": 11
        },
        "end": {
          "line": 17,
          "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": 649,
      "end": 653,
      "loc": {
        "start": {
          "line": 17,
          "column": 12
        },
        "end": {
          "line": 17,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 653,
      "end": 654,
      "loc": {
        "start": {
          "line": 17,
          "column": 16
        },
        "end": {
          "line": 17,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 654,
      "end": 660,
      "loc": {
        "start": {
          "line": 17,
          "column": 17
        },
        "end": {
          "line": 17,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 660,
      "end": 661,
      "loc": {
        "start": {
          "line": 17,
          "column": 23
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 661,
      "end": 667,
      "loc": {
        "start": {
          "line": 17,
          "column": 24
        },
        "end": {
          "line": 17,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 667,
      "end": 668,
      "loc": {
        "start": {
          "line": 17,
          "column": 30
        },
        "end": {
          "line": 17,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 668,
      "end": 676,
      "loc": {
        "start": {
          "line": 17,
          "column": 31
        },
        "end": {
          "line": 17,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 676,
      "end": 677,
      "loc": {
        "start": {
          "line": 17,
          "column": 39
        },
        "end": {
          "line": 17,
          "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": 678,
      "end": 682,
      "loc": {
        "start": {
          "line": 17,
          "column": 41
        },
        "end": {
          "line": 17,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "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": 45
        },
        "end": {
          "line": 17,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 683,
      "end": 689,
      "loc": {
        "start": {
          "line": 17,
          "column": 46
        },
        "end": {
          "line": 17,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 689,
      "end": 690,
      "loc": {
        "start": {
          "line": 17,
          "column": 52
        },
        "end": {
          "line": 17,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 690,
      "end": 696,
      "loc": {
        "start": {
          "line": 17,
          "column": 53
        },
        "end": {
          "line": 17,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 696,
      "end": 697,
      "loc": {
        "start": {
          "line": 17,
          "column": 59
        },
        "end": {
          "line": 17,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 697,
      "end": 705,
      "loc": {
        "start": {
          "line": 17,
          "column": 60
        },
        "end": {
          "line": 17,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 705,
      "end": 706,
      "loc": {
        "start": {
          "line": 17,
          "column": 68
        },
        "end": {
          "line": 17,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hover",
      "start": 706,
      "end": 711,
      "loc": {
        "start": {
          "line": 17,
          "column": 69
        },
        "end": {
          "line": 17,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 711,
      "end": 712,
      "loc": {
        "start": {
          "line": 17,
          "column": 74
        },
        "end": {
          "line": 17,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 712,
      "end": 721,
      "loc": {
        "start": {
          "line": 17,
          "column": 75
        },
        "end": {
          "line": 17,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 721,
      "end": 722,
      "loc": {
        "start": {
          "line": 17,
          "column": 84
        },
        "end": {
          "line": 17,
          "column": 85
        }
      }
    },
    {
      "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": 731,
      "end": 735,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "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": 736,
      "end": 740,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 740,
      "end": 741,
      "loc": {
        "start": {
          "line": 18,
          "column": 17
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "animate",
      "start": 741,
      "end": 748,
      "loc": {
        "start": {
          "line": 18,
          "column": 18
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 748,
      "end": 749,
      "loc": {
        "start": {
          "line": 18,
          "column": 25
        },
        "end": {
          "line": 18,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 749,
      "end": 750,
      "loc": {
        "start": {
          "line": 18,
          "column": 26
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 751,
      "end": 759,
      "loc": {
        "start": {
          "line": 18,
          "column": 28
        },
        "end": {
          "line": 18,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 759,
      "end": 760,
      "loc": {
        "start": {
          "line": 18,
          "column": 36
        },
        "end": {
          "line": 18,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 761,
      "end": 762,
      "loc": {
        "start": {
          "line": 18,
          "column": 38
        },
        "end": {
          "line": 18,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 763,
      "end": 768,
      "loc": {
        "start": {
          "line": 18,
          "column": 40
        },
        "end": {
          "line": 18,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 768,
      "end": 769,
      "loc": {
        "start": {
          "line": 18,
          "column": 45
        },
        "end": {
          "line": 18,
          "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": 770,
      "end": 773,
      "loc": {
        "start": {
          "line": 18,
          "column": 47
        },
        "end": {
          "line": 18,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 774,
      "end": 779,
      "loc": {
        "start": {
          "line": 18,
          "column": 51
        },
        "end": {
          "line": 18,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 779,
      "end": 780,
      "loc": {
        "start": {
          "line": 18,
          "column": 56
        },
        "end": {
          "line": 18,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 780,
      "end": 785,
      "loc": {
        "start": {
          "line": 18,
          "column": 57
        },
        "end": {
          "line": 18,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 785,
      "end": 786,
      "loc": {
        "start": {
          "line": 18,
          "column": 62
        },
        "end": {
          "line": 18,
          "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": 786,
      "end": 790,
      "loc": {
        "start": {
          "line": 18,
          "column": 63
        },
        "end": {
          "line": 18,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 790,
      "end": 791,
      "loc": {
        "start": {
          "line": 18,
          "column": 67
        },
        "end": {
          "line": 18,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 791,
      "end": 797,
      "loc": {
        "start": {
          "line": 18,
          "column": 68
        },
        "end": {
          "line": 18,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 797,
      "end": 798,
      "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": "accent",
      "start": 798,
      "end": 804,
      "loc": {
        "start": {
          "line": 18,
          "column": 75
        },
        "end": {
          "line": 18,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 804,
      "end": 805,
      "loc": {
        "start": {
          "line": 18,
          "column": 81
        },
        "end": {
          "line": 18,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 805,
      "end": 806,
      "loc": {
        "start": {
          "line": 18,
          "column": 82
        },
        "end": {
          "line": 18,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 807,
      "end": 814,
      "loc": {
        "start": {
          "line": 18,
          "column": 84
        },
        "end": {
          "line": 18,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 814,
      "end": 815,
      "loc": {
        "start": {
          "line": 18,
          "column": 91
        },
        "end": {
          "line": 18,
          "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": 816,
      "end": 819,
      "loc": {
        "start": {
          "line": 18,
          "column": 93
        },
        "end": {
          "line": 18,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 820,
      "end": 821,
      "loc": {
        "start": {
          "line": 18,
          "column": 97
        },
        "end": {
          "line": 18,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 822,
      "end": 823,
      "loc": {
        "start": {
          "line": 18,
          "column": 99
        },
        "end": {
          "line": 18,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 823,
      "end": 824,
      "loc": {
        "start": {
          "line": 18,
          "column": 100
        },
        "end": {
          "line": 18,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 824,
      "end": 825,
      "loc": {
        "start": {
          "line": 18,
          "column": 101
        },
        "end": {
          "line": 18,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 825,
      "end": 830,
      "loc": {
        "start": {
          "line": 18,
          "column": 102
        },
        "end": {
          "line": 18,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 830,
      "end": 831,
      "loc": {
        "start": {
          "line": 18,
          "column": 107
        },
        "end": {
          "line": 18,
          "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": 831,
      "end": 832,
      "loc": {
        "start": {
          "line": 18,
          "column": 108
        },
        "end": {
          "line": 18,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 832,
      "end": 833,
      "loc": {
        "start": {
          "line": 18,
          "column": 109
        },
        "end": {
          "line": 18,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 838,
      "end": 839,
      "loc": {
        "start": {
          "line": 19,
          "column": 4
        },
        "end": {
          "line": 19,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 846,
      "end": 853,
      "loc": {
        "start": {
          "line": 21,
          "column": 5
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 853,
      "end": 854,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 854,
      "end": 860,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 860,
      "end": 861,
      "loc": {
        "start": {
          "line": 21,
          "column": 19
        },
        "end": {
          "line": 21,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 861,
      "end": 872,
      "loc": {
        "start": {
          "line": 21,
          "column": 20
        },
        "end": {
          "line": 21,
          "column": 31
        }
      }
    },
    {
      "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": 21,
          "column": 31
        },
        "end": {
          "line": 21,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Unhovered",
      "start": 873,
      "end": 882,
      "loc": {
        "start": {
          "line": 21,
          "column": 32
        },
        "end": {
          "line": 21,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 882,
      "end": 883,
      "loc": {
        "start": {
          "line": 21,
          "column": 41
        },
        "end": {
          "line": 21,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 883,
      "end": 884,
      "loc": {
        "start": {
          "line": 21,
          "column": 42
        },
        "end": {
          "line": 21,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 884,
      "end": 893,
      "loc": {
        "start": {
          "line": 21,
          "column": 43
        },
        "end": {
          "line": 21,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 893,
      "end": 894,
      "loc": {
        "start": {
          "line": 21,
          "column": 52
        },
        "end": {
          "line": 21,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 895,
      "end": 896,
      "loc": {
        "start": {
          "line": 21,
          "column": 54
        },
        "end": {
          "line": 21,
          "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": 905,
      "end": 907,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 22,
          "column": 11
        },
        "end": {
          "line": 22,
          "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": 909,
      "end": 913,
      "loc": {
        "start": {
          "line": 22,
          "column": 12
        },
        "end": {
          "line": 22,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 913,
      "end": 914,
      "loc": {
        "start": {
          "line": 22,
          "column": 16
        },
        "end": {
          "line": 22,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 914,
      "end": 920,
      "loc": {
        "start": {
          "line": 22,
          "column": 17
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 920,
      "end": 921,
      "loc": {
        "start": {
          "line": 22,
          "column": 23
        },
        "end": {
          "line": 22,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 921,
      "end": 927,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 927,
      "end": 928,
      "loc": {
        "start": {
          "line": 22,
          "column": 30
        },
        "end": {
          "line": 22,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 928,
      "end": 936,
      "loc": {
        "start": {
          "line": 22,
          "column": 31
        },
        "end": {
          "line": 22,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 936,
      "end": 937,
      "loc": {
        "start": {
          "line": 22,
          "column": 39
        },
        "end": {
          "line": 22,
          "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": 938,
      "end": 942,
      "loc": {
        "start": {
          "line": 22,
          "column": 41
        },
        "end": {
          "line": 22,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 942,
      "end": 943,
      "loc": {
        "start": {
          "line": 22,
          "column": 45
        },
        "end": {
          "line": 22,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 943,
      "end": 949,
      "loc": {
        "start": {
          "line": 22,
          "column": 46
        },
        "end": {
          "line": 22,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 949,
      "end": 950,
      "loc": {
        "start": {
          "line": 22,
          "column": 52
        },
        "end": {
          "line": 22,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 950,
      "end": 956,
      "loc": {
        "start": {
          "line": 22,
          "column": 53
        },
        "end": {
          "line": 22,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 956,
      "end": 957,
      "loc": {
        "start": {
          "line": 22,
          "column": 59
        },
        "end": {
          "line": 22,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 957,
      "end": 965,
      "loc": {
        "start": {
          "line": 22,
          "column": 60
        },
        "end": {
          "line": 22,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 965,
      "end": 966,
      "loc": {
        "start": {
          "line": 22,
          "column": 68
        },
        "end": {
          "line": 22,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unhover",
      "start": 966,
      "end": 973,
      "loc": {
        "start": {
          "line": 22,
          "column": 69
        },
        "end": {
          "line": 22,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 973,
      "end": 974,
      "loc": {
        "start": {
          "line": 22,
          "column": 76
        },
        "end": {
          "line": 22,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 974,
      "end": 983,
      "loc": {
        "start": {
          "line": 22,
          "column": 77
        },
        "end": {
          "line": 22,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 983,
      "end": 984,
      "loc": {
        "start": {
          "line": 22,
          "column": 86
        },
        "end": {
          "line": 22,
          "column": 87
        }
      }
    },
    {
      "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": 993,
      "end": 997,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "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": 998,
      "end": 1002,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1002,
      "end": 1003,
      "loc": {
        "start": {
          "line": 23,
          "column": 17
        },
        "end": {
          "line": 23,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "animate",
      "start": 1003,
      "end": 1010,
      "loc": {
        "start": {
          "line": 23,
          "column": 18
        },
        "end": {
          "line": 23,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1010,
      "end": 1011,
      "loc": {
        "start": {
          "line": 23,
          "column": 25
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1011,
      "end": 1012,
      "loc": {
        "start": {
          "line": 23,
          "column": 26
        },
        "end": {
          "line": 23,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1013,
      "end": 1021,
      "loc": {
        "start": {
          "line": 23,
          "column": 28
        },
        "end": {
          "line": 23,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1021,
      "end": 1022,
      "loc": {
        "start": {
          "line": 23,
          "column": 36
        },
        "end": {
          "line": 23,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1023,
      "end": 1024,
      "loc": {
        "start": {
          "line": 23,
          "column": 38
        },
        "end": {
          "line": 23,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 1025,
      "end": 1030,
      "loc": {
        "start": {
          "line": 23,
          "column": 40
        },
        "end": {
          "line": 23,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1030,
      "end": 1031,
      "loc": {
        "start": {
          "line": 23,
          "column": 45
        },
        "end": {
          "line": 23,
          "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": 1032,
      "end": 1035,
      "loc": {
        "start": {
          "line": 23,
          "column": 47
        },
        "end": {
          "line": 23,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1036,
      "end": 1041,
      "loc": {
        "start": {
          "line": 23,
          "column": 51
        },
        "end": {
          "line": 23,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1041,
      "end": 1042,
      "loc": {
        "start": {
          "line": 23,
          "column": 56
        },
        "end": {
          "line": 23,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 1042,
      "end": 1047,
      "loc": {
        "start": {
          "line": 23,
          "column": 57
        },
        "end": {
          "line": 23,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1047,
      "end": 1048,
      "loc": {
        "start": {
          "line": 23,
          "column": 62
        },
        "end": {
          "line": 23,
          "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": 1048,
      "end": 1052,
      "loc": {
        "start": {
          "line": 23,
          "column": 63
        },
        "end": {
          "line": 23,
          "column": 67
        }
      }
    },
    {
      "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": 23,
          "column": 67
        },
        "end": {
          "line": 23,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 1053,
      "end": 1059,
      "loc": {
        "start": {
          "line": 23,
          "column": 68
        },
        "end": {
          "line": 23,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1059,
      "end": 1060,
      "loc": {
        "start": {
          "line": 23,
          "column": 74
        },
        "end": {
          "line": 23,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 1060,
      "end": 1067,
      "loc": {
        "start": {
          "line": 23,
          "column": 75
        },
        "end": {
          "line": 23,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1067,
      "end": 1068,
      "loc": {
        "start": {
          "line": 23,
          "column": 82
        },
        "end": {
          "line": 23,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1068,
      "end": 1069,
      "loc": {
        "start": {
          "line": 23,
          "column": 83
        },
        "end": {
          "line": 23,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 1070,
      "end": 1077,
      "loc": {
        "start": {
          "line": 23,
          "column": 85
        },
        "end": {
          "line": 23,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1077,
      "end": 1078,
      "loc": {
        "start": {
          "line": 23,
          "column": 92
        },
        "end": {
          "line": 23,
          "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": 1079,
      "end": 1082,
      "loc": {
        "start": {
          "line": 23,
          "column": 94
        },
        "end": {
          "line": 23,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1083,
      "end": 1084,
      "loc": {
        "start": {
          "line": 23,
          "column": 98
        },
        "end": {
          "line": 23,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1085,
      "end": 1086,
      "loc": {
        "start": {
          "line": 23,
          "column": 100
        },
        "end": {
          "line": 23,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1086,
      "end": 1087,
      "loc": {
        "start": {
          "line": 23,
          "column": 101
        },
        "end": {
          "line": 23,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1087,
      "end": 1088,
      "loc": {
        "start": {
          "line": 23,
          "column": 102
        },
        "end": {
          "line": 23,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 1088,
      "end": 1093,
      "loc": {
        "start": {
          "line": 23,
          "column": 103
        },
        "end": {
          "line": 23,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1093,
      "end": 1094,
      "loc": {
        "start": {
          "line": 23,
          "column": 108
        },
        "end": {
          "line": 23,
          "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": 1094,
      "end": 1098,
      "loc": {
        "start": {
          "line": 23,
          "column": 109
        },
        "end": {
          "line": 23,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1098,
      "end": 1099,
      "loc": {
        "start": {
          "line": 23,
          "column": 113
        },
        "end": {
          "line": 23,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1104,
      "end": 1105,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1111,
      "end": 1112,
      "loc": {
        "start": {
          "line": 26,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1112,
      "end": 1119,
      "loc": {
        "start": {
          "line": 26,
          "column": 5
        },
        "end": {
          "line": 26,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1119,
      "end": 1120,
      "loc": {
        "start": {
          "line": 26,
          "column": 12
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1120,
      "end": 1126,
      "loc": {
        "start": {
          "line": 26,
          "column": 13
        },
        "end": {
          "line": 26,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1126,
      "end": 1127,
      "loc": {
        "start": {
          "line": 26,
          "column": 19
        },
        "end": {
          "line": 26,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1127,
      "end": 1138,
      "loc": {
        "start": {
          "line": 26,
          "column": 20
        },
        "end": {
          "line": 26,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1138,
      "end": 1139,
      "loc": {
        "start": {
          "line": 26,
          "column": 31
        },
        "end": {
          "line": 26,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Picked",
      "start": 1139,
      "end": 1145,
      "loc": {
        "start": {
          "line": 26,
          "column": 32
        },
        "end": {
          "line": 26,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1145,
      "end": 1146,
      "loc": {
        "start": {
          "line": 26,
          "column": 38
        },
        "end": {
          "line": 26,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1146,
      "end": 1147,
      "loc": {
        "start": {
          "line": 26,
          "column": 39
        },
        "end": {
          "line": 26,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1147,
      "end": 1156,
      "loc": {
        "start": {
          "line": 26,
          "column": 40
        },
        "end": {
          "line": 26,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1156,
      "end": 1157,
      "loc": {
        "start": {
          "line": 26,
          "column": 49
        },
        "end": {
          "line": 26,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1158,
      "end": 1159,
      "loc": {
        "start": {
          "line": 26,
          "column": 51
        },
        "end": {
          "line": 26,
          "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": 1168,
      "end": 1172,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "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": 1172,
      "end": 1173,
      "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": "view",
      "start": 1173,
      "end": 1177,
      "loc": {
        "start": {
          "line": 27,
          "column": 13
        },
        "end": {
          "line": 27,
          "column": 17
        }
      }
    },
    {
      "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": 17
        },
        "end": {
          "line": 27,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controls",
      "start": 1178,
      "end": 1186,
      "loc": {
        "start": {
          "line": 27,
          "column": 18
        },
        "end": {
          "line": 27,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1186,
      "end": 1187,
      "loc": {
        "start": {
          "line": 27,
          "column": 26
        },
        "end": {
          "line": 27,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 1187,
      "end": 1194,
      "loc": {
        "start": {
          "line": 27,
          "column": 27
        },
        "end": {
          "line": 27,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1195,
      "end": 1196,
      "loc": {
        "start": {
          "line": 27,
          "column": 35
        },
        "end": {
          "line": 27,
          "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": 1197,
      "end": 1202,
      "loc": {
        "start": {
          "line": 27,
          "column": 37
        },
        "end": {
          "line": 27,
          "column": 42
        }
      }
    },
    {
      "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": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1214,
      "end": 1215,
      "loc": {
        "start": {
          "line": 30,
          "column": 4
        },
        "end": {
          "line": 30,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1215,
      "end": 1222,
      "loc": {
        "start": {
          "line": 30,
          "column": 5
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1222,
      "end": 1223,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1223,
      "end": 1229,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1229,
      "end": 1230,
      "loc": {
        "start": {
          "line": 30,
          "column": 19
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1230,
      "end": 1241,
      "loc": {
        "start": {
          "line": 30,
          "column": 20
        },
        "end": {
          "line": 30,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1241,
      "end": 1242,
      "loc": {
        "start": {
          "line": 30,
          "column": 31
        },
        "end": {
          "line": 30,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Dragged",
      "start": 1242,
      "end": 1249,
      "loc": {
        "start": {
          "line": 30,
          "column": 32
        },
        "end": {
          "line": 30,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1249,
      "end": 1250,
      "loc": {
        "start": {
          "line": 30,
          "column": 39
        },
        "end": {
          "line": 30,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1250,
      "end": 1251,
      "loc": {
        "start": {
          "line": 30,
          "column": 40
        },
        "end": {
          "line": 30,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1251,
      "end": 1260,
      "loc": {
        "start": {
          "line": 30,
          "column": 41
        },
        "end": {
          "line": 30,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1260,
      "end": 1261,
      "loc": {
        "start": {
          "line": 30,
          "column": 50
        },
        "end": {
          "line": 30,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1262,
      "end": 1263,
      "loc": {
        "start": {
          "line": 30,
          "column": 52
        },
        "end": {
          "line": 30,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1272,
      "end": 1276,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1276,
      "end": 1277,
      "loc": {
        "start": {
          "line": 31,
          "column": 12
        },
        "end": {
          "line": 31,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 1277,
      "end": 1281,
      "loc": {
        "start": {
          "line": 31,
          "column": 13
        },
        "end": {
          "line": 31,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1281,
      "end": 1282,
      "loc": {
        "start": {
          "line": 31,
          "column": 17
        },
        "end": {
          "line": 31,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 1282,
      "end": 1291,
      "loc": {
        "start": {
          "line": 31,
          "column": 18
        },
        "end": {
          "line": 31,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1291,
      "end": 1292,
      "loc": {
        "start": {
          "line": 31,
          "column": 27
        },
        "end": {
          "line": 31,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "grabbing",
      "start": 1292,
      "end": 1302,
      "loc": {
        "start": {
          "line": 31,
          "column": 28
        },
        "end": {
          "line": 31,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1302,
      "end": 1303,
      "loc": {
        "start": {
          "line": 31,
          "column": 38
        },
        "end": {
          "line": 31,
          "column": 39
        }
      }
    },
    {
      "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": 1312,
      "end": 1317,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "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": "ray",
      "start": 1318,
      "end": 1321,
      "loc": {
        "start": {
          "line": 32,
          "column": 14
        },
        "end": {
          "line": 32,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1322,
      "end": 1323,
      "loc": {
        "start": {
          "line": 32,
          "column": 18
        },
        "end": {
          "line": 32,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1324,
      "end": 1333,
      "loc": {
        "start": {
          "line": 32,
          "column": 20
        },
        "end": {
          "line": 32,
          "column": 29
        }
      }
    },
    {
      "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": 29
        },
        "end": {
          "line": 32,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 1334,
      "end": 1337,
      "loc": {
        "start": {
          "line": 32,
          "column": 30
        },
        "end": {
          "line": 32,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1337,
      "end": 1338,
      "loc": {
        "start": {
          "line": 32,
          "column": 33
        },
        "end": {
          "line": 32,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 1338,
      "end": 1343,
      "loc": {
        "start": {
          "line": 32,
          "column": 34
        },
        "end": {
          "line": 32,
          "column": 39
        }
      }
    },
    {
      "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": 39
        },
        "end": {
          "line": 32,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1344,
      "end": 1345,
      "loc": {
        "start": {
          "line": 32,
          "column": 40
        },
        "end": {
          "line": 32,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1345,
      "end": 1346,
      "loc": {
        "start": {
          "line": 32,
          "column": 41
        },
        "end": {
          "line": 32,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "applyMatrix4",
      "start": 1346,
      "end": 1358,
      "loc": {
        "start": {
          "line": 32,
          "column": 42
        },
        "end": {
          "line": 32,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1358,
      "end": 1359,
      "loc": {
        "start": {
          "line": 32,
          "column": 54
        },
        "end": {
          "line": 32,
          "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": 1359,
      "end": 1362,
      "loc": {
        "start": {
          "line": 32,
          "column": 55
        },
        "end": {
          "line": 32,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1363,
      "end": 1368,
      "loc": {
        "start": {
          "line": 32,
          "column": 59
        },
        "end": {
          "line": 32,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1368,
      "end": 1369,
      "loc": {
        "start": {
          "line": 32,
          "column": 64
        },
        "end": {
          "line": 32,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Matrix4",
      "start": 1369,
      "end": 1376,
      "loc": {
        "start": {
          "line": 32,
          "column": 65
        },
        "end": {
          "line": 32,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1376,
      "end": 1377,
      "loc": {
        "start": {
          "line": 32,
          "column": 72
        },
        "end": {
          "line": 32,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1377,
      "end": 1378,
      "loc": {
        "start": {
          "line": 32,
          "column": 73
        },
        "end": {
          "line": 32,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 32,
          "column": 74
        },
        "end": {
          "line": 32,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getInverse",
      "start": 1379,
      "end": 1389,
      "loc": {
        "start": {
          "line": 32,
          "column": 75
        },
        "end": {
          "line": 32,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1389,
      "end": 1390,
      "loc": {
        "start": {
          "line": 32,
          "column": 85
        },
        "end": {
          "line": 32,
          "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": 1390,
      "end": 1394,
      "loc": {
        "start": {
          "line": 32,
          "column": 86
        },
        "end": {
          "line": 32,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1394,
      "end": 1395,
      "loc": {
        "start": {
          "line": 32,
          "column": 90
        },
        "end": {
          "line": 32,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1395,
      "end": 1401,
      "loc": {
        "start": {
          "line": 32,
          "column": 91
        },
        "end": {
          "line": 32,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1401,
      "end": 1402,
      "loc": {
        "start": {
          "line": 32,
          "column": 97
        },
        "end": {
          "line": 32,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matrixWorld",
      "start": 1402,
      "end": 1413,
      "loc": {
        "start": {
          "line": 32,
          "column": 98
        },
        "end": {
          "line": 32,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1413,
      "end": 1414,
      "loc": {
        "start": {
          "line": 32,
          "column": 109
        },
        "end": {
          "line": 32,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1414,
      "end": 1415,
      "loc": {
        "start": {
          "line": 32,
          "column": 110
        },
        "end": {
          "line": 32,
          "column": 111
        }
      }
    },
    {
      "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": 1424,
      "end": 1429,
      "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": "position",
      "start": 1430,
      "end": 1438,
      "loc": {
        "start": {
          "line": 33,
          "column": 14
        },
        "end": {
          "line": 33,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1439,
      "end": 1440,
      "loc": {
        "start": {
          "line": 33,
          "column": 23
        },
        "end": {
          "line": 33,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 1441,
      "end": 1444,
      "loc": {
        "start": {
          "line": 33,
          "column": 25
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1444,
      "end": 1445,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectPlane",
      "start": 1445,
      "end": 1459,
      "loc": {
        "start": {
          "line": 33,
          "column": 29
        },
        "end": {
          "line": 33,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1459,
      "end": 1460,
      "loc": {
        "start": {
          "line": 33,
          "column": 43
        },
        "end": {
          "line": 33,
          "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": 1460,
      "end": 1463,
      "loc": {
        "start": {
          "line": 33,
          "column": 44
        },
        "end": {
          "line": 33,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1464,
      "end": 1469,
      "loc": {
        "start": {
          "line": 33,
          "column": 48
        },
        "end": {
          "line": 33,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1469,
      "end": 1470,
      "loc": {
        "start": {
          "line": 33,
          "column": 53
        },
        "end": {
          "line": 33,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Plane",
      "start": 1470,
      "end": 1475,
      "loc": {
        "start": {
          "line": 33,
          "column": 54
        },
        "end": {
          "line": 33,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1475,
      "end": 1476,
      "loc": {
        "start": {
          "line": 33,
          "column": 59
        },
        "end": {
          "line": 33,
          "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": 1476,
      "end": 1479,
      "loc": {
        "start": {
          "line": 33,
          "column": 60
        },
        "end": {
          "line": 33,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 1480,
      "end": 1485,
      "loc": {
        "start": {
          "line": 33,
          "column": 64
        },
        "end": {
          "line": 33,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1485,
      "end": 1486,
      "loc": {
        "start": {
          "line": 33,
          "column": 69
        },
        "end": {
          "line": 33,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 1486,
      "end": 1493,
      "loc": {
        "start": {
          "line": 33,
          "column": 70
        },
        "end": {
          "line": 33,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1493,
      "end": 1494,
      "loc": {
        "start": {
          "line": 33,
          "column": 77
        },
        "end": {
          "line": 33,
          "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": 1494,
      "end": 1495,
      "loc": {
        "start": {
          "line": 33,
          "column": 78
        },
        "end": {
          "line": 33,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1495,
      "end": 1496,
      "loc": {
        "start": {
          "line": 33,
          "column": 79
        },
        "end": {
          "line": 33,
          "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": 1497,
      "end": 1498,
      "loc": {
        "start": {
          "line": 33,
          "column": 81
        },
        "end": {
          "line": 33,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1498,
      "end": 1499,
      "loc": {
        "start": {
          "line": 33,
          "column": 82
        },
        "end": {
          "line": 33,
          "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": 1500,
      "end": 1501,
      "loc": {
        "start": {
          "line": 33,
          "column": 84
        },
        "end": {
          "line": 33,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1501,
      "end": 1502,
      "loc": {
        "start": {
          "line": 33,
          "column": 85
        },
        "end": {
          "line": 33,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1502,
      "end": 1503,
      "loc": {
        "start": {
          "line": 33,
          "column": 86
        },
        "end": {
          "line": 33,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1503,
      "end": 1504,
      "loc": {
        "start": {
          "line": 33,
          "column": 87
        },
        "end": {
          "line": 33,
          "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": 1513,
      "end": 1517,
      "loc": {
        "start": {
          "line": 34,
          "column": 8
        },
        "end": {
          "line": 34,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1517,
      "end": 1518,
      "loc": {
        "start": {
          "line": 34,
          "column": 12
        },
        "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": "onDrag",
      "start": 1518,
      "end": 1524,
      "loc": {
        "start": {
          "line": 34,
          "column": 13
        },
        "end": {
          "line": 34,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1524,
      "end": 1525,
      "loc": {
        "start": {
          "line": 34,
          "column": 19
        },
        "end": {
          "line": 34,
          "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": 1525,
      "end": 1529,
      "loc": {
        "start": {
          "line": 34,
          "column": 20
        },
        "end": {
          "line": 34,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1529,
      "end": 1530,
      "loc": {
        "start": {
          "line": 34,
          "column": 24
        },
        "end": {
          "line": 34,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 1530,
      "end": 1534,
      "loc": {
        "start": {
          "line": 34,
          "column": 25
        },
        "end": {
          "line": 34,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1534,
      "end": 1535,
      "loc": {
        "start": {
          "line": 34,
          "column": 29
        },
        "end": {
          "line": 34,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 1536,
      "end": 1544,
      "loc": {
        "start": {
          "line": 34,
          "column": 31
        },
        "end": {
          "line": 34,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1544,
      "end": 1545,
      "loc": {
        "start": {
          "line": 34,
          "column": 39
        },
        "end": {
          "line": 34,
          "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": 1554,
      "end": 1558,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1558,
      "end": 1559,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1559,
      "end": 1565,
      "loc": {
        "start": {
          "line": 35,
          "column": 13
        },
        "end": {
          "line": 35,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1565,
      "end": 1566,
      "loc": {
        "start": {
          "line": 35,
          "column": 19
        },
        "end": {
          "line": 35,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 1566,
      "end": 1581,
      "loc": {
        "start": {
          "line": 35,
          "column": 20
        },
        "end": {
          "line": 35,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1581,
      "end": 1582,
      "loc": {
        "start": {
          "line": 35,
          "column": 35
        },
        "end": {
          "line": 35,
          "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": 1582,
      "end": 1586,
      "loc": {
        "start": {
          "line": 35,
          "column": 36
        },
        "end": {
          "line": 35,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1586,
      "end": 1587,
      "loc": {
        "start": {
          "line": 35,
          "column": 40
        },
        "end": {
          "line": 35,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 1587,
      "end": 1591,
      "loc": {
        "start": {
          "line": 35,
          "column": 41
        },
        "end": {
          "line": 35,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1591,
      "end": 1592,
      "loc": {
        "start": {
          "line": 35,
          "column": 45
        },
        "end": {
          "line": 35,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1597,
      "end": 1598,
      "loc": {
        "start": {
          "line": 36,
          "column": 4
        },
        "end": {
          "line": 36,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1604,
      "end": 1605,
      "loc": {
        "start": {
          "line": 38,
          "column": 4
        },
        "end": {
          "line": 38,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1605,
      "end": 1612,
      "loc": {
        "start": {
          "line": 38,
          "column": 5
        },
        "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": 1612,
      "end": 1613,
      "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": "Events",
      "start": 1613,
      "end": 1619,
      "loc": {
        "start": {
          "line": 38,
          "column": 13
        },
        "end": {
          "line": 38,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1619,
      "end": 1620,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1620,
      "end": 1631,
      "loc": {
        "start": {
          "line": 38,
          "column": 20
        },
        "end": {
          "line": 38,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1631,
      "end": 1632,
      "loc": {
        "start": {
          "line": 38,
          "column": 31
        },
        "end": {
          "line": 38,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Dropped",
      "start": 1632,
      "end": 1639,
      "loc": {
        "start": {
          "line": 38,
          "column": 32
        },
        "end": {
          "line": 38,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1639,
      "end": 1640,
      "loc": {
        "start": {
          "line": 38,
          "column": 39
        },
        "end": {
          "line": 38,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1640,
      "end": 1641,
      "loc": {
        "start": {
          "line": 38,
          "column": 40
        },
        "end": {
          "line": 38,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1641,
      "end": 1650,
      "loc": {
        "start": {
          "line": 38,
          "column": 41
        },
        "end": {
          "line": 38,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1650,
      "end": 1651,
      "loc": {
        "start": {
          "line": 38,
          "column": 50
        },
        "end": {
          "line": 38,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1652,
      "end": 1653,
      "loc": {
        "start": {
          "line": 38,
          "column": 52
        },
        "end": {
          "line": 38,
          "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": 1662,
      "end": 1666,
      "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": 1666,
      "end": 1667,
      "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": "view",
      "start": 1667,
      "end": 1671,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1671,
      "end": 1672,
      "loc": {
        "start": {
          "line": 39,
          "column": 17
        },
        "end": {
          "line": 39,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setCursor",
      "start": 1672,
      "end": 1681,
      "loc": {
        "start": {
          "line": 39,
          "column": 18
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1681,
      "end": 1682,
      "loc": {
        "start": {
          "line": 39,
          "column": 27
        },
        "end": {
          "line": 39,
          "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": 1682,
      "end": 1688,
      "loc": {
        "start": {
          "line": 39,
          "column": 28
        },
        "end": {
          "line": 39,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1688,
      "end": 1689,
      "loc": {
        "start": {
          "line": 39,
          "column": 34
        },
        "end": {
          "line": 39,
          "column": 35
        }
      }
    },
    {
      "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": 1698,
      "end": 1702,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1702,
      "end": 1703,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 1703,
      "end": 1707,
      "loc": {
        "start": {
          "line": 40,
          "column": 13
        },
        "end": {
          "line": 40,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1707,
      "end": 1708,
      "loc": {
        "start": {
          "line": 40,
          "column": 17
        },
        "end": {
          "line": 40,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "controls",
      "start": 1708,
      "end": 1716,
      "loc": {
        "start": {
          "line": 40,
          "column": 18
        },
        "end": {
          "line": 40,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1716,
      "end": 1717,
      "loc": {
        "start": {
          "line": 40,
          "column": 26
        },
        "end": {
          "line": 40,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 1717,
      "end": 1724,
      "loc": {
        "start": {
          "line": 40,
          "column": 27
        },
        "end": {
          "line": 40,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1725,
      "end": 1726,
      "loc": {
        "start": {
          "line": 40,
          "column": 35
        },
        "end": {
          "line": 40,
          "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": 1727,
      "end": 1731,
      "loc": {
        "start": {
          "line": 40,
          "column": 37
        },
        "end": {
          "line": 40,
          "column": 41
        }
      }
    },
    {
      "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": 1740,
      "end": 1744,
      "loc": {
        "start": {
          "line": 41,
          "column": 8
        },
        "end": {
          "line": 41,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1744,
      "end": 1745,
      "loc": {
        "start": {
          "line": 41,
          "column": 12
        },
        "end": {
          "line": 41,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 1745,
      "end": 1751,
      "loc": {
        "start": {
          "line": 41,
          "column": 13
        },
        "end": {
          "line": 41,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1751,
      "end": 1752,
      "loc": {
        "start": {
          "line": 41,
          "column": 19
        },
        "end": {
          "line": 41,
          "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": 1752,
      "end": 1756,
      "loc": {
        "start": {
          "line": 41,
          "column": 20
        },
        "end": {
          "line": 41,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1756,
      "end": 1757,
      "loc": {
        "start": {
          "line": 41,
          "column": 24
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 1757,
      "end": 1761,
      "loc": {
        "start": {
          "line": 41,
          "column": 25
        },
        "end": {
          "line": 41,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1761,
      "end": 1762,
      "loc": {
        "start": {
          "line": 41,
          "column": 29
        },
        "end": {
          "line": 41,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1771,
      "end": 1775,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "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": 1775,
      "end": 1776,
      "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": "parent",
      "start": 1776,
      "end": 1782,
      "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": 1782,
      "end": 1783,
      "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": "plugin",
      "start": 1783,
      "end": 1789,
      "loc": {
        "start": {
          "line": 42,
          "column": 20
        },
        "end": {
          "line": 42,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1789,
      "end": 1790,
      "loc": {
        "start": {
          "line": 42,
          "column": 26
        },
        "end": {
          "line": 42,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "afterSetCallback",
      "start": 1790,
      "end": 1806,
      "loc": {
        "start": {
          "line": 42,
          "column": 27
        },
        "end": {
          "line": 42,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1806,
      "end": 1807,
      "loc": {
        "start": {
          "line": 42,
          "column": 43
        },
        "end": {
          "line": 42,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1807,
      "end": 1808,
      "loc": {
        "start": {
          "line": 42,
          "column": 44
        },
        "end": {
          "line": 42,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1813,
      "end": 1814,
      "loc": {
        "start": {
          "line": 43,
          "column": 4
        },
        "end": {
          "line": 43,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1820,
      "end": 1821,
      "loc": {
        "start": {
          "line": 45,
          "column": 4
        },
        "end": {
          "line": 45,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1821,
      "end": 1828,
      "loc": {
        "start": {
          "line": 45,
          "column": 5
        },
        "end": {
          "line": 45,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1828,
      "end": 1829,
      "loc": {
        "start": {
          "line": 45,
          "column": 12
        },
        "end": {
          "line": 45,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1829,
      "end": 1835,
      "loc": {
        "start": {
          "line": 45,
          "column": 13
        },
        "end": {
          "line": 45,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1835,
      "end": 1836,
      "loc": {
        "start": {
          "line": 45,
          "column": 19
        },
        "end": {
          "line": 45,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1836,
      "end": 1847,
      "loc": {
        "start": {
          "line": 45,
          "column": 20
        },
        "end": {
          "line": 45,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1847,
      "end": 1848,
      "loc": {
        "start": {
          "line": 45,
          "column": 31
        },
        "end": {
          "line": 45,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Clicked",
      "start": 1848,
      "end": 1855,
      "loc": {
        "start": {
          "line": 45,
          "column": 32
        },
        "end": {
          "line": 45,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1855,
      "end": 1856,
      "loc": {
        "start": {
          "line": 45,
          "column": 39
        },
        "end": {
          "line": 45,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1856,
      "end": 1857,
      "loc": {
        "start": {
          "line": 45,
          "column": 40
        },
        "end": {
          "line": 45,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1857,
      "end": 1866,
      "loc": {
        "start": {
          "line": 45,
          "column": 41
        },
        "end": {
          "line": 45,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1866,
      "end": 1867,
      "loc": {
        "start": {
          "line": 45,
          "column": 50
        },
        "end": {
          "line": 45,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1868,
      "end": 1869,
      "loc": {
        "start": {
          "line": 45,
          "column": 52
        },
        "end": {
          "line": 45,
          "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": 1878,
      "end": 1880,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1881,
      "end": 1882,
      "loc": {
        "start": {
          "line": 46,
          "column": 11
        },
        "end": {
          "line": 46,
          "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": 1882,
      "end": 1886,
      "loc": {
        "start": {
          "line": 46,
          "column": 12
        },
        "end": {
          "line": 46,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1886,
      "end": 1887,
      "loc": {
        "start": {
          "line": 46,
          "column": 16
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1887,
      "end": 1893,
      "loc": {
        "start": {
          "line": 46,
          "column": 17
        },
        "end": {
          "line": 46,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1893,
      "end": 1894,
      "loc": {
        "start": {
          "line": 46,
          "column": 23
        },
        "end": {
          "line": 46,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 1894,
      "end": 1900,
      "loc": {
        "start": {
          "line": 46,
          "column": 24
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1900,
      "end": 1901,
      "loc": {
        "start": {
          "line": 46,
          "column": 30
        },
        "end": {
          "line": 46,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 1901,
      "end": 1909,
      "loc": {
        "start": {
          "line": 46,
          "column": 31
        },
        "end": {
          "line": 46,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1909,
      "end": 1910,
      "loc": {
        "start": {
          "line": 46,
          "column": 39
        },
        "end": {
          "line": 46,
          "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": 1911,
      "end": 1915,
      "loc": {
        "start": {
          "line": 46,
          "column": 41
        },
        "end": {
          "line": 46,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1915,
      "end": 1916,
      "loc": {
        "start": {
          "line": 46,
          "column": 45
        },
        "end": {
          "line": 46,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1916,
      "end": 1922,
      "loc": {
        "start": {
          "line": 46,
          "column": 46
        },
        "end": {
          "line": 46,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1922,
      "end": 1923,
      "loc": {
        "start": {
          "line": 46,
          "column": 52
        },
        "end": {
          "line": 46,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 1923,
      "end": 1929,
      "loc": {
        "start": {
          "line": 46,
          "column": 53
        },
        "end": {
          "line": 46,
          "column": 59
        }
      }
    },
    {
      "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": 46,
          "column": 59
        },
        "end": {
          "line": 46,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 1930,
      "end": 1938,
      "loc": {
        "start": {
          "line": 46,
          "column": 60
        },
        "end": {
          "line": 46,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1938,
      "end": 1939,
      "loc": {
        "start": {
          "line": 46,
          "column": 68
        },
        "end": {
          "line": 46,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clicked",
      "start": 1939,
      "end": 1946,
      "loc": {
        "start": {
          "line": 46,
          "column": 69
        },
        "end": {
          "line": 46,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1946,
      "end": 1947,
      "loc": {
        "start": {
          "line": 46,
          "column": 76
        },
        "end": {
          "line": 46,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 1947,
      "end": 1956,
      "loc": {
        "start": {
          "line": 46,
          "column": 77
        },
        "end": {
          "line": 46,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1956,
      "end": 1957,
      "loc": {
        "start": {
          "line": 46,
          "column": 86
        },
        "end": {
          "line": 46,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1962,
      "end": 1963,
      "loc": {
        "start": {
          "line": 47,
          "column": 4
        },
        "end": {
          "line": 47,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1969,
      "end": 1970,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 1970,
      "end": 1977,
      "loc": {
        "start": {
          "line": 49,
          "column": 5
        },
        "end": {
          "line": 49,
          "column": 12
        }
      }
    },
    {
      "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": 49,
          "column": 12
        },
        "end": {
          "line": 49,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 1978,
      "end": 1984,
      "loc": {
        "start": {
          "line": 49,
          "column": 13
        },
        "end": {
          "line": 49,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1984,
      "end": 1985,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Interaction",
      "start": 1985,
      "end": 1996,
      "loc": {
        "start": {
          "line": 49,
          "column": 20
        },
        "end": {
          "line": 49,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1996,
      "end": 1997,
      "loc": {
        "start": {
          "line": 49,
          "column": 31
        },
        "end": {
          "line": 49,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Missed",
      "start": 1997,
      "end": 2003,
      "loc": {
        "start": {
          "line": 49,
          "column": 32
        },
        "end": {
          "line": 49,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2003,
      "end": 2004,
      "loc": {
        "start": {
          "line": 49,
          "column": 38
        },
        "end": {
          "line": 49,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2004,
      "end": 2005,
      "loc": {
        "start": {
          "line": 49,
          "column": 39
        },
        "end": {
          "line": 49,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 2005,
      "end": 2014,
      "loc": {
        "start": {
          "line": 49,
          "column": 40
        },
        "end": {
          "line": 49,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2014,
      "end": 2015,
      "loc": {
        "start": {
          "line": 49,
          "column": 49
        },
        "end": {
          "line": 49,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2016,
      "end": 2017,
      "loc": {
        "start": {
          "line": 49,
          "column": 51
        },
        "end": {
          "line": 49,
          "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": 2026,
      "end": 2028,
      "loc": {
        "start": {
          "line": 50,
          "column": 8
        },
        "end": {
          "line": 50,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2029,
      "end": 2030,
      "loc": {
        "start": {
          "line": 50,
          "column": 11
        },
        "end": {
          "line": 50,
          "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": 2030,
      "end": 2034,
      "loc": {
        "start": {
          "line": 50,
          "column": 12
        },
        "end": {
          "line": 50,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2034,
      "end": 2035,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2035,
      "end": 2041,
      "loc": {
        "start": {
          "line": 50,
          "column": 17
        },
        "end": {
          "line": 50,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2041,
      "end": 2042,
      "loc": {
        "start": {
          "line": 50,
          "column": 23
        },
        "end": {
          "line": 50,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2042,
      "end": 2048,
      "loc": {
        "start": {
          "line": 50,
          "column": 24
        },
        "end": {
          "line": 50,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2048,
      "end": 2049,
      "loc": {
        "start": {
          "line": 50,
          "column": 30
        },
        "end": {
          "line": 50,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 2049,
      "end": 2057,
      "loc": {
        "start": {
          "line": 50,
          "column": 31
        },
        "end": {
          "line": 50,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2057,
      "end": 2058,
      "loc": {
        "start": {
          "line": 50,
          "column": 39
        },
        "end": {
          "line": 50,
          "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": 2059,
      "end": 2063,
      "loc": {
        "start": {
          "line": 50,
          "column": 41
        },
        "end": {
          "line": 50,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2063,
      "end": 2064,
      "loc": {
        "start": {
          "line": 50,
          "column": 45
        },
        "end": {
          "line": 50,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2064,
      "end": 2070,
      "loc": {
        "start": {
          "line": 50,
          "column": 46
        },
        "end": {
          "line": 50,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2070,
      "end": 2071,
      "loc": {
        "start": {
          "line": 50,
          "column": 52
        },
        "end": {
          "line": 50,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2071,
      "end": 2077,
      "loc": {
        "start": {
          "line": 50,
          "column": 53
        },
        "end": {
          "line": 50,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2077,
      "end": 2078,
      "loc": {
        "start": {
          "line": 50,
          "column": 59
        },
        "end": {
          "line": 50,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "selector",
      "start": 2078,
      "end": 2086,
      "loc": {
        "start": {
          "line": 50,
          "column": 60
        },
        "end": {
          "line": 50,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2086,
      "end": 2087,
      "loc": {
        "start": {
          "line": 50,
          "column": 68
        },
        "end": {
          "line": 50,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "missed",
      "start": 2087,
      "end": 2093,
      "loc": {
        "start": {
          "line": 50,
          "column": 69
        },
        "end": {
          "line": 50,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2093,
      "end": 2094,
      "loc": {
        "start": {
          "line": 50,
          "column": 75
        },
        "end": {
          "line": 50,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hitObject",
      "start": 2094,
      "end": 2103,
      "loc": {
        "start": {
          "line": 50,
          "column": 76
        },
        "end": {
          "line": 50,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2103,
      "end": 2104,
      "loc": {
        "start": {
          "line": 50,
          "column": 85
        },
        "end": {
          "line": 50,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2109,
      "end": 2110,
      "loc": {
        "start": {
          "line": 51,
          "column": 4
        },
        "end": {
          "line": 51,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2116,
      "end": 2117,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object3",
      "start": 2117,
      "end": 2124,
      "loc": {
        "start": {
          "line": 53,
          "column": 5
        },
        "end": {
          "line": 53,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2124,
      "end": 2125,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Events",
      "start": 2125,
      "end": 2131,
      "loc": {
        "start": {
          "line": 53,
          "column": 13
        },
        "end": {
          "line": 53,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2131,
      "end": 2132,
      "loc": {
        "start": {
          "line": 53,
          "column": 19
        },
        "end": {
          "line": 53,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Lifecycle",
      "start": 2132,
      "end": 2141,
      "loc": {
        "start": {
          "line": 53,
          "column": 20
        },
        "end": {
          "line": 53,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2141,
      "end": 2142,
      "loc": {
        "start": {
          "line": 53,
          "column": 29
        },
        "end": {
          "line": 53,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Rendered",
      "start": 2142,
      "end": 2150,
      "loc": {
        "start": {
          "line": 53,
          "column": 30
        },
        "end": {
          "line": 53,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2150,
      "end": 2151,
      "loc": {
        "start": {
          "line": 53,
          "column": 38
        },
        "end": {
          "line": 53,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2151,
      "end": 2152,
      "loc": {
        "start": {
          "line": 53,
          "column": 39
        },
        "end": {
          "line": 53,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2152,
      "end": 2153,
      "loc": {
        "start": {
          "line": 53,
          "column": 40
        },
        "end": {
          "line": 53,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2154,
      "end": 2155,
      "loc": {
        "start": {
          "line": 53,
          "column": 42
        },
        "end": {
          "line": 53,
          "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": 2164,
      "end": 2169,
      "loc": {
        "start": {
          "line": 54,
          "column": 8
        },
        "end": {
          "line": 54,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 2170,
      "end": 2175,
      "loc": {
        "start": {
          "line": 54,
          "column": 14
        },
        "end": {
          "line": 54,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2176,
      "end": 2177,
      "loc": {
        "start": {
          "line": 54,
          "column": 20
        },
        "end": {
          "line": 54,
          "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": 2178,
      "end": 2182,
      "loc": {
        "start": {
          "line": 54,
          "column": 22
        },
        "end": {
          "line": 54,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2182,
      "end": 2183,
      "loc": {
        "start": {
          "line": 54,
          "column": 26
        },
        "end": {
          "line": 54,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 2183,
      "end": 2187,
      "loc": {
        "start": {
          "line": 54,
          "column": 27
        },
        "end": {
          "line": 54,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2187,
      "end": 2188,
      "loc": {
        "start": {
          "line": 54,
          "column": 31
        },
        "end": {
          "line": 54,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "calculateScaleFactor",
      "start": 2188,
      "end": 2208,
      "loc": {
        "start": {
          "line": 54,
          "column": 32
        },
        "end": {
          "line": 54,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2208,
      "end": 2209,
      "loc": {
        "start": {
          "line": 54,
          "column": 52
        },
        "end": {
          "line": 54,
          "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": 2209,
      "end": 2213,
      "loc": {
        "start": {
          "line": 54,
          "column": 53
        },
        "end": {
          "line": 54,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2213,
      "end": 2214,
      "loc": {
        "start": {
          "line": 54,
          "column": 57
        },
        "end": {
          "line": 54,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getWorldPosition",
      "start": 2214,
      "end": 2230,
      "loc": {
        "start": {
          "line": 54,
          "column": 58
        },
        "end": {
          "line": 54,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2230,
      "end": 2231,
      "loc": {
        "start": {
          "line": 54,
          "column": 74
        },
        "end": {
          "line": 54,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2231,
      "end": 2232,
      "loc": {
        "start": {
          "line": 54,
          "column": 75
        },
        "end": {
          "line": 54,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2232,
      "end": 2233,
      "loc": {
        "start": {
          "line": 54,
          "column": 76
        },
        "end": {
          "line": 54,
          "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": 2234,
      "end": 2235,
      "loc": {
        "start": {
          "line": 54,
          "column": 78
        },
        "end": {
          "line": 54,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2235,
      "end": 2236,
      "loc": {
        "start": {
          "line": 54,
          "column": 79
        },
        "end": {
          "line": 54,
          "column": 80
        }
      }
    },
    {
      "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": 2245,
      "end": 2249,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "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": 2249,
      "end": 2250,
      "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": "onScale",
      "start": 2250,
      "end": 2257,
      "loc": {
        "start": {
          "line": 55,
          "column": 13
        },
        "end": {
          "line": 55,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2257,
      "end": 2258,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 2258,
      "end": 2263,
      "loc": {
        "start": {
          "line": 55,
          "column": 21
        },
        "end": {
          "line": 55,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2263,
      "end": 2264,
      "loc": {
        "start": {
          "line": 55,
          "column": 26
        },
        "end": {
          "line": 55,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2269,
      "end": 2270,
      "loc": {
        "start": {
          "line": 56,
          "column": 4
        },
        "end": {
          "line": 56,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called when the dimension state changes, should update meshes",
      "start": 2276,
      "end": 2340,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 2345,
      "end": 2360,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2360,
      "end": 2361,
      "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": "info",
      "start": 2361,
      "end": 2365,
      "loc": {
        "start": {
          "line": 59,
          "column": 20
        },
        "end": {
          "line": 59,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2365,
      "end": 2366,
      "loc": {
        "start": {
          "line": 59,
          "column": 24
        },
        "end": {
          "line": 59,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2367,
      "end": 2368,
      "loc": {
        "start": {
          "line": 59,
          "column": 26
        },
        "end": {
          "line": 59,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2377,
      "end": 2381,
      "loc": {
        "start": {
          "line": 60,
          "column": 8
        },
        "end": {
          "line": 60,
          "column": 12
        }
      }
    },
    {
      "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": 60,
          "column": 12
        },
        "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": "info",
      "start": 2382,
      "end": 2386,
      "loc": {
        "start": {
          "line": 60,
          "column": 13
        },
        "end": {
          "line": 60,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2387,
      "end": 2388,
      "loc": {
        "start": {
          "line": 60,
          "column": 18
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2389,
      "end": 2393,
      "loc": {
        "start": {
          "line": 60,
          "column": 20
        },
        "end": {
          "line": 60,
          "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": 2402,
      "end": 2406,
      "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": 2406,
      "end": 2407,
      "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": "colors",
      "start": 2407,
      "end": 2413,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2414,
      "end": 2415,
      "loc": {
        "start": {
          "line": 61,
          "column": 20
        },
        "end": {
          "line": 61,
          "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": 2416,
      "end": 2420,
      "loc": {
        "start": {
          "line": 61,
          "column": 22
        },
        "end": {
          "line": 61,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2420,
      "end": 2421,
      "loc": {
        "start": {
          "line": 61,
          "column": 26
        },
        "end": {
          "line": 61,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2421,
      "end": 2427,
      "loc": {
        "start": {
          "line": 61,
          "column": 27
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2427,
      "end": 2428,
      "loc": {
        "start": {
          "line": 61,
          "column": 33
        },
        "end": {
          "line": 61,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 2428,
      "end": 2434,
      "loc": {
        "start": {
          "line": 61,
          "column": 34
        },
        "end": {
          "line": 61,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2434,
      "end": 2435,
      "loc": {
        "start": {
          "line": 61,
          "column": 40
        },
        "end": {
          "line": 61,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "session",
      "start": 2435,
      "end": 2442,
      "loc": {
        "start": {
          "line": 61,
          "column": 41
        },
        "end": {
          "line": 61,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2442,
      "end": 2443,
      "loc": {
        "start": {
          "line": 61,
          "column": 48
        },
        "end": {
          "line": 61,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "globals",
      "start": 2443,
      "end": 2450,
      "loc": {
        "start": {
          "line": 61,
          "column": 49
        },
        "end": {
          "line": 61,
          "column": 56
        }
      }
    },
    {
      "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": 61,
          "column": 56
        },
        "end": {
          "line": 61,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 2451,
      "end": 2457,
      "loc": {
        "start": {
          "line": 61,
          "column": 57
        },
        "end": {
          "line": 61,
          "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": 2466,
      "end": 2470,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2470,
      "end": 2471,
      "loc": {
        "start": {
          "line": 62,
          "column": 12
        },
        "end": {
          "line": 62,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 2471,
      "end": 2479,
      "loc": {
        "start": {
          "line": 62,
          "column": 13
        },
        "end": {
          "line": 62,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2479,
      "end": 2480,
      "loc": {
        "start": {
          "line": 62,
          "column": 21
        },
        "end": {
          "line": 62,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 2480,
      "end": 2485,
      "loc": {
        "start": {
          "line": 62,
          "column": 22
        },
        "end": {
          "line": 62,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2486,
      "end": 2487,
      "loc": {
        "start": {
          "line": 62,
          "column": 28
        },
        "end": {
          "line": 62,
          "column": 29
        }
      }
    },
    {
      "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": 2488,
      "end": 2491,
      "loc": {
        "start": {
          "line": 62,
          "column": 30
        },
        "end": {
          "line": 62,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 2492,
      "end": 2497,
      "loc": {
        "start": {
          "line": 62,
          "column": 34
        },
        "end": {
          "line": 62,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2497,
      "end": 2498,
      "loc": {
        "start": {
          "line": 62,
          "column": 39
        },
        "end": {
          "line": 62,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Color",
      "start": 2498,
      "end": 2503,
      "loc": {
        "start": {
          "line": 62,
          "column": 40
        },
        "end": {
          "line": 62,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2503,
      "end": 2504,
      "loc": {
        "start": {
          "line": 62,
          "column": 45
        },
        "end": {
          "line": 62,
          "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": 2504,
      "end": 2508,
      "loc": {
        "start": {
          "line": 62,
          "column": 46
        },
        "end": {
          "line": 62,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2508,
      "end": 2509,
      "loc": {
        "start": {
          "line": 62,
          "column": 50
        },
        "end": {
          "line": 62,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 2509,
      "end": 2515,
      "loc": {
        "start": {
          "line": 62,
          "column": 51
        },
        "end": {
          "line": 62,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2515,
      "end": 2516,
      "loc": {
        "start": {
          "line": 62,
          "column": 57
        },
        "end": {
          "line": 62,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 2516,
      "end": 2523,
      "loc": {
        "start": {
          "line": 62,
          "column": 58
        },
        "end": {
          "line": 62,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2523,
      "end": 2524,
      "loc": {
        "start": {
          "line": 62,
          "column": 65
        },
        "end": {
          "line": 62,
          "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": 2533,
      "end": 2537,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2537,
      "end": 2538,
      "loc": {
        "start": {
          "line": 63,
          "column": 12
        },
        "end": {
          "line": 63,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 2538,
      "end": 2545,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2546,
      "end": 2547,
      "loc": {
        "start": {
          "line": 63,
          "column": 21
        },
        "end": {
          "line": 63,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2548,
      "end": 2552,
      "loc": {
        "start": {
          "line": 63,
          "column": 23
        },
        "end": {
          "line": 63,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2552,
      "end": 2553,
      "loc": {
        "start": {
          "line": 63,
          "column": 27
        },
        "end": {
          "line": 63,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 2553,
      "end": 2560,
      "loc": {
        "start": {
          "line": 63,
          "column": 28
        },
        "end": {
          "line": 63,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2569,
      "end": 2572,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 2573,
      "end": 2582,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2583,
      "end": 2584,
      "loc": {
        "start": {
          "line": 64,
          "column": 22
        },
        "end": {
          "line": 64,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2585,
      "end": 2586,
      "loc": {
        "start": {
          "line": 64,
          "column": 24
        },
        "end": {
          "line": 64,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2586,
      "end": 2587,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "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": 2596,
      "end": 2598,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2599,
      "end": 2600,
      "loc": {
        "start": {
          "line": 65,
          "column": 11
        },
        "end": {
          "line": 65,
          "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": 2600,
      "end": 2601,
      "loc": {
        "start": {
          "line": 65,
          "column": 12
        },
        "end": {
          "line": 65,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2601,
      "end": 2605,
      "loc": {
        "start": {
          "line": 65,
          "column": 13
        },
        "end": {
          "line": 65,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2605,
      "end": 2606,
      "loc": {
        "start": {
          "line": 65,
          "column": 17
        },
        "end": {
          "line": 65,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 2606,
      "end": 2615,
      "loc": {
        "start": {
          "line": 65,
          "column": 18
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2615,
      "end": 2616,
      "loc": {
        "start": {
          "line": 65,
          "column": 27
        },
        "end": {
          "line": 65,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 2616,
      "end": 2623,
      "loc": {
        "start": {
          "line": 65,
          "column": 28
        },
        "end": {
          "line": 65,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2623,
      "end": 2624,
      "loc": {
        "start": {
          "line": 65,
          "column": 35
        },
        "end": {
          "line": 65,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramName",
      "start": 2624,
      "end": 2633,
      "loc": {
        "start": {
          "line": 65,
          "column": 36
        },
        "end": {
          "line": 65,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2633,
      "end": 2634,
      "loc": {
        "start": {
          "line": 65,
          "column": 45
        },
        "end": {
          "line": 65,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2634,
      "end": 2639,
      "loc": {
        "start": {
          "line": 65,
          "column": 46
        },
        "end": {
          "line": 65,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2639,
      "end": 2640,
      "loc": {
        "start": {
          "line": 65,
          "column": 51
        },
        "end": {
          "line": 65,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startsWith",
      "start": 2640,
      "end": 2650,
      "loc": {
        "start": {
          "line": 65,
          "column": 52
        },
        "end": {
          "line": 65,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2650,
      "end": 2651,
      "loc": {
        "start": {
          "line": 65,
          "column": 62
        },
        "end": {
          "line": 65,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 2651,
      "end": 2654,
      "loc": {
        "start": {
          "line": 65,
          "column": 63
        },
        "end": {
          "line": 65,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2654,
      "end": 2655,
      "loc": {
        "start": {
          "line": 65,
          "column": 66
        },
        "end": {
          "line": 65,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2655,
      "end": 2656,
      "loc": {
        "start": {
          "line": 65,
          "column": 67
        },
        "end": {
          "line": 65,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "textParts",
      "start": 2669,
      "end": 2678,
      "loc": {
        "start": {
          "line": 66,
          "column": 12
        },
        "end": {
          "line": 66,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2678,
      "end": 2679,
      "loc": {
        "start": {
          "line": 66,
          "column": 21
        },
        "end": {
          "line": 66,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2679,
      "end": 2683,
      "loc": {
        "start": {
          "line": 66,
          "column": 22
        },
        "end": {
          "line": 66,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2683,
      "end": 2684,
      "loc": {
        "start": {
          "line": 66,
          "column": 26
        },
        "end": {
          "line": 66,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2684,
      "end": 2688,
      "loc": {
        "start": {
          "line": 66,
          "column": 27
        },
        "end": {
          "line": 66,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2688,
      "end": 2689,
      "loc": {
        "start": {
          "line": 66,
          "column": 31
        },
        "end": {
          "line": 66,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 2689,
      "end": 2698,
      "loc": {
        "start": {
          "line": 66,
          "column": 32
        },
        "end": {
          "line": 66,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2698,
      "end": 2699,
      "loc": {
        "start": {
          "line": 66,
          "column": 41
        },
        "end": {
          "line": 66,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 2699,
      "end": 2706,
      "loc": {
        "start": {
          "line": 66,
          "column": 42
        },
        "end": {
          "line": 66,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2706,
      "end": 2707,
      "loc": {
        "start": {
          "line": 66,
          "column": 49
        },
        "end": {
          "line": 66,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paramName",
      "start": 2707,
      "end": 2716,
      "loc": {
        "start": {
          "line": 66,
          "column": 50
        },
        "end": {
          "line": 66,
          "column": 59
        }
      }
    },
    {
      "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": 59
        },
        "end": {
          "line": 66,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2717,
      "end": 2722,
      "loc": {
        "start": {
          "line": 66,
          "column": 60
        },
        "end": {
          "line": 66,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2722,
      "end": 2723,
      "loc": {
        "start": {
          "line": 66,
          "column": 65
        },
        "end": {
          "line": 66,
          "column": 66
        }
      }
    },
    {
      "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": 2732,
      "end": 2737,
      "loc": {
        "start": {
          "line": 67,
          "column": 8
        },
        "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": "num",
      "start": 2738,
      "end": 2741,
      "loc": {
        "start": {
          "line": 67,
          "column": 14
        },
        "end": {
          "line": 67,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2742,
      "end": 2743,
      "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": "info",
      "start": 2744,
      "end": 2748,
      "loc": {
        "start": {
          "line": 67,
          "column": 20
        },
        "end": {
          "line": 67,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2748,
      "end": 2749,
      "loc": {
        "start": {
          "line": 67,
          "column": 24
        },
        "end": {
          "line": 67,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 2749,
      "end": 2758,
      "loc": {
        "start": {
          "line": 67,
          "column": 25
        },
        "end": {
          "line": 67,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2758,
      "end": 2759,
      "loc": {
        "start": {
          "line": 67,
          "column": 34
        },
        "end": {
          "line": 67,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 2759,
      "end": 2771,
      "loc": {
        "start": {
          "line": 67,
          "column": 35
        },
        "end": {
          "line": 67,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2772,
      "end": 2775,
      "loc": {
        "start": {
          "line": 67,
          "column": 48
        },
        "end": {
          "line": 67,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2776,
      "end": 2785,
      "loc": {
        "start": {
          "line": 67,
          "column": 52
        },
        "end": {
          "line": 67,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2798,
      "end": 2799,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "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": "info",
      "start": 2800,
      "end": 2804,
      "loc": {
        "start": {
          "line": 68,
          "column": 14
        },
        "end": {
          "line": 68,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2804,
      "end": 2805,
      "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": "dimension",
      "start": 2805,
      "end": 2814,
      "loc": {
        "start": {
          "line": 68,
          "column": 19
        },
        "end": {
          "line": 68,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2814,
      "end": 2815,
      "loc": {
        "start": {
          "line": 68,
          "column": 28
        },
        "end": {
          "line": 68,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 2815,
      "end": 2827,
      "loc": {
        "start": {
          "line": 68,
          "column": 29
        },
        "end": {
          "line": 68,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2840,
      "end": 2841,
      "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": "info",
      "start": 2842,
      "end": 2846,
      "loc": {
        "start": {
          "line": 69,
          "column": 14
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2846,
      "end": 2847,
      "loc": {
        "start": {
          "line": 69,
          "column": 18
        },
        "end": {
          "line": 69,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 2847,
      "end": 2856,
      "loc": {
        "start": {
          "line": 69,
          "column": 19
        },
        "end": {
          "line": 69,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2856,
      "end": 2857,
      "loc": {
        "start": {
          "line": 69,
          "column": 28
        },
        "end": {
          "line": 69,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 2857,
      "end": 2859,
      "loc": {
        "start": {
          "line": 69,
          "column": 29
        },
        "end": {
          "line": 69,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2860,
      "end": 2861,
      "loc": {
        "start": {
          "line": 69,
          "column": 32
        },
        "end": {
          "line": 69,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 2862,
      "end": 2866,
      "loc": {
        "start": {
          "line": 69,
          "column": 34
        },
        "end": {
          "line": 69,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2866,
      "end": 2867,
      "loc": {
        "start": {
          "line": 69,
          "column": 38
        },
        "end": {
          "line": 69,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 2867,
      "end": 2872,
      "loc": {
        "start": {
          "line": 69,
          "column": 39
        },
        "end": {
          "line": 69,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2873,
      "end": 2874,
      "loc": {
        "start": {
          "line": 69,
          "column": 45
        },
        "end": {
          "line": 69,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2875,
      "end": 2884,
      "loc": {
        "start": {
          "line": 69,
          "column": 47
        },
        "end": {
          "line": 69,
          "column": 56
        }
      }
    },
    {
      "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": 2893,
      "end": 2895,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2896,
      "end": 2897,
      "loc": {
        "start": {
          "line": 70,
          "column": 11
        },
        "end": {
          "line": 70,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2897,
      "end": 2900,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2901,
      "end": 2904,
      "loc": {
        "start": {
          "line": 70,
          "column": 16
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2905,
      "end": 2914,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2914,
      "end": 2915,
      "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": "textParts",
      "start": 2916,
      "end": 2925,
      "loc": {
        "start": {
          "line": 70,
          "column": 31
        },
        "end": {
          "line": 70,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2925,
      "end": 2926,
      "loc": {
        "start": {
          "line": 70,
          "column": 40
        },
        "end": {
          "line": 70,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2926,
      "end": 2930,
      "loc": {
        "start": {
          "line": 70,
          "column": 41
        },
        "end": {
          "line": 70,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2930,
      "end": 2931,
      "loc": {
        "start": {
          "line": 70,
          "column": 45
        },
        "end": {
          "line": 70,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Number",
      "start": 2931,
      "end": 2937,
      "loc": {
        "start": {
          "line": 70,
          "column": 46
        },
        "end": {
          "line": 70,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2937,
      "end": 2938,
      "loc": {
        "start": {
          "line": 70,
          "column": 52
        },
        "end": {
          "line": 70,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInteger",
      "start": 2938,
      "end": 2947,
      "loc": {
        "start": {
          "line": 70,
          "column": 53
        },
        "end": {
          "line": 70,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2947,
      "end": 2948,
      "loc": {
        "start": {
          "line": 70,
          "column": 62
        },
        "end": {
          "line": 70,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2948,
      "end": 2951,
      "loc": {
        "start": {
          "line": 70,
          "column": 63
        },
        "end": {
          "line": 70,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2951,
      "end": 2952,
      "loc": {
        "start": {
          "line": 70,
          "column": 66
        },
        "end": {
          "line": 70,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2953,
      "end": 2954,
      "loc": {
        "start": {
          "line": 70,
          "column": 68
        },
        "end": {
          "line": 70,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "String",
      "start": 2955,
      "end": 2961,
      "loc": {
        "start": {
          "line": 70,
          "column": 70
        },
        "end": {
          "line": 70,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2961,
      "end": 2962,
      "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": "num",
      "start": 2962,
      "end": 2965,
      "loc": {
        "start": {
          "line": 70,
          "column": 77
        },
        "end": {
          "line": 70,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2965,
      "end": 2966,
      "loc": {
        "start": {
          "line": 70,
          "column": 80
        },
        "end": {
          "line": 70,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2967,
      "end": 2968,
      "loc": {
        "start": {
          "line": 70,
          "column": 82
        },
        "end": {
          "line": 70,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "num",
      "start": 2969,
      "end": 2972,
      "loc": {
        "start": {
          "line": 70,
          "column": 84
        },
        "end": {
          "line": 70,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2972,
      "end": 2973,
      "loc": {
        "start": {
          "line": 70,
          "column": 87
        },
        "end": {
          "line": 70,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toFixed",
      "start": 2973,
      "end": 2980,
      "loc": {
        "start": {
          "line": 70,
          "column": 88
        },
        "end": {
          "line": 70,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2980,
      "end": 2981,
      "loc": {
        "start": {
          "line": 70,
          "column": 95
        },
        "end": {
          "line": 70,
          "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": 2981,
      "end": 2982,
      "loc": {
        "start": {
          "line": 70,
          "column": 96
        },
        "end": {
          "line": 70,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2982,
      "end": 2983,
      "loc": {
        "start": {
          "line": 70,
          "column": 97
        },
        "end": {
          "line": 70,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2983,
      "end": 2984,
      "loc": {
        "start": {
          "line": 70,
          "column": 98
        },
        "end": {
          "line": 70,
          "column": 99
        }
      }
    },
    {
      "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": 2993,
      "end": 2997,
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2997,
      "end": 2998,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "text",
      "start": 2998,
      "end": 3002,
      "loc": {
        "start": {
          "line": 71,
          "column": 13
        },
        "end": {
          "line": 71,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3003,
      "end": 3004,
      "loc": {
        "start": {
          "line": 71,
          "column": 18
        },
        "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": "textParts",
      "start": 3005,
      "end": 3014,
      "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,
        "updateContext": null
      },
      "start": 3014,
      "end": 3015,
      "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": "join",
      "start": 3015,
      "end": 3019,
      "loc": {
        "start": {
          "line": 71,
          "column": 30
        },
        "end": {
          "line": 71,
          "column": 34
        }
      }
    },
    {
      "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": 34
        },
        "end": {
          "line": 71,
          "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": 3020,
      "end": 3023,
      "loc": {
        "start": {
          "line": 71,
          "column": 35
        },
        "end": {
          "line": 71,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3023,
      "end": 3024,
      "loc": {
        "start": {
          "line": 71,
          "column": 38
        },
        "end": {
          "line": 71,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3029,
      "end": 3030,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dragged/Dropped, should update state from position",
      "start": 3036,
      "end": 3128,
      "loc": {
        "start": {
          "line": 74,
          "column": 4
        },
        "end": {
          "line": 74,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 3133,
      "end": 3139,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3139,
      "end": 3140,
      "loc": {
        "start": {
          "line": 75,
          "column": 10
        },
        "end": {
          "line": 75,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3140,
      "end": 3144,
      "loc": {
        "start": {
          "line": 75,
          "column": 11
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3144,
      "end": 3145,
      "loc": {
        "start": {
          "line": 75,
          "column": 15
        },
        "end": {
          "line": 75,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3146,
      "end": 3154,
      "loc": {
        "start": {
          "line": 75,
          "column": 17
        },
        "end": {
          "line": 75,
          "column": 25
        }
      }
    },
    {
      "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": 75,
          "column": 25
        },
        "end": {
          "line": 75,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3156,
      "end": 3157,
      "loc": {
        "start": {
          "line": 75,
          "column": 27
        },
        "end": {
          "line": 75,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 75,
          "column": 28
        },
        "end": {
          "line": 75,
          "column": 29
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Interaction.Dropped, should send state update to the server",
      "start": 3164,
      "end": 3253,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 3258,
      "end": 3264,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "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": 78,
          "column": 10
        },
        "end": {
          "line": 78,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3265,
      "end": 3269,
      "loc": {
        "start": {
          "line": 78,
          "column": 11
        },
        "end": {
          "line": 78,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3269,
      "end": 3270,
      "loc": {
        "start": {
          "line": 78,
          "column": 15
        },
        "end": {
          "line": 78,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3271,
      "end": 3272,
      "loc": {
        "start": {
          "line": 78,
          "column": 17
        },
        "end": {
          "line": 78,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3272,
      "end": 3273,
      "loc": {
        "start": {
          "line": 78,
          "column": 18
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " called from Object3.Events.Lifecycle.Rendered, should scale meshes",
      "start": 3279,
      "end": 3348,
      "loc": {
        "start": {
          "line": 80,
          "column": 4
        },
        "end": {
          "line": 80,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 3353,
      "end": 3360,
      "loc": {
        "start": {
          "line": 81,
          "column": 4
        },
        "end": {
          "line": 81,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3360,
      "end": 3361,
      "loc": {
        "start": {
          "line": 81,
          "column": 11
        },
        "end": {
          "line": 81,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 3361,
      "end": 3366,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3366,
      "end": 3367,
      "loc": {
        "start": {
          "line": 81,
          "column": 17
        },
        "end": {
          "line": 81,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3368,
      "end": 3369,
      "loc": {
        "start": {
          "line": 81,
          "column": 19
        },
        "end": {
          "line": 81,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3369,
      "end": 3370,
      "loc": {
        "start": {
          "line": 81,
          "column": 20
        },
        "end": {
          "line": 81,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3371,
      "end": 3372,
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 82,
          "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": 3374,
      "end": 3380,
      "loc": {
        "start": {
          "line": 84,
          "column": 0
        },
        "end": {
          "line": 84,
          "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": 3381,
      "end": 3386,
      "loc": {
        "start": {
          "line": 84,
          "column": 7
        },
        "end": {
          "line": 84,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PositionHandle",
      "start": 3387,
      "end": 3401,
      "loc": {
        "start": {
          "line": 84,
          "column": 13
        },
        "end": {
          "line": 84,
          "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": 3402,
      "end": 3409,
      "loc": {
        "start": {
          "line": 84,
          "column": 28
        },
        "end": {
          "line": 84,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Handle",
      "start": 3410,
      "end": 3416,
      "loc": {
        "start": {
          "line": 84,
          "column": 36
        },
        "end": {
          "line": 84,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3417,
      "end": 3418,
      "loc": {
        "start": {
          "line": 84,
          "column": 43
        },
        "end": {
          "line": 84,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 3423,
      "end": 3434,
      "loc": {
        "start": {
          "line": 85,
          "column": 4
        },
        "end": {
          "line": 85,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3434,
      "end": 3435,
      "loc": {
        "start": {
          "line": 85,
          "column": 15
        },
        "end": {
          "line": 85,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 3435,
      "end": 3441,
      "loc": {
        "start": {
          "line": 85,
          "column": 16
        },
        "end": {
          "line": 85,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3441,
      "end": 3442,
      "loc": {
        "start": {
          "line": 85,
          "column": 22
        },
        "end": {
          "line": 85,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3443,
      "end": 3444,
      "loc": {
        "start": {
          "line": 85,
          "column": 24
        },
        "end": {
          "line": 85,
          "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": 3453,
      "end": 3458,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3459,
      "end": 3465,
      "loc": {
        "start": {
          "line": 86,
          "column": 14
        },
        "end": {
          "line": 86,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3466,
      "end": 3467,
      "loc": {
        "start": {
          "line": 86,
          "column": 21
        },
        "end": {
          "line": 86,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 3468,
      "end": 3474,
      "loc": {
        "start": {
          "line": 86,
          "column": 23
        },
        "end": {
          "line": 86,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3474,
      "end": 3475,
      "loc": {
        "start": {
          "line": 86,
          "column": 29
        },
        "end": {
          "line": 86,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "session",
      "start": 3475,
      "end": 3482,
      "loc": {
        "start": {
          "line": 86,
          "column": 30
        },
        "end": {
          "line": 86,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3482,
      "end": 3483,
      "loc": {
        "start": {
          "line": 86,
          "column": 37
        },
        "end": {
          "line": 86,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "globals",
      "start": 3483,
      "end": 3490,
      "loc": {
        "start": {
          "line": 86,
          "column": 38
        },
        "end": {
          "line": 86,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3490,
      "end": 3491,
      "loc": {
        "start": {
          "line": 86,
          "column": 45
        },
        "end": {
          "line": 86,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3491,
      "end": 3497,
      "loc": {
        "start": {
          "line": 86,
          "column": 46
        },
        "end": {
          "line": 86,
          "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": 3506,
      "end": 3511,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3511,
      "end": 3512,
      "loc": {
        "start": {
          "line": 87,
          "column": 13
        },
        "end": {
          "line": 87,
          "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": 3525,
      "end": 3528,
      "loc": {
        "start": {
          "line": 88,
          "column": 12
        },
        "end": {
          "line": 88,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 3529,
      "end": 3534,
      "loc": {
        "start": {
          "line": 88,
          "column": 16
        },
        "end": {
          "line": 88,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3534,
      "end": 3535,
      "loc": {
        "start": {
          "line": 88,
          "column": 21
        },
        "end": {
          "line": 88,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SphereBufferGeometry",
      "start": 3535,
      "end": 3555,
      "loc": {
        "start": {
          "line": 88,
          "column": 22
        },
        "end": {
          "line": 88,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3555,
      "end": 3556,
      "loc": {
        "start": {
          "line": 88,
          "column": 42
        },
        "end": {
          "line": 88,
          "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": 3556,
      "end": 3557,
      "loc": {
        "start": {
          "line": 88,
          "column": 43
        },
        "end": {
          "line": 88,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3557,
      "end": 3558,
      "loc": {
        "start": {
          "line": 88,
          "column": 44
        },
        "end": {
          "line": 88,
          "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": 3559,
      "end": 3561,
      "loc": {
        "start": {
          "line": 88,
          "column": 46
        },
        "end": {
          "line": 88,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3561,
      "end": 3562,
      "loc": {
        "start": {
          "line": 88,
          "column": 48
        },
        "end": {
          "line": 88,
          "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": 3563,
      "end": 3565,
      "loc": {
        "start": {
          "line": 88,
          "column": 50
        },
        "end": {
          "line": 88,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3565,
      "end": 3566,
      "loc": {
        "start": {
          "line": 88,
          "column": 52
        },
        "end": {
          "line": 88,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3566,
      "end": 3567,
      "loc": {
        "start": {
          "line": 88,
          "column": 53
        },
        "end": {
          "line": 88,
          "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": 3580,
      "end": 3583,
      "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": 3584,
      "end": 3589,
      "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": 3589,
      "end": 3590,
      "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": "MeshBasicMaterial",
      "start": 3590,
      "end": 3607,
      "loc": {
        "start": {
          "line": 89,
          "column": 22
        },
        "end": {
          "line": 89,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3607,
      "end": 3608,
      "loc": {
        "start": {
          "line": 89,
          "column": 39
        },
        "end": {
          "line": 89,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3608,
      "end": 3609,
      "loc": {
        "start": {
          "line": 89,
          "column": 40
        },
        "end": {
          "line": 89,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 3610,
      "end": 3615,
      "loc": {
        "start": {
          "line": 89,
          "column": 42
        },
        "end": {
          "line": 89,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3615,
      "end": 3616,
      "loc": {
        "start": {
          "line": 89,
          "column": 47
        },
        "end": {
          "line": 89,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3617,
      "end": 3623,
      "loc": {
        "start": {
          "line": 89,
          "column": 49
        },
        "end": {
          "line": 89,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3623,
      "end": 3624,
      "loc": {
        "start": {
          "line": 89,
          "column": 55
        },
        "end": {
          "line": 89,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 3624,
      "end": 3631,
      "loc": {
        "start": {
          "line": 89,
          "column": 56
        },
        "end": {
          "line": 89,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3631,
      "end": 3632,
      "loc": {
        "start": {
          "line": 89,
          "column": 63
        },
        "end": {
          "line": 89,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transparent",
      "start": 3633,
      "end": 3644,
      "loc": {
        "start": {
          "line": 89,
          "column": 65
        },
        "end": {
          "line": 89,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3644,
      "end": 3645,
      "loc": {
        "start": {
          "line": 89,
          "column": 76
        },
        "end": {
          "line": 89,
          "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": 3646,
      "end": 3650,
      "loc": {
        "start": {
          "line": 89,
          "column": 78
        },
        "end": {
          "line": 89,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3650,
      "end": 3651,
      "loc": {
        "start": {
          "line": 89,
          "column": 82
        },
        "end": {
          "line": 89,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 3652,
      "end": 3659,
      "loc": {
        "start": {
          "line": 89,
          "column": 84
        },
        "end": {
          "line": 89,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3659,
      "end": 3660,
      "loc": {
        "start": {
          "line": 89,
          "column": 91
        },
        "end": {
          "line": 89,
          "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": 3661,
      "end": 3664,
      "loc": {
        "start": {
          "line": 89,
          "column": 93
        },
        "end": {
          "line": 89,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3665,
      "end": 3666,
      "loc": {
        "start": {
          "line": 89,
          "column": 97
        },
        "end": {
          "line": 89,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3666,
      "end": 3667,
      "loc": {
        "start": {
          "line": 89,
          "column": 98
        },
        "end": {
          "line": 89,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3667,
      "end": 3668,
      "loc": {
        "start": {
          "line": 89,
          "column": 99
        },
        "end": {
          "line": 89,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3677,
      "end": 3678,
      "loc": {
        "start": {
          "line": 90,
          "column": 8
        },
        "end": {
          "line": 90,
          "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": 3687,
      "end": 3691,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3691,
      "end": 3692,
      "loc": {
        "start": {
          "line": 91,
          "column": 12
        },
        "end": {
          "line": 91,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3692,
      "end": 3698,
      "loc": {
        "start": {
          "line": 91,
          "column": 13
        },
        "end": {
          "line": 91,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3699,
      "end": 3700,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 3701,
      "end": 3707,
      "loc": {
        "start": {
          "line": 91,
          "column": 22
        },
        "end": {
          "line": 91,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3712,
      "end": 3713,
      "loc": {
        "start": {
          "line": 92,
          "column": 4
        },
        "end": {
          "line": 92,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 3719,
      "end": 3734,
      "loc": {
        "start": {
          "line": 94,
          "column": 4
        },
        "end": {
          "line": 94,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3734,
      "end": 3735,
      "loc": {
        "start": {
          "line": 94,
          "column": 19
        },
        "end": {
          "line": 94,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3735,
      "end": 3739,
      "loc": {
        "start": {
          "line": 94,
          "column": 20
        },
        "end": {
          "line": 94,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3739,
      "end": 3740,
      "loc": {
        "start": {
          "line": 94,
          "column": 24
        },
        "end": {
          "line": 94,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3741,
      "end": 3742,
      "loc": {
        "start": {
          "line": 94,
          "column": 26
        },
        "end": {
          "line": 94,
          "column": 27
        }
      }
    },
    {
      "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": 3751,
      "end": 3756,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3756,
      "end": 3757,
      "loc": {
        "start": {
          "line": 95,
          "column": 13
        },
        "end": {
          "line": 95,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 3757,
      "end": 3772,
      "loc": {
        "start": {
          "line": 95,
          "column": 14
        },
        "end": {
          "line": 95,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3772,
      "end": 3773,
      "loc": {
        "start": {
          "line": 95,
          "column": 29
        },
        "end": {
          "line": 95,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3773,
      "end": 3777,
      "loc": {
        "start": {
          "line": 95,
          "column": 30
        },
        "end": {
          "line": 95,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3777,
      "end": 3778,
      "loc": {
        "start": {
          "line": 95,
          "column": 34
        },
        "end": {
          "line": 95,
          "column": 35
        }
      }
    },
    {
      "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": 3787,
      "end": 3791,
      "loc": {
        "start": {
          "line": 96,
          "column": 8
        },
        "end": {
          "line": 96,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3791,
      "end": 3792,
      "loc": {
        "start": {
          "line": 96,
          "column": 12
        },
        "end": {
          "line": 96,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3792,
      "end": 3800,
      "loc": {
        "start": {
          "line": 96,
          "column": 13
        },
        "end": {
          "line": 96,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3800,
      "end": 3801,
      "loc": {
        "start": {
          "line": 96,
          "column": 21
        },
        "end": {
          "line": 96,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 3801,
      "end": 3810,
      "loc": {
        "start": {
          "line": 96,
          "column": 22
        },
        "end": {
          "line": 96,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3810,
      "end": 3811,
      "loc": {
        "start": {
          "line": 96,
          "column": 31
        },
        "end": {
          "line": 96,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3811,
      "end": 3815,
      "loc": {
        "start": {
          "line": 96,
          "column": 32
        },
        "end": {
          "line": 96,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3815,
      "end": 3816,
      "loc": {
        "start": {
          "line": 96,
          "column": 36
        },
        "end": {
          "line": 96,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 3816,
      "end": 3825,
      "loc": {
        "start": {
          "line": 96,
          "column": 37
        },
        "end": {
          "line": 96,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3825,
      "end": 3826,
      "loc": {
        "start": {
          "line": 96,
          "column": 46
        },
        "end": {
          "line": 96,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 3826,
      "end": 3833,
      "loc": {
        "start": {
          "line": 96,
          "column": 47
        },
        "end": {
          "line": 96,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3833,
      "end": 3834,
      "loc": {
        "start": {
          "line": 96,
          "column": 54
        },
        "end": {
          "line": 96,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 3834,
      "end": 3839,
      "loc": {
        "start": {
          "line": 96,
          "column": 55
        },
        "end": {
          "line": 96,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3839,
      "end": 3840,
      "loc": {
        "start": {
          "line": 96,
          "column": 60
        },
        "end": {
          "line": 96,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3840,
      "end": 3845,
      "loc": {
        "start": {
          "line": 96,
          "column": 61
        },
        "end": {
          "line": 96,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3845,
      "end": 3846,
      "loc": {
        "start": {
          "line": 96,
          "column": 66
        },
        "end": {
          "line": 96,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3851,
      "end": 3852,
      "loc": {
        "start": {
          "line": 97,
          "column": 4
        },
        "end": {
          "line": 97,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 3858,
      "end": 3864,
      "loc": {
        "start": {
          "line": 99,
          "column": 4
        },
        "end": {
          "line": 99,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3864,
      "end": 3865,
      "loc": {
        "start": {
          "line": 99,
          "column": 10
        },
        "end": {
          "line": 99,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3865,
      "end": 3869,
      "loc": {
        "start": {
          "line": 99,
          "column": 11
        },
        "end": {
          "line": 99,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3869,
      "end": 3870,
      "loc": {
        "start": {
          "line": 99,
          "column": 15
        },
        "end": {
          "line": 99,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3871,
      "end": 3879,
      "loc": {
        "start": {
          "line": 99,
          "column": 17
        },
        "end": {
          "line": 99,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3879,
      "end": 3880,
      "loc": {
        "start": {
          "line": 99,
          "column": 25
        },
        "end": {
          "line": 99,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3881,
      "end": 3882,
      "loc": {
        "start": {
          "line": 99,
          "column": 27
        },
        "end": {
          "line": 99,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 3891,
      "end": 3899,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3899,
      "end": 3900,
      "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": "toArray",
      "start": 3900,
      "end": 3907,
      "loc": {
        "start": {
          "line": 100,
          "column": 17
        },
        "end": {
          "line": 100,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 100,
          "column": 24
        },
        "end": {
          "line": 100,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3908,
      "end": 3912,
      "loc": {
        "start": {
          "line": 100,
          "column": 25
        },
        "end": {
          "line": 100,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3912,
      "end": 3913,
      "loc": {
        "start": {
          "line": 100,
          "column": 29
        },
        "end": {
          "line": 100,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 3913,
      "end": 3922,
      "loc": {
        "start": {
          "line": 100,
          "column": 30
        },
        "end": {
          "line": 100,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3922,
      "end": 3923,
      "loc": {
        "start": {
          "line": 100,
          "column": 39
        },
        "end": {
          "line": 100,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 3923,
      "end": 3930,
      "loc": {
        "start": {
          "line": 100,
          "column": 40
        },
        "end": {
          "line": 100,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3930,
      "end": 3931,
      "loc": {
        "start": {
          "line": 100,
          "column": 47
        },
        "end": {
          "line": 100,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 3931,
      "end": 3936,
      "loc": {
        "start": {
          "line": 100,
          "column": 48
        },
        "end": {
          "line": 100,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3936,
      "end": 3937,
      "loc": {
        "start": {
          "line": 100,
          "column": 53
        },
        "end": {
          "line": 100,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3937,
      "end": 3942,
      "loc": {
        "start": {
          "line": 100,
          "column": 54
        },
        "end": {
          "line": 100,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3942,
      "end": 3943,
      "loc": {
        "start": {
          "line": 100,
          "column": 59
        },
        "end": {
          "line": 100,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3948,
      "end": 3949,
      "loc": {
        "start": {
          "line": 101,
          "column": 4
        },
        "end": {
          "line": 101,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 3955,
      "end": 3961,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3961,
      "end": 3962,
      "loc": {
        "start": {
          "line": 103,
          "column": 10
        },
        "end": {
          "line": 103,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3962,
      "end": 3966,
      "loc": {
        "start": {
          "line": 103,
          "column": 11
        },
        "end": {
          "line": 103,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3966,
      "end": 3967,
      "loc": {
        "start": {
          "line": 103,
          "column": 15
        },
        "end": {
          "line": 103,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3968,
      "end": 3969,
      "loc": {
        "start": {
          "line": 103,
          "column": 17
        },
        "end": {
          "line": 103,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3978,
      "end": 3982,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3982,
      "end": 3983,
      "loc": {
        "start": {
          "line": 104,
          "column": 12
        },
        "end": {
          "line": 104,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 3983,
      "end": 3988,
      "loc": {
        "start": {
          "line": 104,
          "column": 13
        },
        "end": {
          "line": 104,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3989,
      "end": 3990,
      "loc": {
        "start": {
          "line": 104,
          "column": 19
        },
        "end": {
          "line": 104,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3991,
      "end": 3992,
      "loc": {
        "start": {
          "line": 104,
          "column": 21
        },
        "end": {
          "line": 104,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "{",
      "start": 3992,
      "end": 3993,
      "loc": {
        "start": {
          "line": 104,
          "column": 22
        },
        "end": {
          "line": 104,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3993,
      "end": 3995,
      "loc": {
        "start": {
          "line": 104,
          "column": 23
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 3995,
      "end": 3999,
      "loc": {
        "start": {
          "line": 104,
          "column": 25
        },
        "end": {
          "line": 104,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3999,
      "end": 4000,
      "loc": {
        "start": {
          "line": 104,
          "column": 29
        },
        "end": {
          "line": 104,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 4000,
      "end": 4009,
      "loc": {
        "start": {
          "line": 104,
          "column": 30
        },
        "end": {
          "line": 104,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4009,
      "end": 4010,
      "loc": {
        "start": {
          "line": 104,
          "column": 39
        },
        "end": {
          "line": 104,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 4010,
      "end": 4017,
      "loc": {
        "start": {
          "line": 104,
          "column": 40
        },
        "end": {
          "line": 104,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4017,
      "end": 4018,
      "loc": {
        "start": {
          "line": 104,
          "column": 47
        },
        "end": {
          "line": 104,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 4018,
      "end": 4023,
      "loc": {
        "start": {
          "line": 104,
          "column": 48
        },
        "end": {
          "line": 104,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4023,
      "end": 4024,
      "loc": {
        "start": {
          "line": 104,
          "column": 53
        },
        "end": {
          "line": 104,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4024,
      "end": 4029,
      "loc": {
        "start": {
          "line": 104,
          "column": 54
        },
        "end": {
          "line": 104,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4029,
      "end": 4030,
      "loc": {
        "start": {
          "line": 104,
          "column": 59
        },
        "end": {
          "line": 104,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 4030,
      "end": 4034,
      "loc": {
        "start": {
          "line": 104,
          "column": 60
        },
        "end": {
          "line": 104,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4034,
      "end": 4035,
      "loc": {
        "start": {
          "line": 104,
          "column": 64
        },
        "end": {
          "line": 104,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 4035,
      "end": 4039,
      "loc": {
        "start": {
          "line": 104,
          "column": 65
        },
        "end": {
          "line": 104,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4039,
      "end": 4040,
      "loc": {
        "start": {
          "line": 104,
          "column": 69
        },
        "end": {
          "line": 104,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4040,
      "end": 4041,
      "loc": {
        "start": {
          "line": 104,
          "column": 70
        },
        "end": {
          "line": 104,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "}",
      "start": 4041,
      "end": 4042,
      "loc": {
        "start": {
          "line": 104,
          "column": 71
        },
        "end": {
          "line": 104,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4042,
      "end": 4043,
      "loc": {
        "start": {
          "line": 104,
          "column": 72
        },
        "end": {
          "line": 104,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4048,
      "end": 4049,
      "loc": {
        "start": {
          "line": 105,
          "column": 4
        },
        "end": {
          "line": 105,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 4055,
      "end": 4062,
      "loc": {
        "start": {
          "line": 107,
          "column": 4
        },
        "end": {
          "line": 107,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4062,
      "end": 4063,
      "loc": {
        "start": {
          "line": 107,
          "column": 11
        },
        "end": {
          "line": 107,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 4063,
      "end": 4068,
      "loc": {
        "start": {
          "line": 107,
          "column": 12
        },
        "end": {
          "line": 107,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4068,
      "end": 4069,
      "loc": {
        "start": {
          "line": 107,
          "column": 17
        },
        "end": {
          "line": 107,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4070,
      "end": 4071,
      "loc": {
        "start": {
          "line": 107,
          "column": 19
        },
        "end": {
          "line": 107,
          "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": 4080,
      "end": 4084,
      "loc": {
        "start": {
          "line": 108,
          "column": 8
        },
        "end": {
          "line": 108,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4084,
      "end": 4085,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 4085,
      "end": 4090,
      "loc": {
        "start": {
          "line": 108,
          "column": 13
        },
        "end": {
          "line": 108,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4090,
      "end": 4091,
      "loc": {
        "start": {
          "line": 108,
          "column": 18
        },
        "end": {
          "line": 108,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setScalar",
      "start": 4091,
      "end": 4100,
      "loc": {
        "start": {
          "line": 108,
          "column": 19
        },
        "end": {
          "line": 108,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4100,
      "end": 4101,
      "loc": {
        "start": {
          "line": 108,
          "column": 28
        },
        "end": {
          "line": 108,
          "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": 4101,
      "end": 4102,
      "loc": {
        "start": {
          "line": 108,
          "column": 29
        },
        "end": {
          "line": 108,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4103,
      "end": 4104,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 4105,
      "end": 4110,
      "loc": {
        "start": {
          "line": 108,
          "column": 33
        },
        "end": {
          "line": 108,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4110,
      "end": 4111,
      "loc": {
        "start": {
          "line": 108,
          "column": 38
        },
        "end": {
          "line": 108,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4116,
      "end": 4117,
      "loc": {
        "start": {
          "line": 109,
          "column": 4
        },
        "end": {
          "line": 109,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4118,
      "end": 4119,
      "loc": {
        "start": {
          "line": 110,
          "column": 0
        },
        "end": {
          "line": 110,
          "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": 4121,
      "end": 4127,
      "loc": {
        "start": {
          "line": 112,
          "column": 0
        },
        "end": {
          "line": 112,
          "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": 4128,
      "end": 4133,
      "loc": {
        "start": {
          "line": 112,
          "column": 7
        },
        "end": {
          "line": 112,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValueHandle",
      "start": 4134,
      "end": 4145,
      "loc": {
        "start": {
          "line": 112,
          "column": 13
        },
        "end": {
          "line": 112,
          "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": 4146,
      "end": 4153,
      "loc": {
        "start": {
          "line": 112,
          "column": 25
        },
        "end": {
          "line": 112,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Handle",
      "start": 4154,
      "end": 4160,
      "loc": {
        "start": {
          "line": 112,
          "column": 33
        },
        "end": {
          "line": 112,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4161,
      "end": 4162,
      "loc": {
        "start": {
          "line": 112,
          "column": 40
        },
        "end": {
          "line": 112,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 4167,
      "end": 4178,
      "loc": {
        "start": {
          "line": 113,
          "column": 4
        },
        "end": {
          "line": 113,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4178,
      "end": 4179,
      "loc": {
        "start": {
          "line": 113,
          "column": 15
        },
        "end": {
          "line": 113,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 4179,
      "end": 4185,
      "loc": {
        "start": {
          "line": 113,
          "column": 16
        },
        "end": {
          "line": 113,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4185,
      "end": 4186,
      "loc": {
        "start": {
          "line": 113,
          "column": 22
        },
        "end": {
          "line": 113,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4187,
      "end": 4188,
      "loc": {
        "start": {
          "line": 113,
          "column": 24
        },
        "end": {
          "line": 113,
          "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": 4197,
      "end": 4202,
      "loc": {
        "start": {
          "line": 114,
          "column": 8
        },
        "end": {
          "line": 114,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4203,
      "end": 4209,
      "loc": {
        "start": {
          "line": 114,
          "column": 14
        },
        "end": {
          "line": 114,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4210,
      "end": 4211,
      "loc": {
        "start": {
          "line": 114,
          "column": 21
        },
        "end": {
          "line": 114,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plugin",
      "start": 4212,
      "end": 4218,
      "loc": {
        "start": {
          "line": 114,
          "column": 23
        },
        "end": {
          "line": 114,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4218,
      "end": 4219,
      "loc": {
        "start": {
          "line": 114,
          "column": 29
        },
        "end": {
          "line": 114,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "session",
      "start": 4219,
      "end": 4226,
      "loc": {
        "start": {
          "line": 114,
          "column": 30
        },
        "end": {
          "line": 114,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4226,
      "end": 4227,
      "loc": {
        "start": {
          "line": 114,
          "column": 37
        },
        "end": {
          "line": 114,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "globals",
      "start": 4227,
      "end": 4234,
      "loc": {
        "start": {
          "line": 114,
          "column": 38
        },
        "end": {
          "line": 114,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4234,
      "end": 4235,
      "loc": {
        "start": {
          "line": 114,
          "column": 45
        },
        "end": {
          "line": 114,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4235,
      "end": 4241,
      "loc": {
        "start": {
          "line": 114,
          "column": 46
        },
        "end": {
          "line": 114,
          "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": 4250,
      "end": 4255,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4255,
      "end": 4256,
      "loc": {
        "start": {
          "line": 115,
          "column": 13
        },
        "end": {
          "line": 115,
          "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": 4269,
      "end": 4272,
      "loc": {
        "start": {
          "line": 116,
          "column": 12
        },
        "end": {
          "line": 116,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4273,
      "end": 4278,
      "loc": {
        "start": {
          "line": 116,
          "column": 16
        },
        "end": {
          "line": 116,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4278,
      "end": 4279,
      "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": "SphereBufferGeometry",
      "start": 4279,
      "end": 4299,
      "loc": {
        "start": {
          "line": 116,
          "column": 22
        },
        "end": {
          "line": 116,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4299,
      "end": 4300,
      "loc": {
        "start": {
          "line": 116,
          "column": 42
        },
        "end": {
          "line": 116,
          "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": 4300,
      "end": 4303,
      "loc": {
        "start": {
          "line": 116,
          "column": 43
        },
        "end": {
          "line": 116,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4303,
      "end": 4304,
      "loc": {
        "start": {
          "line": 116,
          "column": 46
        },
        "end": {
          "line": 116,
          "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": 4305,
      "end": 4307,
      "loc": {
        "start": {
          "line": 116,
          "column": 48
        },
        "end": {
          "line": 116,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4307,
      "end": 4308,
      "loc": {
        "start": {
          "line": 116,
          "column": 50
        },
        "end": {
          "line": 116,
          "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": 4309,
      "end": 4311,
      "loc": {
        "start": {
          "line": 116,
          "column": 52
        },
        "end": {
          "line": 116,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4311,
      "end": 4312,
      "loc": {
        "start": {
          "line": 116,
          "column": 54
        },
        "end": {
          "line": 116,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4312,
      "end": 4313,
      "loc": {
        "start": {
          "line": 116,
          "column": 55
        },
        "end": {
          "line": 116,
          "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": 4326,
      "end": 4329,
      "loc": {
        "start": {
          "line": 117,
          "column": 12
        },
        "end": {
          "line": 117,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4330,
      "end": 4335,
      "loc": {
        "start": {
          "line": 117,
          "column": 16
        },
        "end": {
          "line": 117,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4335,
      "end": 4336,
      "loc": {
        "start": {
          "line": 117,
          "column": 21
        },
        "end": {
          "line": 117,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MeshBasicMaterial",
      "start": 4336,
      "end": 4353,
      "loc": {
        "start": {
          "line": 117,
          "column": 22
        },
        "end": {
          "line": 117,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4353,
      "end": 4354,
      "loc": {
        "start": {
          "line": 117,
          "column": 39
        },
        "end": {
          "line": 117,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4354,
      "end": 4355,
      "loc": {
        "start": {
          "line": 117,
          "column": 40
        },
        "end": {
          "line": 117,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "color",
      "start": 4356,
      "end": 4361,
      "loc": {
        "start": {
          "line": 117,
          "column": 42
        },
        "end": {
          "line": 117,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4361,
      "end": 4362,
      "loc": {
        "start": {
          "line": 117,
          "column": 47
        },
        "end": {
          "line": 117,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4363,
      "end": 4369,
      "loc": {
        "start": {
          "line": 117,
          "column": 49
        },
        "end": {
          "line": 117,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4369,
      "end": 4370,
      "loc": {
        "start": {
          "line": 117,
          "column": 55
        },
        "end": {
          "line": 117,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primary",
      "start": 4370,
      "end": 4377,
      "loc": {
        "start": {
          "line": 117,
          "column": 56
        },
        "end": {
          "line": 117,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4377,
      "end": 4378,
      "loc": {
        "start": {
          "line": 117,
          "column": 63
        },
        "end": {
          "line": 117,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "transparent",
      "start": 4379,
      "end": 4390,
      "loc": {
        "start": {
          "line": 117,
          "column": 65
        },
        "end": {
          "line": 117,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4390,
      "end": 4391,
      "loc": {
        "start": {
          "line": 117,
          "column": 76
        },
        "end": {
          "line": 117,
          "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": 4392,
      "end": 4396,
      "loc": {
        "start": {
          "line": 117,
          "column": 78
        },
        "end": {
          "line": 117,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4396,
      "end": 4397,
      "loc": {
        "start": {
          "line": 117,
          "column": 82
        },
        "end": {
          "line": 117,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "opacity",
      "start": 4398,
      "end": 4405,
      "loc": {
        "start": {
          "line": 117,
          "column": 84
        },
        "end": {
          "line": 117,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4405,
      "end": 4406,
      "loc": {
        "start": {
          "line": 117,
          "column": 91
        },
        "end": {
          "line": 117,
          "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": 4407,
      "end": 4410,
      "loc": {
        "start": {
          "line": 117,
          "column": 93
        },
        "end": {
          "line": 117,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4411,
      "end": 4412,
      "loc": {
        "start": {
          "line": 117,
          "column": 97
        },
        "end": {
          "line": 117,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4412,
      "end": 4413,
      "loc": {
        "start": {
          "line": 117,
          "column": 98
        },
        "end": {
          "line": 117,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4413,
      "end": 4414,
      "loc": {
        "start": {
          "line": 117,
          "column": 99
        },
        "end": {
          "line": 117,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4423,
      "end": 4424,
      "loc": {
        "start": {
          "line": 118,
          "column": 8
        },
        "end": {
          "line": 118,
          "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": 4433,
      "end": 4437,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4437,
      "end": 4438,
      "loc": {
        "start": {
          "line": 119,
          "column": 12
        },
        "end": {
          "line": 119,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4438,
      "end": 4444,
      "loc": {
        "start": {
          "line": 119,
          "column": 13
        },
        "end": {
          "line": 119,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4445,
      "end": 4446,
      "loc": {
        "start": {
          "line": 119,
          "column": 20
        },
        "end": {
          "line": 119,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "colors",
      "start": 4447,
      "end": 4453,
      "loc": {
        "start": {
          "line": 119,
          "column": 22
        },
        "end": {
          "line": 119,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4458,
      "end": 4459,
      "loc": {
        "start": {
          "line": 120,
          "column": 4
        },
        "end": {
          "line": 120,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 4465,
      "end": 4480,
      "loc": {
        "start": {
          "line": 122,
          "column": 4
        },
        "end": {
          "line": 122,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4480,
      "end": 4481,
      "loc": {
        "start": {
          "line": 122,
          "column": 19
        },
        "end": {
          "line": 122,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4481,
      "end": 4485,
      "loc": {
        "start": {
          "line": 122,
          "column": 20
        },
        "end": {
          "line": 122,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4485,
      "end": 4486,
      "loc": {
        "start": {
          "line": 122,
          "column": 24
        },
        "end": {
          "line": 122,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4487,
      "end": 4488,
      "loc": {
        "start": {
          "line": 122,
          "column": 26
        },
        "end": {
          "line": 122,
          "column": 27
        }
      }
    },
    {
      "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": 4497,
      "end": 4502,
      "loc": {
        "start": {
          "line": 123,
          "column": 8
        },
        "end": {
          "line": 123,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4502,
      "end": 4503,
      "loc": {
        "start": {
          "line": 123,
          "column": 13
        },
        "end": {
          "line": 123,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "updateFromState",
      "start": 4503,
      "end": 4518,
      "loc": {
        "start": {
          "line": 123,
          "column": 14
        },
        "end": {
          "line": 123,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4518,
      "end": 4519,
      "loc": {
        "start": {
          "line": 123,
          "column": 29
        },
        "end": {
          "line": 123,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4519,
      "end": 4523,
      "loc": {
        "start": {
          "line": 123,
          "column": 30
        },
        "end": {
          "line": 123,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4523,
      "end": 4524,
      "loc": {
        "start": {
          "line": 123,
          "column": 34
        },
        "end": {
          "line": 123,
          "column": 35
        }
      }
    },
    {
      "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": 4533,
      "end": 4538,
      "loc": {
        "start": {
          "line": 124,
          "column": 8
        },
        "end": {
          "line": 124,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 4539,
      "end": 4548,
      "loc": {
        "start": {
          "line": 124,
          "column": 14
        },
        "end": {
          "line": 124,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4549,
      "end": 4550,
      "loc": {
        "start": {
          "line": 124,
          "column": 24
        },
        "end": {
          "line": 124,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 4551,
      "end": 4555,
      "loc": {
        "start": {
          "line": 124,
          "column": 26
        },
        "end": {
          "line": 124,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4555,
      "end": 4556,
      "loc": {
        "start": {
          "line": 124,
          "column": 30
        },
        "end": {
          "line": 124,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 4556,
      "end": 4565,
      "loc": {
        "start": {
          "line": 124,
          "column": 31
        },
        "end": {
          "line": 124,
          "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": 4574,
      "end": 4579,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4580,
      "end": 4581,
      "loc": {
        "start": {
          "line": 125,
          "column": 14
        },
        "end": {
          "line": 125,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4581,
      "end": 4586,
      "loc": {
        "start": {
          "line": 125,
          "column": 15
        },
        "end": {
          "line": 125,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4586,
      "end": 4587,
      "loc": {
        "start": {
          "line": 125,
          "column": 20
        },
        "end": {
          "line": 125,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4588,
      "end": 4591,
      "loc": {
        "start": {
          "line": 125,
          "column": 22
        },
        "end": {
          "line": 125,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4591,
      "end": 4592,
      "loc": {
        "start": {
          "line": 125,
          "column": 25
        },
        "end": {
          "line": 125,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 4593,
      "end": 4596,
      "loc": {
        "start": {
          "line": 125,
          "column": 27
        },
        "end": {
          "line": 125,
          "column": 30
        }
      }
    },
    {
      "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": 125,
          "column": 30
        },
        "end": {
          "line": 125,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 4598,
      "end": 4604,
      "loc": {
        "start": {
          "line": 125,
          "column": 32
        },
        "end": {
          "line": 125,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4604,
      "end": 4605,
      "loc": {
        "start": {
          "line": 125,
          "column": 38
        },
        "end": {
          "line": 125,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 4606,
      "end": 4612,
      "loc": {
        "start": {
          "line": 125,
          "column": 40
        },
        "end": {
          "line": 125,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4612,
      "end": 4613,
      "loc": {
        "start": {
          "line": 125,
          "column": 46
        },
        "end": {
          "line": 125,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4614,
      "end": 4615,
      "loc": {
        "start": {
          "line": 125,
          "column": 48
        },
        "end": {
          "line": 125,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4616,
      "end": 4617,
      "loc": {
        "start": {
          "line": 125,
          "column": 50
        },
        "end": {
          "line": 125,
          "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": 4617,
      "end": 4626,
      "loc": {
        "start": {
          "line": 125,
          "column": 51
        },
        "end": {
          "line": 125,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4626,
      "end": 4627,
      "loc": {
        "start": {
          "line": 125,
          "column": 60
        },
        "end": {
          "line": 125,
          "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": 4628,
      "end": 4635,
      "loc": {
        "start": {
          "line": 125,
          "column": 62
        },
        "end": {
          "line": 125,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4635,
      "end": 4636,
      "loc": {
        "start": {
          "line": 125,
          "column": 69
        },
        "end": {
          "line": 125,
          "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": 4637,
      "end": 4644,
      "loc": {
        "start": {
          "line": 125,
          "column": 71
        },
        "end": {
          "line": 125,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4644,
      "end": 4645,
      "loc": {
        "start": {
          "line": 125,
          "column": 78
        },
        "end": {
          "line": 125,
          "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": 4646,
      "end": 4656,
      "loc": {
        "start": {
          "line": 125,
          "column": 80
        },
        "end": {
          "line": 125,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4656,
      "end": 4657,
      "loc": {
        "start": {
          "line": 125,
          "column": 90
        },
        "end": {
          "line": 125,
          "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": 4658,
      "end": 4666,
      "loc": {
        "start": {
          "line": 125,
          "column": 92
        },
        "end": {
          "line": 125,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4666,
      "end": 4667,
      "loc": {
        "start": {
          "line": 125,
          "column": 100
        },
        "end": {
          "line": 125,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4667,
      "end": 4668,
      "loc": {
        "start": {
          "line": 125,
          "column": 101
        },
        "end": {
          "line": 125,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 4668,
      "end": 4671,
      "loc": {
        "start": {
          "line": 125,
          "column": 102
        },
        "end": {
          "line": 125,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4671,
      "end": 4672,
      "loc": {
        "start": {
          "line": 125,
          "column": 105
        },
        "end": {
          "line": 125,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4672,
      "end": 4673,
      "loc": {
        "start": {
          "line": 125,
          "column": 106
        },
        "end": {
          "line": 125,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4674,
      "end": 4676,
      "loc": {
        "start": {
          "line": 125,
          "column": 108
        },
        "end": {
          "line": 125,
          "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": 4689,
      "end": 4692,
      "loc": {
        "start": {
          "line": 126,
          "column": 12
        },
        "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": "THREE",
      "start": 4693,
      "end": 4698,
      "loc": {
        "start": {
          "line": 126,
          "column": 16
        },
        "end": {
          "line": 126,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4698,
      "end": 4699,
      "loc": {
        "start": {
          "line": 126,
          "column": 21
        },
        "end": {
          "line": 126,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 4699,
      "end": 4706,
      "loc": {
        "start": {
          "line": 126,
          "column": 22
        },
        "end": {
          "line": 126,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4706,
      "end": 4707,
      "loc": {
        "start": {
          "line": 126,
          "column": 29
        },
        "end": {
          "line": 126,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4707,
      "end": 4708,
      "loc": {
        "start": {
          "line": 126,
          "column": 30
        },
        "end": {
          "line": 126,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4708,
      "end": 4709,
      "loc": {
        "start": {
          "line": 126,
          "column": 31
        },
        "end": {
          "line": 126,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 4709,
      "end": 4718,
      "loc": {
        "start": {
          "line": 126,
          "column": 32
        },
        "end": {
          "line": 126,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4718,
      "end": 4719,
      "loc": {
        "start": {
          "line": 126,
          "column": 41
        },
        "end": {
          "line": 126,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4719,
      "end": 4720,
      "loc": {
        "start": {
          "line": 126,
          "column": 42
        },
        "end": {
          "line": 126,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 4720,
      "end": 4729,
      "loc": {
        "start": {
          "line": 126,
          "column": 43
        },
        "end": {
          "line": 126,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4729,
      "end": 4730,
      "loc": {
        "start": {
          "line": 126,
          "column": 52
        },
        "end": {
          "line": 126,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 4730,
      "end": 4737,
      "loc": {
        "start": {
          "line": 126,
          "column": 53
        },
        "end": {
          "line": 126,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4737,
      "end": 4738,
      "loc": {
        "start": {
          "line": 126,
          "column": 60
        },
        "end": {
          "line": 126,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4738,
      "end": 4739,
      "loc": {
        "start": {
          "line": 126,
          "column": 61
        },
        "end": {
          "line": 126,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4739,
      "end": 4740,
      "loc": {
        "start": {
          "line": 126,
          "column": 62
        },
        "end": {
          "line": 126,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4741,
      "end": 4743,
      "loc": {
        "start": {
          "line": 126,
          "column": 64
        },
        "end": {
          "line": 126,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4744,
      "end": 4745,
      "loc": {
        "start": {
          "line": 126,
          "column": 67
        },
        "end": {
          "line": 126,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4746,
      "end": 4751,
      "loc": {
        "start": {
          "line": 126,
          "column": 69
        },
        "end": {
          "line": 126,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4751,
      "end": 4752,
      "loc": {
        "start": {
          "line": 126,
          "column": 74
        },
        "end": {
          "line": 126,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4753,
      "end": 4754,
      "loc": {
        "start": {
          "line": 126,
          "column": 76
        },
        "end": {
          "line": 126,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4754,
      "end": 4755,
      "loc": {
        "start": {
          "line": 126,
          "column": 77
        },
        "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": 4755,
      "end": 4756,
      "loc": {
        "start": {
          "line": 126,
          "column": 78
        },
        "end": {
          "line": 126,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4757,
      "end": 4758,
      "loc": {
        "start": {
          "line": 126,
          "column": 80
        },
        "end": {
          "line": 126,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4758,
      "end": 4759,
      "loc": {
        "start": {
          "line": 126,
          "column": 81
        },
        "end": {
          "line": 126,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4760,
      "end": 4761,
      "loc": {
        "start": {
          "line": 126,
          "column": 83
        },
        "end": {
          "line": 126,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4761,
      "end": 4762,
      "loc": {
        "start": {
          "line": 126,
          "column": 84
        },
        "end": {
          "line": 126,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4763,
      "end": 4764,
      "loc": {
        "start": {
          "line": 126,
          "column": 86
        },
        "end": {
          "line": 126,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4764,
      "end": 4765,
      "loc": {
        "start": {
          "line": 126,
          "column": 87
        },
        "end": {
          "line": 126,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4765,
      "end": 4766,
      "loc": {
        "start": {
          "line": 126,
          "column": 88
        },
        "end": {
          "line": 126,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4766,
      "end": 4771,
      "loc": {
        "start": {
          "line": 126,
          "column": 89
        },
        "end": {
          "line": 126,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4771,
      "end": 4772,
      "loc": {
        "start": {
          "line": 126,
          "column": 94
        },
        "end": {
          "line": 126,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4772,
      "end": 4773,
      "loc": {
        "start": {
          "line": 126,
          "column": 95
        },
        "end": {
          "line": 126,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4782,
      "end": 4783,
      "loc": {
        "start": {
          "line": 127,
          "column": 8
        },
        "end": {
          "line": 127,
          "column": 9
        }
      }
    },
    {
      "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": 4792,
      "end": 4797,
      "loc": {
        "start": {
          "line": 128,
          "column": 8
        },
        "end": {
          "line": 128,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 4798,
      "end": 4805,
      "loc": {
        "start": {
          "line": 128,
          "column": 14
        },
        "end": {
          "line": 128,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4806,
      "end": 4807,
      "loc": {
        "start": {
          "line": 128,
          "column": 22
        },
        "end": {
          "line": 128,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4808,
      "end": 4809,
      "loc": {
        "start": {
          "line": 128,
          "column": 24
        },
        "end": {
          "line": 128,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 4809,
      "end": 4818,
      "loc": {
        "start": {
          "line": 128,
          "column": 25
        },
        "end": {
          "line": 128,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4818,
      "end": 4819,
      "loc": {
        "start": {
          "line": 128,
          "column": 34
        },
        "end": {
          "line": 128,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 4819,
      "end": 4826,
      "loc": {
        "start": {
          "line": 128,
          "column": 35
        },
        "end": {
          "line": 128,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4826,
      "end": 4827,
      "loc": {
        "start": {
          "line": 128,
          "column": 42
        },
        "end": {
          "line": 128,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandlePos",
      "start": 4827,
      "end": 4839,
      "loc": {
        "start": {
          "line": 128,
          "column": 43
        },
        "end": {
          "line": 128,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4840,
      "end": 4842,
      "loc": {
        "start": {
          "line": 128,
          "column": 56
        },
        "end": {
          "line": 128,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4843,
      "end": 4844,
      "loc": {
        "start": {
          "line": 128,
          "column": 59
        },
        "end": {
          "line": 128,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4844,
      "end": 4845,
      "loc": {
        "start": {
          "line": 128,
          "column": 60
        },
        "end": {
          "line": 128,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4845,
      "end": 4846,
      "loc": {
        "start": {
          "line": 128,
          "column": 61
        },
        "end": {
          "line": 128,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4846,
      "end": 4847,
      "loc": {
        "start": {
          "line": 128,
          "column": 62
        },
        "end": {
          "line": 128,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 4847,
      "end": 4852,
      "loc": {
        "start": {
          "line": 128,
          "column": 63
        },
        "end": {
          "line": 128,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4853,
      "end": 4854,
      "loc": {
        "start": {
          "line": 128,
          "column": 69
        },
        "end": {
          "line": 128,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 4855,
      "end": 4860,
      "loc": {
        "start": {
          "line": 128,
          "column": 71
        },
        "end": {
          "line": 128,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4861,
      "end": 4862,
      "loc": {
        "start": {
          "line": 128,
          "column": 77
        },
        "end": {
          "line": 128,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 4863,
      "end": 4866,
      "loc": {
        "start": {
          "line": 128,
          "column": 79
        },
        "end": {
          "line": 128,
          "column": 82
        }
      }
    },
    {
      "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": 4875,
      "end": 4881,
      "loc": {
        "start": {
          "line": 129,
          "column": 8
        },
        "end": {
          "line": 129,
          "column": 14
        }
      }
    },
    {
      "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": 129,
          "column": 15
        },
        "end": {
          "line": 129,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 4883,
      "end": 4892,
      "loc": {
        "start": {
          "line": 129,
          "column": 16
        },
        "end": {
          "line": 129,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4892,
      "end": 4893,
      "loc": {
        "start": {
          "line": 129,
          "column": 25
        },
        "end": {
          "line": 129,
          "column": 26
        }
      }
    },
    {
      "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": 4893,
      "end": 4898,
      "loc": {
        "start": {
          "line": 129,
          "column": 26
        },
        "end": {
          "line": 129,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4898,
      "end": 4899,
      "loc": {
        "start": {
          "line": 129,
          "column": 31
        },
        "end": {
          "line": 129,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4900,
      "end": 4901,
      "loc": {
        "start": {
          "line": 129,
          "column": 33
        },
        "end": {
          "line": 129,
          "column": 34
        }
      }
    },
    {
      "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": 4914,
      "end": 4918,
      "loc": {
        "start": {
          "line": 130,
          "column": 12
        },
        "end": {
          "line": 130,
          "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": 4919,
      "end": 4940,
      "loc": {
        "start": {
          "line": 130,
          "column": 17
        },
        "end": {
          "line": 130,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4940,
      "end": 4941,
      "loc": {
        "start": {
          "line": 130,
          "column": 38
        },
        "end": {
          "line": 130,
          "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": 4954,
      "end": 4958,
      "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_AngularFeatureDimension",
      "start": 4959,
      "end": 4987,
      "loc": {
        "start": {
          "line": 131,
          "column": 17
        },
        "end": {
          "line": 131,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4987,
      "end": 4988,
      "loc": {
        "start": {
          "line": 131,
          "column": 45
        },
        "end": {
          "line": 131,
          "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": 5005,
      "end": 5009,
      "loc": {
        "start": {
          "line": 132,
          "column": 16
        },
        "end": {
          "line": 132,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5009,
      "end": 5010,
      "loc": {
        "start": {
          "line": 132,
          "column": 20
        },
        "end": {
          "line": 132,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5010,
      "end": 5018,
      "loc": {
        "start": {
          "line": 132,
          "column": 21
        },
        "end": {
          "line": 132,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5018,
      "end": 5019,
      "loc": {
        "start": {
          "line": 132,
          "column": 29
        },
        "end": {
          "line": 132,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5019,
      "end": 5023,
      "loc": {
        "start": {
          "line": 132,
          "column": 30
        },
        "end": {
          "line": 132,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5023,
      "end": 5024,
      "loc": {
        "start": {
          "line": 132,
          "column": 34
        },
        "end": {
          "line": 132,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 5024,
      "end": 5031,
      "loc": {
        "start": {
          "line": 132,
          "column": 35
        },
        "end": {
          "line": 132,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5031,
      "end": 5032,
      "loc": {
        "start": {
          "line": 132,
          "column": 42
        },
        "end": {
          "line": 132,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5032,
      "end": 5033,
      "loc": {
        "start": {
          "line": 132,
          "column": 43
        },
        "end": {
          "line": 132,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5033,
      "end": 5036,
      "loc": {
        "start": {
          "line": 132,
          "column": 44
        },
        "end": {
          "line": 132,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5036,
      "end": 5037,
      "loc": {
        "start": {
          "line": 132,
          "column": 47
        },
        "end": {
          "line": 132,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 5037,
      "end": 5043,
      "loc": {
        "start": {
          "line": 132,
          "column": 48
        },
        "end": {
          "line": 132,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5043,
      "end": 5044,
      "loc": {
        "start": {
          "line": 132,
          "column": 54
        },
        "end": {
          "line": 132,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5044,
      "end": 5045,
      "loc": {
        "start": {
          "line": 132,
          "column": 55
        },
        "end": {
          "line": 132,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 5045,
      "end": 5054,
      "loc": {
        "start": {
          "line": 132,
          "column": 56
        },
        "end": {
          "line": 132,
          "column": 65
        }
      }
    },
    {
      "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": 132,
          "column": 65
        },
        "end": {
          "line": 132,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 5055,
      "end": 5061,
      "loc": {
        "start": {
          "line": 132,
          "column": 66
        },
        "end": {
          "line": 132,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5061,
      "end": 5062,
      "loc": {
        "start": {
          "line": 132,
          "column": 72
        },
        "end": {
          "line": 132,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 5062,
      "end": 5072,
      "loc": {
        "start": {
          "line": 132,
          "column": 73
        },
        "end": {
          "line": 132,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5072,
      "end": 5073,
      "loc": {
        "start": {
          "line": 132,
          "column": 83
        },
        "end": {
          "line": 132,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5073,
      "end": 5076,
      "loc": {
        "start": {
          "line": 132,
          "column": 84
        },
        "end": {
          "line": 132,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5076,
      "end": 5077,
      "loc": {
        "start": {
          "line": 132,
          "column": 87
        },
        "end": {
          "line": 132,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5077,
      "end": 5078,
      "loc": {
        "start": {
          "line": 132,
          "column": 88
        },
        "end": {
          "line": 132,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5078,
      "end": 5079,
      "loc": {
        "start": {
          "line": 132,
          "column": 89
        },
        "end": {
          "line": 132,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5079,
      "end": 5082,
      "loc": {
        "start": {
          "line": 132,
          "column": 90
        },
        "end": {
          "line": 132,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5082,
      "end": 5083,
      "loc": {
        "start": {
          "line": 132,
          "column": 93
        },
        "end": {
          "line": 132,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 5083,
      "end": 5089,
      "loc": {
        "start": {
          "line": 132,
          "column": 94
        },
        "end": {
          "line": 132,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5089,
      "end": 5090,
      "loc": {
        "start": {
          "line": 132,
          "column": 100
        },
        "end": {
          "line": 132,
          "column": 101
        }
      }
    },
    {
      "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": 5107,
      "end": 5112,
      "loc": {
        "start": {
          "line": 133,
          "column": 16
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "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": 5125,
      "end": 5129,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_LinearDimension",
      "start": 5130,
      "end": 5150,
      "loc": {
        "start": {
          "line": 134,
          "column": 17
        },
        "end": {
          "line": 134,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5150,
      "end": 5151,
      "loc": {
        "start": {
          "line": 134,
          "column": 37
        },
        "end": {
          "line": 134,
          "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": 5164,
      "end": 5168,
      "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_LinearFeatureDimension",
      "start": 5169,
      "end": 5196,
      "loc": {
        "start": {
          "line": 135,
          "column": 17
        },
        "end": {
          "line": 135,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5196,
      "end": 5197,
      "loc": {
        "start": {
          "line": 135,
          "column": 44
        },
        "end": {
          "line": 135,
          "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": 5214,
      "end": 5217,
      "loc": {
        "start": {
          "line": 136,
          "column": 16
        },
        "end": {
          "line": 136,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 5218,
      "end": 5219,
      "loc": {
        "start": {
          "line": 136,
          "column": 20
        },
        "end": {
          "line": 136,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5220,
      "end": 5221,
      "loc": {
        "start": {
          "line": 136,
          "column": 22
        },
        "end": {
          "line": 136,
          "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": 5222,
      "end": 5225,
      "loc": {
        "start": {
          "line": 136,
          "column": 24
        },
        "end": {
          "line": 136,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5226,
      "end": 5231,
      "loc": {
        "start": {
          "line": 136,
          "column": 28
        },
        "end": {
          "line": 136,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5231,
      "end": 5232,
      "loc": {
        "start": {
          "line": 136,
          "column": 33
        },
        "end": {
          "line": 136,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 5232,
      "end": 5239,
      "loc": {
        "start": {
          "line": 136,
          "column": 34
        },
        "end": {
          "line": 136,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5239,
      "end": 5240,
      "loc": {
        "start": {
          "line": 136,
          "column": 41
        },
        "end": {
          "line": 136,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5261,
      "end": 5265,
      "loc": {
        "start": {
          "line": 137,
          "column": 20
        },
        "end": {
          "line": 137,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5265,
      "end": 5266,
      "loc": {
        "start": {
          "line": 137,
          "column": 24
        },
        "end": {
          "line": 137,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 5266,
      "end": 5269,
      "loc": {
        "start": {
          "line": 137,
          "column": 25
        },
        "end": {
          "line": 137,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5269,
      "end": 5270,
      "loc": {
        "start": {
          "line": 137,
          "column": 28
        },
        "end": {
          "line": 137,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 5270,
      "end": 5279,
      "loc": {
        "start": {
          "line": 137,
          "column": 29
        },
        "end": {
          "line": 137,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5279,
      "end": 5280,
      "loc": {
        "start": {
          "line": 137,
          "column": 38
        },
        "end": {
          "line": 137,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5280,
      "end": 5287,
      "loc": {
        "start": {
          "line": 137,
          "column": 39
        },
        "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": 5287,
      "end": 5288,
      "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": "angle",
      "start": 5288,
      "end": 5293,
      "loc": {
        "start": {
          "line": 137,
          "column": 47
        },
        "end": {
          "line": 137,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5293,
      "end": 5294,
      "loc": {
        "start": {
          "line": 137,
          "column": 52
        },
        "end": {
          "line": 137,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5294,
      "end": 5299,
      "loc": {
        "start": {
          "line": 137,
          "column": 53
        },
        "end": {
          "line": 137,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5299,
      "end": 5300,
      "loc": {
        "start": {
          "line": 137,
          "column": 58
        },
        "end": {
          "line": 137,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5300,
      "end": 5301,
      "loc": {
        "start": {
          "line": 137,
          "column": 59
        },
        "end": {
          "line": 137,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 5322,
      "end": 5326,
      "loc": {
        "start": {
          "line": 138,
          "column": 20
        },
        "end": {
          "line": 138,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5326,
      "end": 5327,
      "loc": {
        "start": {
          "line": 138,
          "column": 24
        },
        "end": {
          "line": 138,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 5327,
      "end": 5330,
      "loc": {
        "start": {
          "line": 138,
          "column": 25
        },
        "end": {
          "line": 138,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5330,
      "end": 5331,
      "loc": {
        "start": {
          "line": 138,
          "column": 28
        },
        "end": {
          "line": 138,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 5331,
      "end": 5340,
      "loc": {
        "start": {
          "line": 138,
          "column": 29
        },
        "end": {
          "line": 138,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5340,
      "end": 5341,
      "loc": {
        "start": {
          "line": 138,
          "column": 38
        },
        "end": {
          "line": 138,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5341,
      "end": 5348,
      "loc": {
        "start": {
          "line": 138,
          "column": 39
        },
        "end": {
          "line": 138,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5348,
      "end": 5349,
      "loc": {
        "start": {
          "line": 138,
          "column": 46
        },
        "end": {
          "line": 138,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5349,
      "end": 5354,
      "loc": {
        "start": {
          "line": 138,
          "column": 47
        },
        "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": 5354,
      "end": 5355,
      "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": "value",
      "start": 5355,
      "end": 5360,
      "loc": {
        "start": {
          "line": 138,
          "column": 53
        },
        "end": {
          "line": 138,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5360,
      "end": 5361,
      "loc": {
        "start": {
          "line": 138,
          "column": 58
        },
        "end": {
          "line": 138,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5361,
      "end": 5362,
      "loc": {
        "start": {
          "line": 138,
          "column": 59
        },
        "end": {
          "line": 138,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5383,
      "end": 5384,
      "loc": {
        "start": {
          "line": 139,
          "column": 20
        },
        "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": 5384,
      "end": 5385,
      "loc": {
        "start": {
          "line": 139,
          "column": 21
        },
        "end": {
          "line": 139,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5402,
      "end": 5403,
      "loc": {
        "start": {
          "line": 140,
          "column": 16
        },
        "end": {
          "line": 140,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5420,
      "end": 5424,
      "loc": {
        "start": {
          "line": 141,
          "column": 16
        },
        "end": {
          "line": 141,
          "column": 20
        }
      }
    },
    {
      "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": 141,
          "column": 20
        },
        "end": {
          "line": 141,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5425,
      "end": 5433,
      "loc": {
        "start": {
          "line": 141,
          "column": 21
        },
        "end": {
          "line": 141,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5433,
      "end": 5434,
      "loc": {
        "start": {
          "line": 141,
          "column": 29
        },
        "end": {
          "line": 141,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5434,
      "end": 5438,
      "loc": {
        "start": {
          "line": 141,
          "column": 30
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5438,
      "end": 5439,
      "loc": {
        "start": {
          "line": 141,
          "column": 34
        },
        "end": {
          "line": 141,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 5439,
      "end": 5446,
      "loc": {
        "start": {
          "line": 141,
          "column": 35
        },
        "end": {
          "line": 141,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5446,
      "end": 5447,
      "loc": {
        "start": {
          "line": 141,
          "column": 42
        },
        "end": {
          "line": 141,
          "column": 43
        }
      }
    },
    {
      "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": 141,
          "column": 43
        },
        "end": {
          "line": 141,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5448,
      "end": 5451,
      "loc": {
        "start": {
          "line": 141,
          "column": 44
        },
        "end": {
          "line": 141,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5451,
      "end": 5452,
      "loc": {
        "start": {
          "line": 141,
          "column": 47
        },
        "end": {
          "line": 141,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5452,
      "end": 5455,
      "loc": {
        "start": {
          "line": 141,
          "column": 48
        },
        "end": {
          "line": 141,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5455,
      "end": 5456,
      "loc": {
        "start": {
          "line": 141,
          "column": 51
        },
        "end": {
          "line": 141,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5456,
      "end": 5457,
      "loc": {
        "start": {
          "line": 141,
          "column": 52
        },
        "end": {
          "line": 141,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 5457,
      "end": 5472,
      "loc": {
        "start": {
          "line": 141,
          "column": 53
        },
        "end": {
          "line": 141,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5472,
      "end": 5473,
      "loc": {
        "start": {
          "line": 141,
          "column": 68
        },
        "end": {
          "line": 141,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 5473,
      "end": 5474,
      "loc": {
        "start": {
          "line": 141,
          "column": 69
        },
        "end": {
          "line": 141,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5474,
      "end": 5475,
      "loc": {
        "start": {
          "line": 141,
          "column": 70
        },
        "end": {
          "line": 141,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5475,
      "end": 5476,
      "loc": {
        "start": {
          "line": 141,
          "column": 71
        },
        "end": {
          "line": 141,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5476,
      "end": 5479,
      "loc": {
        "start": {
          "line": 141,
          "column": 72
        },
        "end": {
          "line": 141,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5479,
      "end": 5480,
      "loc": {
        "start": {
          "line": 141,
          "column": 75
        },
        "end": {
          "line": 141,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5480,
      "end": 5483,
      "loc": {
        "start": {
          "line": 141,
          "column": 76
        },
        "end": {
          "line": 141,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5483,
      "end": 5484,
      "loc": {
        "start": {
          "line": 141,
          "column": 79
        },
        "end": {
          "line": 141,
          "column": 80
        }
      }
    },
    {
      "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": 5501,
      "end": 5506,
      "loc": {
        "start": {
          "line": 142,
          "column": 16
        },
        "end": {
          "line": 142,
          "column": 21
        }
      }
    },
    {
      "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": 5519,
      "end": 5523,
      "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_RadialDimension",
      "start": 5524,
      "end": 5544,
      "loc": {
        "start": {
          "line": 143,
          "column": 17
        },
        "end": {
          "line": 143,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5544,
      "end": 5545,
      "loc": {
        "start": {
          "line": 143,
          "column": 37
        },
        "end": {
          "line": 143,
          "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": 5558,
      "end": 5562,
      "loc": {
        "start": {
          "line": 144,
          "column": 12
        },
        "end": {
          "line": 144,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_RadialFeatureDimension",
      "start": 5563,
      "end": 5590,
      "loc": {
        "start": {
          "line": 144,
          "column": 17
        },
        "end": {
          "line": 144,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5590,
      "end": 5591,
      "loc": {
        "start": {
          "line": 144,
          "column": 44
        },
        "end": {
          "line": 144,
          "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": 5604,
      "end": 5608,
      "loc": {
        "start": {
          "line": 145,
          "column": 12
        },
        "end": {
          "line": 145,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_DiameterDimension",
      "start": 5609,
      "end": 5631,
      "loc": {
        "start": {
          "line": 145,
          "column": 17
        },
        "end": {
          "line": 145,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5631,
      "end": 5632,
      "loc": {
        "start": {
          "line": 145,
          "column": 39
        },
        "end": {
          "line": 145,
          "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": 5645,
      "end": 5649,
      "loc": {
        "start": {
          "line": 146,
          "column": 12
        },
        "end": {
          "line": 146,
          "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": 5650,
      "end": 5679,
      "loc": {
        "start": {
          "line": 146,
          "column": 17
        },
        "end": {
          "line": 146,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5679,
      "end": 5680,
      "loc": {
        "start": {
          "line": 146,
          "column": 46
        },
        "end": {
          "line": 146,
          "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": 5697,
      "end": 5701,
      "loc": {
        "start": {
          "line": 147,
          "column": 16
        },
        "end": {
          "line": 147,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5701,
      "end": 5702,
      "loc": {
        "start": {
          "line": 147,
          "column": 20
        },
        "end": {
          "line": 147,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5702,
      "end": 5710,
      "loc": {
        "start": {
          "line": 147,
          "column": 21
        },
        "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": 5710,
      "end": 5711,
      "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": "copy",
      "start": 5711,
      "end": 5715,
      "loc": {
        "start": {
          "line": 147,
          "column": 30
        },
        "end": {
          "line": 147,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5715,
      "end": 5716,
      "loc": {
        "start": {
          "line": 147,
          "column": 34
        },
        "end": {
          "line": 147,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5716,
      "end": 5719,
      "loc": {
        "start": {
          "line": 147,
          "column": 35
        },
        "end": {
          "line": 147,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5719,
      "end": 5720,
      "loc": {
        "start": {
          "line": 147,
          "column": 38
        },
        "end": {
          "line": 147,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5720,
      "end": 5721,
      "loc": {
        "start": {
          "line": 147,
          "column": 39
        },
        "end": {
          "line": 147,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 5721,
      "end": 5724,
      "loc": {
        "start": {
          "line": 147,
          "column": 40
        },
        "end": {
          "line": 147,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5724,
      "end": 5725,
      "loc": {
        "start": {
          "line": 147,
          "column": 43
        },
        "end": {
          "line": 147,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5725,
      "end": 5731,
      "loc": {
        "start": {
          "line": 147,
          "column": 44
        },
        "end": {
          "line": 147,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5731,
      "end": 5732,
      "loc": {
        "start": {
          "line": 147,
          "column": 50
        },
        "end": {
          "line": 147,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5732,
      "end": 5733,
      "loc": {
        "start": {
          "line": 147,
          "column": 51
        },
        "end": {
          "line": 147,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setLength",
      "start": 5733,
      "end": 5742,
      "loc": {
        "start": {
          "line": 147,
          "column": 52
        },
        "end": {
          "line": 147,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5742,
      "end": 5743,
      "loc": {
        "start": {
          "line": 147,
          "column": 61
        },
        "end": {
          "line": 147,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 5743,
      "end": 5752,
      "loc": {
        "start": {
          "line": 147,
          "column": 62
        },
        "end": {
          "line": 147,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5752,
      "end": 5753,
      "loc": {
        "start": {
          "line": 147,
          "column": 71
        },
        "end": {
          "line": 147,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5753,
      "end": 5760,
      "loc": {
        "start": {
          "line": 147,
          "column": 72
        },
        "end": {
          "line": 147,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5760,
      "end": 5761,
      "loc": {
        "start": {
          "line": 147,
          "column": 79
        },
        "end": {
          "line": 147,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 5761,
      "end": 5767,
      "loc": {
        "start": {
          "line": 147,
          "column": 80
        },
        "end": {
          "line": 147,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5767,
      "end": 5768,
      "loc": {
        "start": {
          "line": 147,
          "column": 86
        },
        "end": {
          "line": 147,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5768,
      "end": 5773,
      "loc": {
        "start": {
          "line": 147,
          "column": 87
        },
        "end": {
          "line": 147,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5773,
      "end": 5774,
      "loc": {
        "start": {
          "line": 147,
          "column": 92
        },
        "end": {
          "line": 147,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5774,
      "end": 5775,
      "loc": {
        "start": {
          "line": 147,
          "column": 93
        },
        "end": {
          "line": 147,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5775,
      "end": 5778,
      "loc": {
        "start": {
          "line": 147,
          "column": 94
        },
        "end": {
          "line": 147,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5778,
      "end": 5779,
      "loc": {
        "start": {
          "line": 147,
          "column": 97
        },
        "end": {
          "line": 147,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 5779,
      "end": 5785,
      "loc": {
        "start": {
          "line": 147,
          "column": 98
        },
        "end": {
          "line": 147,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5785,
      "end": 5786,
      "loc": {
        "start": {
          "line": 147,
          "column": 104
        },
        "end": {
          "line": 147,
          "column": 105
        }
      }
    },
    {
      "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": 5803,
      "end": 5808,
      "loc": {
        "start": {
          "line": 148,
          "column": 16
        },
        "end": {
          "line": 148,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5817,
      "end": 5818,
      "loc": {
        "start": {
          "line": 149,
          "column": 8
        },
        "end": {
          "line": 149,
          "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": 5827,
      "end": 5831,
      "loc": {
        "start": {
          "line": 150,
          "column": 8
        },
        "end": {
          "line": 150,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5831,
      "end": 5832,
      "loc": {
        "start": {
          "line": 150,
          "column": 12
        },
        "end": {
          "line": 150,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 5832,
      "end": 5839,
      "loc": {
        "start": {
          "line": 150,
          "column": 13
        },
        "end": {
          "line": 150,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5840,
      "end": 5841,
      "loc": {
        "start": {
          "line": 150,
          "column": 21
        },
        "end": {
          "line": 150,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5842,
      "end": 5843,
      "loc": {
        "start": {
          "line": 150,
          "column": 23
        },
        "end": {
          "line": 150,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 5843,
      "end": 5852,
      "loc": {
        "start": {
          "line": 150,
          "column": 24
        },
        "end": {
          "line": 150,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5852,
      "end": 5853,
      "loc": {
        "start": {
          "line": 150,
          "column": 33
        },
        "end": {
          "line": 150,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 5853,
      "end": 5860,
      "loc": {
        "start": {
          "line": 150,
          "column": 34
        },
        "end": {
          "line": 150,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5860,
      "end": 5861,
      "loc": {
        "start": {
          "line": 150,
          "column": 41
        },
        "end": {
          "line": 150,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isDriven",
      "start": 5861,
      "end": 5869,
      "loc": {
        "start": {
          "line": 150,
          "column": 42
        },
        "end": {
          "line": 150,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5870,
      "end": 5872,
      "loc": {
        "start": {
          "line": 150,
          "column": 51
        },
        "end": {
          "line": 150,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5873,
      "end": 5874,
      "loc": {
        "start": {
          "line": 150,
          "column": 54
        },
        "end": {
          "line": 150,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5875,
      "end": 5880,
      "loc": {
        "start": {
          "line": 150,
          "column": 56
        },
        "end": {
          "line": 150,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5880,
      "end": 5881,
      "loc": {
        "start": {
          "line": 150,
          "column": 61
        },
        "end": {
          "line": 150,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5882,
      "end": 5883,
      "loc": {
        "start": {
          "line": 150,
          "column": 63
        },
        "end": {
          "line": 150,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5884,
      "end": 5885,
      "loc": {
        "start": {
          "line": 150,
          "column": 65
        },
        "end": {
          "line": 150,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5885,
      "end": 5886,
      "loc": {
        "start": {
          "line": 150,
          "column": 66
        },
        "end": {
          "line": 150,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5886,
      "end": 5887,
      "loc": {
        "start": {
          "line": 150,
          "column": 67
        },
        "end": {
          "line": 150,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5887,
      "end": 5892,
      "loc": {
        "start": {
          "line": 150,
          "column": 68
        },
        "end": {
          "line": 150,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5893,
      "end": 5896,
      "loc": {
        "start": {
          "line": 150,
          "column": 74
        },
        "end": {
          "line": 150,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5897,
      "end": 5898,
      "loc": {
        "start": {
          "line": 150,
          "column": 78
        },
        "end": {
          "line": 150,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5903,
      "end": 5904,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 5910,
      "end": 5916,
      "loc": {
        "start": {
          "line": 153,
          "column": 4
        },
        "end": {
          "line": 153,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5916,
      "end": 5917,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5917,
      "end": 5918,
      "loc": {
        "start": {
          "line": 153,
          "column": 11
        },
        "end": {
          "line": 153,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 5919,
      "end": 5928,
      "loc": {
        "start": {
          "line": 153,
          "column": 13
        },
        "end": {
          "line": 153,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5928,
      "end": 5929,
      "loc": {
        "start": {
          "line": 153,
          "column": 22
        },
        "end": {
          "line": 153,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 5930,
      "end": 5935,
      "loc": {
        "start": {
          "line": 153,
          "column": 24
        },
        "end": {
          "line": 153,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5935,
      "end": 5936,
      "loc": {
        "start": {
          "line": 153,
          "column": 29
        },
        "end": {
          "line": 153,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasAngle",
      "start": 5937,
      "end": 5945,
      "loc": {
        "start": {
          "line": 153,
          "column": 31
        },
        "end": {
          "line": 153,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5946,
      "end": 5947,
      "loc": {
        "start": {
          "line": 153,
          "column": 40
        },
        "end": {
          "line": 153,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5947,
      "end": 5948,
      "loc": {
        "start": {
          "line": 153,
          "column": 41
        },
        "end": {
          "line": 153,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 5949,
      "end": 5957,
      "loc": {
        "start": {
          "line": 153,
          "column": 43
        },
        "end": {
          "line": 153,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5957,
      "end": 5958,
      "loc": {
        "start": {
          "line": 153,
          "column": 51
        },
        "end": {
          "line": 153,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5959,
      "end": 5960,
      "loc": {
        "start": {
          "line": 153,
          "column": 53
        },
        "end": {
          "line": 153,
          "column": 54
        }
      }
    },
    {
      "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": 5969,
      "end": 5974,
      "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": 5975,
      "end": 5976,
      "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": "start",
      "start": 5976,
      "end": 5981,
      "loc": {
        "start": {
          "line": 154,
          "column": 15
        },
        "end": {
          "line": 154,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5981,
      "end": 5982,
      "loc": {
        "start": {
          "line": 154,
          "column": 20
        },
        "end": {
          "line": 154,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 5983,
      "end": 5986,
      "loc": {
        "start": {
          "line": 154,
          "column": 22
        },
        "end": {
          "line": 154,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5986,
      "end": 5987,
      "loc": {
        "start": {
          "line": 154,
          "column": 25
        },
        "end": {
          "line": 154,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dim",
      "start": 5988,
      "end": 5991,
      "loc": {
        "start": {
          "line": 154,
          "column": 27
        },
        "end": {
          "line": 154,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5991,
      "end": 5992,
      "loc": {
        "start": {
          "line": 154,
          "column": 30
        },
        "end": {
          "line": 154,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 5993,
      "end": 5999,
      "loc": {
        "start": {
          "line": 154,
          "column": 32
        },
        "end": {
          "line": 154,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5999,
      "end": 6000,
      "loc": {
        "start": {
          "line": 154,
          "column": 38
        },
        "end": {
          "line": 154,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 6001,
      "end": 6007,
      "loc": {
        "start": {
          "line": 154,
          "column": 40
        },
        "end": {
          "line": 154,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6007,
      "end": 6008,
      "loc": {
        "start": {
          "line": 154,
          "column": 46
        },
        "end": {
          "line": 154,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6009,
      "end": 6010,
      "loc": {
        "start": {
          "line": 154,
          "column": 48
        },
        "end": {
          "line": 154,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6011,
      "end": 6012,
      "loc": {
        "start": {
          "line": 154,
          "column": 50
        },
        "end": {
          "line": 154,
          "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": 6012,
      "end": 6021,
      "loc": {
        "start": {
          "line": 154,
          "column": 51
        },
        "end": {
          "line": 154,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6021,
      "end": 6022,
      "loc": {
        "start": {
          "line": 154,
          "column": 60
        },
        "end": {
          "line": 154,
          "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": 6023,
      "end": 6030,
      "loc": {
        "start": {
          "line": 154,
          "column": 62
        },
        "end": {
          "line": 154,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6030,
      "end": 6031,
      "loc": {
        "start": {
          "line": 154,
          "column": 69
        },
        "end": {
          "line": 154,
          "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": 6032,
      "end": 6039,
      "loc": {
        "start": {
          "line": 154,
          "column": 71
        },
        "end": {
          "line": 154,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6039,
      "end": 6040,
      "loc": {
        "start": {
          "line": 154,
          "column": 78
        },
        "end": {
          "line": 154,
          "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": 6041,
      "end": 6051,
      "loc": {
        "start": {
          "line": 154,
          "column": 80
        },
        "end": {
          "line": 154,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6051,
      "end": 6052,
      "loc": {
        "start": {
          "line": 154,
          "column": 90
        },
        "end": {
          "line": 154,
          "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": 6053,
      "end": 6061,
      "loc": {
        "start": {
          "line": 154,
          "column": 92
        },
        "end": {
          "line": 154,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6061,
      "end": 6062,
      "loc": {
        "start": {
          "line": 154,
          "column": 100
        },
        "end": {
          "line": 154,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6062,
      "end": 6063,
      "loc": {
        "start": {
          "line": 154,
          "column": 101
        },
        "end": {
          "line": 154,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 6063,
      "end": 6066,
      "loc": {
        "start": {
          "line": 154,
          "column": 102
        },
        "end": {
          "line": 154,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6066,
      "end": 6067,
      "loc": {
        "start": {
          "line": 154,
          "column": 105
        },
        "end": {
          "line": 154,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6067,
      "end": 6068,
      "loc": {
        "start": {
          "line": 154,
          "column": 106
        },
        "end": {
          "line": 154,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6069,
      "end": 6071,
      "loc": {
        "start": {
          "line": 154,
          "column": 108
        },
        "end": {
          "line": 154,
          "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": 6084,
      "end": 6087,
      "loc": {
        "start": {
          "line": 155,
          "column": 12
        },
        "end": {
          "line": 155,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 6088,
      "end": 6093,
      "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": 6093,
      "end": 6094,
      "loc": {
        "start": {
          "line": 155,
          "column": 21
        },
        "end": {
          "line": 155,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 6094,
      "end": 6101,
      "loc": {
        "start": {
          "line": 155,
          "column": 22
        },
        "end": {
          "line": 155,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6101,
      "end": 6102,
      "loc": {
        "start": {
          "line": 155,
          "column": 29
        },
        "end": {
          "line": 155,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6102,
      "end": 6103,
      "loc": {
        "start": {
          "line": 155,
          "column": 30
        },
        "end": {
          "line": 155,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6103,
      "end": 6104,
      "loc": {
        "start": {
          "line": 155,
          "column": 31
        },
        "end": {
          "line": 155,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 6104,
      "end": 6113,
      "loc": {
        "start": {
          "line": 155,
          "column": 32
        },
        "end": {
          "line": 155,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6113,
      "end": 6114,
      "loc": {
        "start": {
          "line": 155,
          "column": 41
        },
        "end": {
          "line": 155,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6114,
      "end": 6115,
      "loc": {
        "start": {
          "line": 155,
          "column": 42
        },
        "end": {
          "line": 155,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 6115,
      "end": 6124,
      "loc": {
        "start": {
          "line": 155,
          "column": 43
        },
        "end": {
          "line": 155,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6124,
      "end": 6125,
      "loc": {
        "start": {
          "line": 155,
          "column": 52
        },
        "end": {
          "line": 155,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6125,
      "end": 6132,
      "loc": {
        "start": {
          "line": 155,
          "column": 53
        },
        "end": {
          "line": 155,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6132,
      "end": 6133,
      "loc": {
        "start": {
          "line": 155,
          "column": 60
        },
        "end": {
          "line": 155,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6133,
      "end": 6134,
      "loc": {
        "start": {
          "line": 155,
          "column": 61
        },
        "end": {
          "line": 155,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6134,
      "end": 6135,
      "loc": {
        "start": {
          "line": 155,
          "column": 62
        },
        "end": {
          "line": 155,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6136,
      "end": 6138,
      "loc": {
        "start": {
          "line": 155,
          "column": 64
        },
        "end": {
          "line": 155,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6139,
      "end": 6140,
      "loc": {
        "start": {
          "line": 155,
          "column": 67
        },
        "end": {
          "line": 155,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6141,
      "end": 6146,
      "loc": {
        "start": {
          "line": 155,
          "column": 69
        },
        "end": {
          "line": 155,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6146,
      "end": 6147,
      "loc": {
        "start": {
          "line": 155,
          "column": 74
        },
        "end": {
          "line": 155,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6148,
      "end": 6149,
      "loc": {
        "start": {
          "line": 155,
          "column": 76
        },
        "end": {
          "line": 155,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6149,
      "end": 6150,
      "loc": {
        "start": {
          "line": 155,
          "column": 77
        },
        "end": {
          "line": 155,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6150,
      "end": 6151,
      "loc": {
        "start": {
          "line": 155,
          "column": 78
        },
        "end": {
          "line": 155,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6152,
      "end": 6153,
      "loc": {
        "start": {
          "line": 155,
          "column": 80
        },
        "end": {
          "line": 155,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6153,
      "end": 6154,
      "loc": {
        "start": {
          "line": 155,
          "column": 81
        },
        "end": {
          "line": 155,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6155,
      "end": 6156,
      "loc": {
        "start": {
          "line": 155,
          "column": 83
        },
        "end": {
          "line": 155,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6156,
      "end": 6157,
      "loc": {
        "start": {
          "line": 155,
          "column": 84
        },
        "end": {
          "line": 155,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6158,
      "end": 6159,
      "loc": {
        "start": {
          "line": 155,
          "column": 86
        },
        "end": {
          "line": 155,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6159,
      "end": 6160,
      "loc": {
        "start": {
          "line": 155,
          "column": 87
        },
        "end": {
          "line": 155,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6160,
      "end": 6161,
      "loc": {
        "start": {
          "line": 155,
          "column": 88
        },
        "end": {
          "line": 155,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6161,
      "end": 6166,
      "loc": {
        "start": {
          "line": 155,
          "column": 89
        },
        "end": {
          "line": 155,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6166,
      "end": 6167,
      "loc": {
        "start": {
          "line": 155,
          "column": 94
        },
        "end": {
          "line": 155,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6167,
      "end": 6168,
      "loc": {
        "start": {
          "line": 155,
          "column": 95
        },
        "end": {
          "line": 155,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6177,
      "end": 6178,
      "loc": {
        "start": {
          "line": 156,
          "column": 8
        },
        "end": {
          "line": 156,
          "column": 9
        }
      }
    },
    {
      "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": 6187,
      "end": 6192,
      "loc": {
        "start": {
          "line": 157,
          "column": 8
        },
        "end": {
          "line": 157,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6193,
      "end": 6194,
      "loc": {
        "start": {
          "line": 157,
          "column": 14
        },
        "end": {
          "line": 157,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6194,
      "end": 6201,
      "loc": {
        "start": {
          "line": 157,
          "column": 15
        },
        "end": {
          "line": 157,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6201,
      "end": 6202,
      "loc": {
        "start": {
          "line": 157,
          "column": 22
        },
        "end": {
          "line": 157,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6203,
      "end": 6209,
      "loc": {
        "start": {
          "line": 157,
          "column": 24
        },
        "end": {
          "line": 157,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6209,
      "end": 6210,
      "loc": {
        "start": {
          "line": 157,
          "column": 30
        },
        "end": {
          "line": 157,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6211,
      "end": 6212,
      "loc": {
        "start": {
          "line": 157,
          "column": 32
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6213,
      "end": 6214,
      "loc": {
        "start": {
          "line": 157,
          "column": 34
        },
        "end": {
          "line": 157,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 6214,
      "end": 6223,
      "loc": {
        "start": {
          "line": 157,
          "column": 35
        },
        "end": {
          "line": 157,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6223,
      "end": 6224,
      "loc": {
        "start": {
          "line": 157,
          "column": 44
        },
        "end": {
          "line": 157,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6224,
      "end": 6231,
      "loc": {
        "start": {
          "line": 157,
          "column": 45
        },
        "end": {
          "line": 157,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6231,
      "end": 6232,
      "loc": {
        "start": {
          "line": 157,
          "column": 52
        },
        "end": {
          "line": 157,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandlePos",
      "start": 6232,
      "end": 6244,
      "loc": {
        "start": {
          "line": 157,
          "column": 53
        },
        "end": {
          "line": 157,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6245,
      "end": 6247,
      "loc": {
        "start": {
          "line": 157,
          "column": 66
        },
        "end": {
          "line": 157,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6248,
      "end": 6249,
      "loc": {
        "start": {
          "line": 157,
          "column": 69
        },
        "end": {
          "line": 157,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6249,
      "end": 6250,
      "loc": {
        "start": {
          "line": 157,
          "column": 70
        },
        "end": {
          "line": 157,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6250,
      "end": 6251,
      "loc": {
        "start": {
          "line": 157,
          "column": 71
        },
        "end": {
          "line": 157,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6251,
      "end": 6252,
      "loc": {
        "start": {
          "line": 157,
          "column": 72
        },
        "end": {
          "line": 157,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6252,
      "end": 6257,
      "loc": {
        "start": {
          "line": 157,
          "column": 73
        },
        "end": {
          "line": 157,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6258,
      "end": 6259,
      "loc": {
        "start": {
          "line": 157,
          "column": 79
        },
        "end": {
          "line": 157,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6260,
      "end": 6261,
      "loc": {
        "start": {
          "line": 157,
          "column": 81
        },
        "end": {
          "line": 157,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6261,
      "end": 6266,
      "loc": {
        "start": {
          "line": 157,
          "column": 82
        },
        "end": {
          "line": 157,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6266,
      "end": 6267,
      "loc": {
        "start": {
          "line": 157,
          "column": 87
        },
        "end": {
          "line": 157,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6268,
      "end": 6271,
      "loc": {
        "start": {
          "line": 157,
          "column": 89
        },
        "end": {
          "line": 157,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6271,
      "end": 6272,
      "loc": {
        "start": {
          "line": 157,
          "column": 92
        },
        "end": {
          "line": 157,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6273,
      "end": 6274,
      "loc": {
        "start": {
          "line": 157,
          "column": 94
        },
        "end": {
          "line": 157,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6275,
      "end": 6276,
      "loc": {
        "start": {
          "line": 157,
          "column": 96
        },
        "end": {
          "line": 157,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 6276,
      "end": 6279,
      "loc": {
        "start": {
          "line": 157,
          "column": 97
        },
        "end": {
          "line": 157,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6279,
      "end": 6280,
      "loc": {
        "start": {
          "line": 157,
          "column": 100
        },
        "end": {
          "line": 157,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 6281,
      "end": 6286,
      "loc": {
        "start": {
          "line": 157,
          "column": 102
        },
        "end": {
          "line": 157,
          "column": 107
        }
      }
    },
    {
      "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": 157,
          "column": 107
        },
        "end": {
          "line": 157,
          "column": 108
        }
      }
    },
    {
      "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": 6296,
      "end": 6302,
      "loc": {
        "start": {
          "line": 158,
          "column": 8
        },
        "end": {
          "line": 158,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6303,
      "end": 6304,
      "loc": {
        "start": {
          "line": 158,
          "column": 15
        },
        "end": {
          "line": 158,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 6304,
      "end": 6313,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6313,
      "end": 6314,
      "loc": {
        "start": {
          "line": 158,
          "column": 25
        },
        "end": {
          "line": 158,
          "column": 26
        }
      }
    },
    {
      "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": 6314,
      "end": 6319,
      "loc": {
        "start": {
          "line": 158,
          "column": 26
        },
        "end": {
          "line": 158,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6319,
      "end": 6320,
      "loc": {
        "start": {
          "line": 158,
          "column": 31
        },
        "end": {
          "line": 158,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6321,
      "end": 6322,
      "loc": {
        "start": {
          "line": 158,
          "column": 33
        },
        "end": {
          "line": 158,
          "column": 34
        }
      }
    },
    {
      "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": 6335,
      "end": 6339,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "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": 6340,
      "end": 6361,
      "loc": {
        "start": {
          "line": 159,
          "column": 17
        },
        "end": {
          "line": 159,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6361,
      "end": 6362,
      "loc": {
        "start": {
          "line": 159,
          "column": 38
        },
        "end": {
          "line": 159,
          "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": 6375,
      "end": 6379,
      "loc": {
        "start": {
          "line": 160,
          "column": 12
        },
        "end": {
          "line": 160,
          "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": 6380,
      "end": 6408,
      "loc": {
        "start": {
          "line": 160,
          "column": 17
        },
        "end": {
          "line": 160,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6408,
      "end": 6409,
      "loc": {
        "start": {
          "line": 160,
          "column": 45
        },
        "end": {
          "line": 160,
          "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": 6426,
      "end": 6431,
      "loc": {
        "start": {
          "line": 161,
          "column": 16
        },
        "end": {
          "line": 161,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPolar",
      "start": 6432,
      "end": 6439,
      "loc": {
        "start": {
          "line": 161,
          "column": 22
        },
        "end": {
          "line": 161,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6440,
      "end": 6441,
      "loc": {
        "start": {
          "line": 161,
          "column": 30
        },
        "end": {
          "line": 161,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6442,
      "end": 6443,
      "loc": {
        "start": {
          "line": 161,
          "column": 32
        },
        "end": {
          "line": 161,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6444,
      "end": 6446,
      "loc": {
        "start": {
          "line": 161,
          "column": 34
        },
        "end": {
          "line": 161,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6447,
      "end": 6448,
      "loc": {
        "start": {
          "line": 161,
          "column": 37
        },
        "end": {
          "line": 161,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6448,
      "end": 6449,
      "loc": {
        "start": {
          "line": 161,
          "column": 38
        },
        "end": {
          "line": 161,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 6449,
      "end": 6452,
      "loc": {
        "start": {
          "line": 161,
          "column": 39
        },
        "end": {
          "line": 161,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6452,
      "end": 6453,
      "loc": {
        "start": {
          "line": 161,
          "column": 42
        },
        "end": {
          "line": 161,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6453,
      "end": 6459,
      "loc": {
        "start": {
          "line": 161,
          "column": 43
        },
        "end": {
          "line": 161,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6459,
      "end": 6460,
      "loc": {
        "start": {
          "line": 161,
          "column": 49
        },
        "end": {
          "line": 161,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6460,
      "end": 6461,
      "loc": {
        "start": {
          "line": 161,
          "column": 50
        },
        "end": {
          "line": 161,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 6461,
      "end": 6464,
      "loc": {
        "start": {
          "line": 161,
          "column": 51
        },
        "end": {
          "line": 161,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6464,
      "end": 6465,
      "loc": {
        "start": {
          "line": 161,
          "column": 54
        },
        "end": {
          "line": 161,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6465,
      "end": 6469,
      "loc": {
        "start": {
          "line": 161,
          "column": 55
        },
        "end": {
          "line": 161,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6469,
      "end": 6470,
      "loc": {
        "start": {
          "line": 161,
          "column": 59
        },
        "end": {
          "line": 161,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "atan2",
      "start": 6470,
      "end": 6475,
      "loc": {
        "start": {
          "line": 161,
          "column": 60
        },
        "end": {
          "line": 161,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6475,
      "end": 6476,
      "loc": {
        "start": {
          "line": 161,
          "column": 65
        },
        "end": {
          "line": 161,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6476,
      "end": 6477,
      "loc": {
        "start": {
          "line": 161,
          "column": 66
        },
        "end": {
          "line": 161,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6477,
      "end": 6478,
      "loc": {
        "start": {
          "line": 161,
          "column": 67
        },
        "end": {
          "line": 161,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6478,
      "end": 6479,
      "loc": {
        "start": {
          "line": 161,
          "column": 68
        },
        "end": {
          "line": 161,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6479,
      "end": 6480,
      "loc": {
        "start": {
          "line": 161,
          "column": 69
        },
        "end": {
          "line": 161,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6481,
      "end": 6482,
      "loc": {
        "start": {
          "line": 161,
          "column": 71
        },
        "end": {
          "line": 161,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6482,
      "end": 6483,
      "loc": {
        "start": {
          "line": 161,
          "column": 72
        },
        "end": {
          "line": 161,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6483,
      "end": 6484,
      "loc": {
        "start": {
          "line": 161,
          "column": 73
        },
        "end": {
          "line": 161,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6484,
      "end": 6485,
      "loc": {
        "start": {
          "line": 161,
          "column": 74
        },
        "end": {
          "line": 161,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6485,
      "end": 6486,
      "loc": {
        "start": {
          "line": 161,
          "column": 75
        },
        "end": {
          "line": 161,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6487,
      "end": 6488,
      "loc": {
        "start": {
          "line": 161,
          "column": 77
        },
        "end": {
          "line": 161,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6488,
      "end": 6489,
      "loc": {
        "start": {
          "line": 161,
          "column": 78
        },
        "end": {
          "line": 161,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6489,
      "end": 6495,
      "loc": {
        "start": {
          "line": 161,
          "column": 79
        },
        "end": {
          "line": 161,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6495,
      "end": 6496,
      "loc": {
        "start": {
          "line": 161,
          "column": 85
        },
        "end": {
          "line": 161,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6496,
      "end": 6497,
      "loc": {
        "start": {
          "line": 161,
          "column": 86
        },
        "end": {
          "line": 161,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6497,
      "end": 6498,
      "loc": {
        "start": {
          "line": 161,
          "column": 87
        },
        "end": {
          "line": 161,
          "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": 6499,
      "end": 6500,
      "loc": {
        "start": {
          "line": 161,
          "column": 89
        },
        "end": {
          "line": 161,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6500,
      "end": 6501,
      "loc": {
        "start": {
          "line": 161,
          "column": 90
        },
        "end": {
          "line": 161,
          "column": 91
        }
      }
    },
    {
      "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": 6518,
      "end": 6523,
      "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": "fromPolar",
      "start": 6524,
      "end": 6533,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6534,
      "end": 6535,
      "loc": {
        "start": {
          "line": 162,
          "column": 32
        },
        "end": {
          "line": 162,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6536,
      "end": 6537,
      "loc": {
        "start": {
          "line": 162,
          "column": 34
        },
        "end": {
          "line": 162,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6538,
      "end": 6540,
      "loc": {
        "start": {
          "line": 162,
          "column": 36
        },
        "end": {
          "line": 162,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6541,
      "end": 6542,
      "loc": {
        "start": {
          "line": 162,
          "column": 39
        },
        "end": {
          "line": 162,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6542,
      "end": 6543,
      "loc": {
        "start": {
          "line": 162,
          "column": 40
        },
        "end": {
          "line": 162,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 6543,
      "end": 6546,
      "loc": {
        "start": {
          "line": 162,
          "column": 41
        },
        "end": {
          "line": 162,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6546,
      "end": 6547,
      "loc": {
        "start": {
          "line": 162,
          "column": 44
        },
        "end": {
          "line": 162,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6547,
      "end": 6548,
      "loc": {
        "start": {
          "line": 162,
          "column": 45
        },
        "end": {
          "line": 162,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6548,
      "end": 6549,
      "loc": {
        "start": {
          "line": 162,
          "column": 46
        },
        "end": {
          "line": 162,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6549,
      "end": 6550,
      "loc": {
        "start": {
          "line": 162,
          "column": 47
        },
        "end": {
          "line": 162,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6551,
      "end": 6552,
      "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": "Math",
      "start": 6553,
      "end": 6557,
      "loc": {
        "start": {
          "line": 162,
          "column": 51
        },
        "end": {
          "line": 162,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6557,
      "end": 6558,
      "loc": {
        "start": {
          "line": 162,
          "column": 55
        },
        "end": {
          "line": 162,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 6558,
      "end": 6561,
      "loc": {
        "start": {
          "line": 162,
          "column": 56
        },
        "end": {
          "line": 162,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6561,
      "end": 6562,
      "loc": {
        "start": {
          "line": 162,
          "column": 59
        },
        "end": {
          "line": 162,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6562,
      "end": 6563,
      "loc": {
        "start": {
          "line": 162,
          "column": 60
        },
        "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": 6563,
      "end": 6564,
      "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": 6564,
      "end": 6565,
      "loc": {
        "start": {
          "line": 162,
          "column": 62
        },
        "end": {
          "line": 162,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6565,
      "end": 6566,
      "loc": {
        "start": {
          "line": 162,
          "column": 63
        },
        "end": {
          "line": 162,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6566,
      "end": 6567,
      "loc": {
        "start": {
          "line": 162,
          "column": 64
        },
        "end": {
          "line": 162,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6568,
      "end": 6569,
      "loc": {
        "start": {
          "line": 162,
          "column": 66
        },
        "end": {
          "line": 162,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6569,
      "end": 6570,
      "loc": {
        "start": {
          "line": 162,
          "column": 67
        },
        "end": {
          "line": 162,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 6570,
      "end": 6571,
      "loc": {
        "start": {
          "line": 162,
          "column": 68
        },
        "end": {
          "line": 162,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6572,
      "end": 6573,
      "loc": {
        "start": {
          "line": 162,
          "column": 70
        },
        "end": {
          "line": 162,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6574,
      "end": 6578,
      "loc": {
        "start": {
          "line": 162,
          "column": 72
        },
        "end": {
          "line": 162,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6578,
      "end": 6579,
      "loc": {
        "start": {
          "line": 162,
          "column": 76
        },
        "end": {
          "line": 162,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 6579,
      "end": 6582,
      "loc": {
        "start": {
          "line": 162,
          "column": 77
        },
        "end": {
          "line": 162,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6582,
      "end": 6583,
      "loc": {
        "start": {
          "line": 162,
          "column": 80
        },
        "end": {
          "line": 162,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6583,
      "end": 6584,
      "loc": {
        "start": {
          "line": 162,
          "column": 81
        },
        "end": {
          "line": 162,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6584,
      "end": 6585,
      "loc": {
        "start": {
          "line": 162,
          "column": 82
        },
        "end": {
          "line": 162,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6585,
      "end": 6586,
      "loc": {
        "start": {
          "line": 162,
          "column": 83
        },
        "end": {
          "line": 162,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6586,
      "end": 6587,
      "loc": {
        "start": {
          "line": 162,
          "column": 84
        },
        "end": {
          "line": 162,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6587,
      "end": 6588,
      "loc": {
        "start": {
          "line": 162,
          "column": 85
        },
        "end": {
          "line": 162,
          "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": 6589,
      "end": 6590,
      "loc": {
        "start": {
          "line": 162,
          "column": 87
        },
        "end": {
          "line": 162,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6590,
      "end": 6591,
      "loc": {
        "start": {
          "line": 162,
          "column": 88
        },
        "end": {
          "line": 162,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6591,
      "end": 6592,
      "loc": {
        "start": {
          "line": 162,
          "column": 89
        },
        "end": {
          "line": 162,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 6592,
      "end": 6595,
      "loc": {
        "start": {
          "line": 162,
          "column": 90
        },
        "end": {
          "line": 162,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6595,
      "end": 6596,
      "loc": {
        "start": {
          "line": 162,
          "column": 93
        },
        "end": {
          "line": 162,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "corner",
      "start": 6596,
      "end": 6602,
      "loc": {
        "start": {
          "line": 162,
          "column": 94
        },
        "end": {
          "line": 162,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6602,
      "end": 6603,
      "loc": {
        "start": {
          "line": 162,
          "column": 100
        },
        "end": {
          "line": 162,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPolar",
      "start": 6620,
      "end": 6627,
      "loc": {
        "start": {
          "line": 163,
          "column": 16
        },
        "end": {
          "line": 163,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6627,
      "end": 6628,
      "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": "nearend",
      "start": 6628,
      "end": 6635,
      "loc": {
        "start": {
          "line": 163,
          "column": 24
        },
        "end": {
          "line": 163,
          "column": 31
        }
      }
    },
    {
      "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": 163,
          "column": 31
        },
        "end": {
          "line": 163,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPolar",
      "start": 6653,
      "end": 6660,
      "loc": {
        "start": {
          "line": 164,
          "column": 16
        },
        "end": {
          "line": 164,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6660,
      "end": 6661,
      "loc": {
        "start": {
          "line": 164,
          "column": 23
        },
        "end": {
          "line": 164,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6661,
      "end": 6667,
      "loc": {
        "start": {
          "line": 164,
          "column": 24
        },
        "end": {
          "line": 164,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6667,
      "end": 6668,
      "loc": {
        "start": {
          "line": 164,
          "column": 30
        },
        "end": {
          "line": 164,
          "column": 31
        }
      }
    },
    {
      "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": 6685,
      "end": 6690,
      "loc": {
        "start": {
          "line": 165,
          "column": 16
        },
        "end": {
          "line": 165,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diffAng",
      "start": 6691,
      "end": 6698,
      "loc": {
        "start": {
          "line": 165,
          "column": 22
        },
        "end": {
          "line": 165,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6699,
      "end": 6700,
      "loc": {
        "start": {
          "line": 165,
          "column": 30
        },
        "end": {
          "line": 165,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toPolar",
      "start": 6701,
      "end": 6708,
      "loc": {
        "start": {
          "line": 165,
          "column": 32
        },
        "end": {
          "line": 165,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6708,
      "end": 6709,
      "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": "position",
      "start": 6709,
      "end": 6717,
      "loc": {
        "start": {
          "line": 165,
          "column": 40
        },
        "end": {
          "line": 165,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6717,
      "end": 6718,
      "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,
        "updateContext": null
      },
      "start": 6718,
      "end": 6719,
      "loc": {
        "start": {
          "line": 165,
          "column": 49
        },
        "end": {
          "line": 165,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6719,
      "end": 6720,
      "loc": {
        "start": {
          "line": 165,
          "column": 50
        },
        "end": {
          "line": 165,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6721,
      "end": 6722,
      "loc": {
        "start": {
          "line": 165,
          "column": 52
        },
        "end": {
          "line": 165,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6723,
      "end": 6730,
      "loc": {
        "start": {
          "line": 165,
          "column": 54
        },
        "end": {
          "line": 165,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6730,
      "end": 6731,
      "loc": {
        "start": {
          "line": 165,
          "column": 61
        },
        "end": {
          "line": 165,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6731,
      "end": 6732,
      "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": "nearend",
      "start": 6749,
      "end": 6756,
      "loc": {
        "start": {
          "line": 166,
          "column": 16
        },
        "end": {
          "line": 166,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6756,
      "end": 6757,
      "loc": {
        "start": {
          "line": 166,
          "column": 23
        },
        "end": {
          "line": 166,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6757,
      "end": 6758,
      "loc": {
        "start": {
          "line": 166,
          "column": 24
        },
        "end": {
          "line": 166,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 6759,
      "end": 6761,
      "loc": {
        "start": {
          "line": 166,
          "column": 26
        },
        "end": {
          "line": 166,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diffAng",
      "start": 6762,
      "end": 6769,
      "loc": {
        "start": {
          "line": 166,
          "column": 29
        },
        "end": {
          "line": 166,
          "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": 6786,
      "end": 6788,
      "loc": {
        "start": {
          "line": 167,
          "column": 16
        },
        "end": {
          "line": 167,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6789,
      "end": 6790,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 6790,
      "end": 6799,
      "loc": {
        "start": {
          "line": 167,
          "column": 20
        },
        "end": {
          "line": 167,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6799,
      "end": 6800,
      "loc": {
        "start": {
          "line": 167,
          "column": 29
        },
        "end": {
          "line": 167,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 6800,
      "end": 6807,
      "loc": {
        "start": {
          "line": 167,
          "column": 30
        },
        "end": {
          "line": 167,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6807,
      "end": 6808,
      "loc": {
        "start": {
          "line": 167,
          "column": 37
        },
        "end": {
          "line": 167,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandleBehaviour",
      "start": 6808,
      "end": 6826,
      "loc": {
        "start": {
          "line": 167,
          "column": 38
        },
        "end": {
          "line": 167,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6826,
      "end": 6827,
      "loc": {
        "start": {
          "line": 167,
          "column": 56
        },
        "end": {
          "line": 167,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6827,
      "end": 6832,
      "loc": {
        "start": {
          "line": 167,
          "column": 57
        },
        "end": {
          "line": 167,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6832,
      "end": 6833,
      "loc": {
        "start": {
          "line": 167,
          "column": 62
        },
        "end": {
          "line": 167,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6834,
      "end": 6840,
      "loc": {
        "start": {
          "line": 167,
          "column": 64
        },
        "end": {
          "line": 167,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6840,
      "end": 6841,
      "loc": {
        "start": {
          "line": 167,
          "column": 70
        },
        "end": {
          "line": 167,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6841,
      "end": 6842,
      "loc": {
        "start": {
          "line": 167,
          "column": 71
        },
        "end": {
          "line": 167,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "-=",
      "start": 6843,
      "end": 6845,
      "loc": {
        "start": {
          "line": 167,
          "column": 73
        },
        "end": {
          "line": 167,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diffAng",
      "start": 6846,
      "end": 6853,
      "loc": {
        "start": {
          "line": 167,
          "column": 76
        },
        "end": {
          "line": 167,
          "column": 83
        }
      }
    },
    {
      "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": 6870,
      "end": 6873,
      "loc": {
        "start": {
          "line": 168,
          "column": 16
        },
        "end": {
          "line": 168,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 6874,
      "end": 6879,
      "loc": {
        "start": {
          "line": 168,
          "column": 20
        },
        "end": {
          "line": 168,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6880,
      "end": 6881,
      "loc": {
        "start": {
          "line": 168,
          "column": 26
        },
        "end": {
          "line": 168,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6882,
      "end": 6883,
      "loc": {
        "start": {
          "line": 168,
          "column": 28
        },
        "end": {
          "line": 168,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6883,
      "end": 6890,
      "loc": {
        "start": {
          "line": 168,
          "column": 29
        },
        "end": {
          "line": 168,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6890,
      "end": 6891,
      "loc": {
        "start": {
          "line": 168,
          "column": 36
        },
        "end": {
          "line": 168,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6891,
      "end": 6892,
      "loc": {
        "start": {
          "line": 168,
          "column": 37
        },
        "end": {
          "line": 168,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 6893,
      "end": 6894,
      "loc": {
        "start": {
          "line": 168,
          "column": 39
        },
        "end": {
          "line": 168,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6895,
      "end": 6901,
      "loc": {
        "start": {
          "line": 168,
          "column": 41
        },
        "end": {
          "line": 168,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6901,
      "end": 6902,
      "loc": {
        "start": {
          "line": 168,
          "column": 47
        },
        "end": {
          "line": 168,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 6902,
      "end": 6903,
      "loc": {
        "start": {
          "line": 168,
          "column": 48
        },
        "end": {
          "line": 168,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6903,
      "end": 6904,
      "loc": {
        "start": {
          "line": 168,
          "column": 49
        },
        "end": {
          "line": 168,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "%",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "%",
      "start": 6905,
      "end": 6906,
      "loc": {
        "start": {
          "line": 168,
          "column": 51
        },
        "end": {
          "line": 168,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6907,
      "end": 6908,
      "loc": {
        "start": {
          "line": 168,
          "column": 53
        },
        "end": {
          "line": 168,
          "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": 6908,
      "end": 6909,
      "loc": {
        "start": {
          "line": 168,
          "column": 54
        },
        "end": {
          "line": 168,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6910,
      "end": 6911,
      "loc": {
        "start": {
          "line": 168,
          "column": 56
        },
        "end": {
          "line": 168,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 6912,
      "end": 6916,
      "loc": {
        "start": {
          "line": 168,
          "column": 58
        },
        "end": {
          "line": 168,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6916,
      "end": 6917,
      "loc": {
        "start": {
          "line": 168,
          "column": 62
        },
        "end": {
          "line": 168,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 6917,
      "end": 6919,
      "loc": {
        "start": {
          "line": 168,
          "column": 63
        },
        "end": {
          "line": 168,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6919,
      "end": 6920,
      "loc": {
        "start": {
          "line": 168,
          "column": 65
        },
        "end": {
          "line": 168,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromPolar",
      "start": 6937,
      "end": 6946,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6946,
      "end": 6947,
      "loc": {
        "start": {
          "line": 169,
          "column": 25
        },
        "end": {
          "line": 169,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 6947,
      "end": 6954,
      "loc": {
        "start": {
          "line": 169,
          "column": 26
        },
        "end": {
          "line": 169,
          "column": 33
        }
      }
    },
    {
      "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": 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": "fromPolar",
      "start": 6972,
      "end": 6981,
      "loc": {
        "start": {
          "line": 170,
          "column": 16
        },
        "end": {
          "line": 170,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6981,
      "end": 6982,
      "loc": {
        "start": {
          "line": 170,
          "column": 25
        },
        "end": {
          "line": 170,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 6982,
      "end": 6988,
      "loc": {
        "start": {
          "line": 170,
          "column": 26
        },
        "end": {
          "line": 170,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6988,
      "end": 6989,
      "loc": {
        "start": {
          "line": 170,
          "column": 32
        },
        "end": {
          "line": 170,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7006,
      "end": 7011,
      "loc": {
        "start": {
          "line": 171,
          "column": 16
        },
        "end": {
          "line": 171,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7011,
      "end": 7012,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 7012,
      "end": 7019,
      "loc": {
        "start": {
          "line": 171,
          "column": 22
        },
        "end": {
          "line": 171,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7019,
      "end": 7020,
      "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": "dimension",
      "start": 7020,
      "end": 7029,
      "loc": {
        "start": {
          "line": 171,
          "column": 30
        },
        "end": {
          "line": 171,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7029,
      "end": 7030,
      "loc": {
        "start": {
          "line": 171,
          "column": 39
        },
        "end": {
          "line": 171,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7030,
      "end": 7037,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7037,
      "end": 7038,
      "loc": {
        "start": {
          "line": 171,
          "column": 47
        },
        "end": {
          "line": 171,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPt",
      "start": 7038,
      "end": 7045,
      "loc": {
        "start": {
          "line": 171,
          "column": 48
        },
        "end": {
          "line": 171,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7045,
      "end": 7046,
      "loc": {
        "start": {
          "line": 171,
          "column": 55
        },
        "end": {
          "line": 171,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7046,
      "end": 7051,
      "loc": {
        "start": {
          "line": 171,
          "column": 56
        },
        "end": {
          "line": 171,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7051,
      "end": 7052,
      "loc": {
        "start": {
          "line": 171,
          "column": 61
        },
        "end": {
          "line": 171,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 7069,
      "end": 7072,
      "loc": {
        "start": {
          "line": 172,
          "column": 16
        },
        "end": {
          "line": 172,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7072,
      "end": 7073,
      "loc": {
        "start": {
          "line": 172,
          "column": 19
        },
        "end": {
          "line": 172,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 7073,
      "end": 7080,
      "loc": {
        "start": {
          "line": 172,
          "column": 20
        },
        "end": {
          "line": 172,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7080,
      "end": 7081,
      "loc": {
        "start": {
          "line": 172,
          "column": 27
        },
        "end": {
          "line": 172,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 7081,
      "end": 7090,
      "loc": {
        "start": {
          "line": 172,
          "column": 28
        },
        "end": {
          "line": 172,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7090,
      "end": 7091,
      "loc": {
        "start": {
          "line": 172,
          "column": 37
        },
        "end": {
          "line": 172,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7091,
      "end": 7098,
      "loc": {
        "start": {
          "line": 172,
          "column": 38
        },
        "end": {
          "line": 172,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7098,
      "end": 7099,
      "loc": {
        "start": {
          "line": 172,
          "column": 45
        },
        "end": {
          "line": 172,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPt",
      "start": 7099,
      "end": 7104,
      "loc": {
        "start": {
          "line": 172,
          "column": 46
        },
        "end": {
          "line": 172,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7104,
      "end": 7105,
      "loc": {
        "start": {
          "line": 172,
          "column": 51
        },
        "end": {
          "line": 172,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7105,
      "end": 7110,
      "loc": {
        "start": {
          "line": 172,
          "column": 52
        },
        "end": {
          "line": 172,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7110,
      "end": 7111,
      "loc": {
        "start": {
          "line": 172,
          "column": 57
        },
        "end": {
          "line": 172,
          "column": 58
        }
      }
    },
    {
      "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": 7128,
      "end": 7130,
      "loc": {
        "start": {
          "line": 173,
          "column": 16
        },
        "end": {
          "line": 173,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7131,
      "end": 7132,
      "loc": {
        "start": {
          "line": 173,
          "column": 19
        },
        "end": {
          "line": 173,
          "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": 7132,
      "end": 7133,
      "loc": {
        "start": {
          "line": 173,
          "column": 20
        },
        "end": {
          "line": 173,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Boolean",
      "start": 7133,
      "end": 7140,
      "loc": {
        "start": {
          "line": 173,
          "column": 21
        },
        "end": {
          "line": 173,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7140,
      "end": 7141,
      "loc": {
        "start": {
          "line": 173,
          "column": 28
        },
        "end": {
          "line": 173,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 7141,
      "end": 7150,
      "loc": {
        "start": {
          "line": 173,
          "column": 29
        },
        "end": {
          "line": 173,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7150,
      "end": 7151,
      "loc": {
        "start": {
          "line": 173,
          "column": 38
        },
        "end": {
          "line": 173,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7151,
      "end": 7158,
      "loc": {
        "start": {
          "line": 173,
          "column": 39
        },
        "end": {
          "line": 173,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7158,
      "end": 7159,
      "loc": {
        "start": {
          "line": 173,
          "column": 46
        },
        "end": {
          "line": 173,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ccw",
      "start": 7159,
      "end": 7162,
      "loc": {
        "start": {
          "line": 173,
          "column": 47
        },
        "end": {
          "line": 173,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7162,
      "end": 7163,
      "loc": {
        "start": {
          "line": 173,
          "column": 50
        },
        "end": {
          "line": 173,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7163,
      "end": 7168,
      "loc": {
        "start": {
          "line": 173,
          "column": 51
        },
        "end": {
          "line": 173,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7168,
      "end": 7169,
      "loc": {
        "start": {
          "line": 173,
          "column": 56
        },
        "end": {
          "line": 173,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "^",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 4,
        "updateContext": null
      },
      "value": "^",
      "start": 7170,
      "end": 7171,
      "loc": {
        "start": {
          "line": 173,
          "column": 58
        },
        "end": {
          "line": 173,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Boolean",
      "start": 7172,
      "end": 7179,
      "loc": {
        "start": {
          "line": 173,
          "column": 60
        },
        "end": {
          "line": 173,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7179,
      "end": 7180,
      "loc": {
        "start": {
          "line": 173,
          "column": 67
        },
        "end": {
          "line": 173,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 7180,
      "end": 7189,
      "loc": {
        "start": {
          "line": 173,
          "column": 68
        },
        "end": {
          "line": 173,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7189,
      "end": 7190,
      "loc": {
        "start": {
          "line": 173,
          "column": 77
        },
        "end": {
          "line": 173,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7190,
      "end": 7197,
      "loc": {
        "start": {
          "line": 173,
          "column": 78
        },
        "end": {
          "line": 173,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7197,
      "end": 7198,
      "loc": {
        "start": {
          "line": 173,
          "column": 85
        },
        "end": {
          "line": 173,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandlePos",
      "start": 7198,
      "end": 7210,
      "loc": {
        "start": {
          "line": 173,
          "column": 86
        },
        "end": {
          "line": 173,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7210,
      "end": 7211,
      "loc": {
        "start": {
          "line": 173,
          "column": 98
        },
        "end": {
          "line": 173,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7211,
      "end": 7216,
      "loc": {
        "start": {
          "line": 173,
          "column": 99
        },
        "end": {
          "line": 173,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7216,
      "end": 7217,
      "loc": {
        "start": {
          "line": 173,
          "column": 104
        },
        "end": {
          "line": 173,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7217,
      "end": 7218,
      "loc": {
        "start": {
          "line": 173,
          "column": 105
        },
        "end": {
          "line": 173,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7239,
      "end": 7244,
      "loc": {
        "start": {
          "line": 174,
          "column": 20
        },
        "end": {
          "line": 174,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7245,
      "end": 7246,
      "loc": {
        "start": {
          "line": 174,
          "column": 26
        },
        "end": {
          "line": 174,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 7247,
      "end": 7248,
      "loc": {
        "start": {
          "line": 174,
          "column": 28
        },
        "end": {
          "line": 174,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7248,
      "end": 7253,
      "loc": {
        "start": {
          "line": 174,
          "column": 29
        },
        "end": {
          "line": 174,
          "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": 7270,
      "end": 7272,
      "loc": {
        "start": {
          "line": 175,
          "column": 16
        },
        "end": {
          "line": 175,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7273,
      "end": 7274,
      "loc": {
        "start": {
          "line": 175,
          "column": 19
        },
        "end": {
          "line": 175,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7274,
      "end": 7279,
      "loc": {
        "start": {
          "line": 175,
          "column": 20
        },
        "end": {
          "line": 175,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 7280,
      "end": 7281,
      "loc": {
        "start": {
          "line": 175,
          "column": 26
        },
        "end": {
          "line": 175,
          "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": 7282,
      "end": 7283,
      "loc": {
        "start": {
          "line": 175,
          "column": 28
        },
        "end": {
          "line": 175,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7283,
      "end": 7284,
      "loc": {
        "start": {
          "line": 175,
          "column": 29
        },
        "end": {
          "line": 175,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7285,
      "end": 7290,
      "loc": {
        "start": {
          "line": 175,
          "column": 31
        },
        "end": {
          "line": 175,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 7291,
      "end": 7293,
      "loc": {
        "start": {
          "line": 175,
          "column": 37
        },
        "end": {
          "line": 175,
          "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": 7294,
      "end": 7295,
      "loc": {
        "start": {
          "line": 175,
          "column": 40
        },
        "end": {
          "line": 175,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 7296,
      "end": 7297,
      "loc": {
        "start": {
          "line": 175,
          "column": 42
        },
        "end": {
          "line": 175,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7298,
      "end": 7302,
      "loc": {
        "start": {
          "line": 175,
          "column": 44
        },
        "end": {
          "line": 175,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7302,
      "end": 7303,
      "loc": {
        "start": {
          "line": 175,
          "column": 48
        },
        "end": {
          "line": 175,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PI",
      "start": 7303,
      "end": 7305,
      "loc": {
        "start": {
          "line": 175,
          "column": 49
        },
        "end": {
          "line": 175,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7322,
      "end": 7324,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7325,
      "end": 7326,
      "loc": {
        "start": {
          "line": 176,
          "column": 19
        },
        "end": {
          "line": 176,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasAngle",
      "start": 7326,
      "end": 7334,
      "loc": {
        "start": {
          "line": 176,
          "column": 20
        },
        "end": {
          "line": 176,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7334,
      "end": 7335,
      "loc": {
        "start": {
          "line": 176,
          "column": 28
        },
        "end": {
          "line": 176,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7336,
      "end": 7341,
      "loc": {
        "start": {
          "line": 176,
          "column": 30
        },
        "end": {
          "line": 176,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7342,
      "end": 7343,
      "loc": {
        "start": {
          "line": 176,
          "column": 36
        },
        "end": {
          "line": 176,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 7344,
      "end": 7349,
      "loc": {
        "start": {
          "line": 176,
          "column": 38
        },
        "end": {
          "line": 176,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7349,
      "end": 7350,
      "loc": {
        "start": {
          "line": 176,
          "column": 43
        },
        "end": {
          "line": 176,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7350,
      "end": 7354,
      "loc": {
        "start": {
          "line": 176,
          "column": 44
        },
        "end": {
          "line": 176,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7354,
      "end": 7355,
      "loc": {
        "start": {
          "line": 176,
          "column": 48
        },
        "end": {
          "line": 176,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radToDeg",
      "start": 7355,
      "end": 7363,
      "loc": {
        "start": {
          "line": 176,
          "column": 49
        },
        "end": {
          "line": 176,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7363,
      "end": 7364,
      "loc": {
        "start": {
          "line": 176,
          "column": 57
        },
        "end": {
          "line": 176,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7364,
      "end": 7369,
      "loc": {
        "start": {
          "line": 176,
          "column": 58
        },
        "end": {
          "line": 176,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7369,
      "end": 7370,
      "loc": {
        "start": {
          "line": 176,
          "column": 63
        },
        "end": {
          "line": 176,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 7387,
      "end": 7396,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7396,
      "end": 7397,
      "loc": {
        "start": {
          "line": 177,
          "column": 25
        },
        "end": {
          "line": 177,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 7397,
      "end": 7409,
      "loc": {
        "start": {
          "line": 177,
          "column": 26
        },
        "end": {
          "line": 177,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7410,
      "end": 7411,
      "loc": {
        "start": {
          "line": 177,
          "column": 39
        },
        "end": {
          "line": 177,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7412,
      "end": 7417,
      "loc": {
        "start": {
          "line": 177,
          "column": 41
        },
        "end": {
          "line": 177,
          "column": 46
        }
      }
    },
    {
      "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": 7434,
      "end": 7439,
      "loc": {
        "start": {
          "line": 178,
          "column": 16
        },
        "end": {
          "line": 178,
          "column": 21
        }
      }
    },
    {
      "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": 7452,
      "end": 7456,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "CC_LinearDimension",
      "start": 7457,
      "end": 7477,
      "loc": {
        "start": {
          "line": 179,
          "column": 17
        },
        "end": {
          "line": 179,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7477,
      "end": 7478,
      "loc": {
        "start": {
          "line": 179,
          "column": 37
        },
        "end": {
          "line": 179,
          "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": 7491,
      "end": 7495,
      "loc": {
        "start": {
          "line": 180,
          "column": 12
        },
        "end": {
          "line": 180,
          "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": 7496,
      "end": 7523,
      "loc": {
        "start": {
          "line": 180,
          "column": 17
        },
        "end": {
          "line": 180,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7523,
      "end": 7524,
      "loc": {
        "start": {
          "line": 180,
          "column": 44
        },
        "end": {
          "line": 180,
          "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": 7541,
      "end": 7544,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 7545,
      "end": 7546,
      "loc": {
        "start": {
          "line": 181,
          "column": 20
        },
        "end": {
          "line": 181,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7547,
      "end": 7548,
      "loc": {
        "start": {
          "line": 181,
          "column": 22
        },
        "end": {
          "line": 181,
          "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": 7549,
      "end": 7552,
      "loc": {
        "start": {
          "line": 181,
          "column": 24
        },
        "end": {
          "line": 181,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 7553,
      "end": 7558,
      "loc": {
        "start": {
          "line": 181,
          "column": 28
        },
        "end": {
          "line": 181,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7558,
      "end": 7559,
      "loc": {
        "start": {
          "line": 181,
          "column": 33
        },
        "end": {
          "line": 181,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 7559,
      "end": 7566,
      "loc": {
        "start": {
          "line": 181,
          "column": 34
        },
        "end": {
          "line": 181,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7566,
      "end": 7567,
      "loc": {
        "start": {
          "line": 181,
          "column": 41
        },
        "end": {
          "line": 181,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7588,
      "end": 7592,
      "loc": {
        "start": {
          "line": 182,
          "column": 20
        },
        "end": {
          "line": 182,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7592,
      "end": 7593,
      "loc": {
        "start": {
          "line": 182,
          "column": 24
        },
        "end": {
          "line": 182,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "cos",
      "start": 7593,
      "end": 7596,
      "loc": {
        "start": {
          "line": 182,
          "column": 25
        },
        "end": {
          "line": 182,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7596,
      "end": 7597,
      "loc": {
        "start": {
          "line": 182,
          "column": 28
        },
        "end": {
          "line": 182,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 7597,
      "end": 7606,
      "loc": {
        "start": {
          "line": 182,
          "column": 29
        },
        "end": {
          "line": 182,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7606,
      "end": 7607,
      "loc": {
        "start": {
          "line": 182,
          "column": 38
        },
        "end": {
          "line": 182,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7607,
      "end": 7614,
      "loc": {
        "start": {
          "line": 182,
          "column": 39
        },
        "end": {
          "line": 182,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7614,
      "end": 7615,
      "loc": {
        "start": {
          "line": 182,
          "column": 46
        },
        "end": {
          "line": 182,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7615,
      "end": 7620,
      "loc": {
        "start": {
          "line": 182,
          "column": 47
        },
        "end": {
          "line": 182,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7620,
      "end": 7621,
      "loc": {
        "start": {
          "line": 182,
          "column": 52
        },
        "end": {
          "line": 182,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7621,
      "end": 7626,
      "loc": {
        "start": {
          "line": 182,
          "column": 53
        },
        "end": {
          "line": 182,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7626,
      "end": 7627,
      "loc": {
        "start": {
          "line": 182,
          "column": 58
        },
        "end": {
          "line": 182,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7627,
      "end": 7628,
      "loc": {
        "start": {
          "line": 182,
          "column": 59
        },
        "end": {
          "line": 182,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 7649,
      "end": 7653,
      "loc": {
        "start": {
          "line": 183,
          "column": 20
        },
        "end": {
          "line": 183,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7653,
      "end": 7654,
      "loc": {
        "start": {
          "line": 183,
          "column": 24
        },
        "end": {
          "line": 183,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sin",
      "start": 7654,
      "end": 7657,
      "loc": {
        "start": {
          "line": 183,
          "column": 25
        },
        "end": {
          "line": 183,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7657,
      "end": 7658,
      "loc": {
        "start": {
          "line": 183,
          "column": 28
        },
        "end": {
          "line": 183,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 7658,
      "end": 7667,
      "loc": {
        "start": {
          "line": 183,
          "column": 29
        },
        "end": {
          "line": 183,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7667,
      "end": 7668,
      "loc": {
        "start": {
          "line": 183,
          "column": 38
        },
        "end": {
          "line": 183,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7668,
      "end": 7675,
      "loc": {
        "start": {
          "line": 183,
          "column": 39
        },
        "end": {
          "line": 183,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7675,
      "end": 7676,
      "loc": {
        "start": {
          "line": 183,
          "column": 46
        },
        "end": {
          "line": 183,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "angle",
      "start": 7676,
      "end": 7681,
      "loc": {
        "start": {
          "line": 183,
          "column": 47
        },
        "end": {
          "line": 183,
          "column": 52
        }
      }
    },
    {
      "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": 183,
          "column": 52
        },
        "end": {
          "line": 183,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7682,
      "end": 7687,
      "loc": {
        "start": {
          "line": 183,
          "column": 53
        },
        "end": {
          "line": 183,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7687,
      "end": 7688,
      "loc": {
        "start": {
          "line": 183,
          "column": 58
        },
        "end": {
          "line": 183,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7688,
      "end": 7689,
      "loc": {
        "start": {
          "line": 183,
          "column": 59
        },
        "end": {
          "line": 183,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 7710,
      "end": 7711,
      "loc": {
        "start": {
          "line": 184,
          "column": 20
        },
        "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": 7711,
      "end": 7712,
      "loc": {
        "start": {
          "line": 184,
          "column": 21
        },
        "end": {
          "line": 184,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7729,
      "end": 7730,
      "loc": {
        "start": {
          "line": 185,
          "column": 16
        },
        "end": {
          "line": 185,
          "column": 17
        }
      }
    },
    {
      "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": 7747,
      "end": 7752,
      "loc": {
        "start": {
          "line": 186,
          "column": 16
        },
        "end": {
          "line": 186,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diff",
      "start": 7753,
      "end": 7757,
      "loc": {
        "start": {
          "line": 186,
          "column": 22
        },
        "end": {
          "line": 186,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7758,
      "end": 7759,
      "loc": {
        "start": {
          "line": 186,
          "column": 27
        },
        "end": {
          "line": 186,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 7760,
      "end": 7768,
      "loc": {
        "start": {
          "line": 186,
          "column": 29
        },
        "end": {
          "line": 186,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7768,
      "end": 7769,
      "loc": {
        "start": {
          "line": 186,
          "column": 37
        },
        "end": {
          "line": 186,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7769,
      "end": 7774,
      "loc": {
        "start": {
          "line": 186,
          "column": 38
        },
        "end": {
          "line": 186,
          "column": 43
        }
      }
    },
    {
      "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": 186,
          "column": 43
        },
        "end": {
          "line": 186,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7775,
      "end": 7776,
      "loc": {
        "start": {
          "line": 186,
          "column": 44
        },
        "end": {
          "line": 186,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7776,
      "end": 7777,
      "loc": {
        "start": {
          "line": 186,
          "column": 45
        },
        "end": {
          "line": 186,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 7777,
      "end": 7780,
      "loc": {
        "start": {
          "line": 186,
          "column": 46
        },
        "end": {
          "line": 186,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7780,
      "end": 7781,
      "loc": {
        "start": {
          "line": 186,
          "column": 49
        },
        "end": {
          "line": 186,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 7781,
      "end": 7788,
      "loc": {
        "start": {
          "line": 186,
          "column": 50
        },
        "end": {
          "line": 186,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7788,
      "end": 7789,
      "loc": {
        "start": {
          "line": 186,
          "column": 57
        },
        "end": {
          "line": 186,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7789,
      "end": 7790,
      "loc": {
        "start": {
          "line": 186,
          "column": 58
        },
        "end": {
          "line": 186,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "projectOnVector",
      "start": 7790,
      "end": 7805,
      "loc": {
        "start": {
          "line": 186,
          "column": 59
        },
        "end": {
          "line": 186,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7805,
      "end": 7806,
      "loc": {
        "start": {
          "line": 186,
          "column": 74
        },
        "end": {
          "line": 186,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 7806,
      "end": 7807,
      "loc": {
        "start": {
          "line": 186,
          "column": 75
        },
        "end": {
          "line": 186,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7807,
      "end": 7808,
      "loc": {
        "start": {
          "line": 186,
          "column": 76
        },
        "end": {
          "line": 186,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nearend",
      "start": 7825,
      "end": 7832,
      "loc": {
        "start": {
          "line": 187,
          "column": 16
        },
        "end": {
          "line": 187,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7832,
      "end": 7833,
      "loc": {
        "start": {
          "line": 187,
          "column": 23
        },
        "end": {
          "line": 187,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 7833,
      "end": 7836,
      "loc": {
        "start": {
          "line": 187,
          "column": 24
        },
        "end": {
          "line": 187,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7836,
      "end": 7837,
      "loc": {
        "start": {
          "line": 187,
          "column": 27
        },
        "end": {
          "line": 187,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diff",
      "start": 7837,
      "end": 7841,
      "loc": {
        "start": {
          "line": 187,
          "column": 28
        },
        "end": {
          "line": 187,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7841,
      "end": 7842,
      "loc": {
        "start": {
          "line": 187,
          "column": 32
        },
        "end": {
          "line": 187,
          "column": 33
        }
      }
    },
    {
      "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": 7859,
      "end": 7861,
      "loc": {
        "start": {
          "line": 188,
          "column": 16
        },
        "end": {
          "line": 188,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7862,
      "end": 7863,
      "loc": {
        "start": {
          "line": 188,
          "column": 19
        },
        "end": {
          "line": 188,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 7863,
      "end": 7872,
      "loc": {
        "start": {
          "line": 188,
          "column": 20
        },
        "end": {
          "line": 188,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7872,
      "end": 7873,
      "loc": {
        "start": {
          "line": 188,
          "column": 29
        },
        "end": {
          "line": 188,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7873,
      "end": 7880,
      "loc": {
        "start": {
          "line": 188,
          "column": 30
        },
        "end": {
          "line": 188,
          "column": 37
        }
      }
    },
    {
      "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": 188,
          "column": 37
        },
        "end": {
          "line": 188,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "valHandleBehaviour",
      "start": 7881,
      "end": 7899,
      "loc": {
        "start": {
          "line": 188,
          "column": 38
        },
        "end": {
          "line": 188,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7899,
      "end": 7900,
      "loc": {
        "start": {
          "line": 188,
          "column": 56
        },
        "end": {
          "line": 188,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7900,
      "end": 7905,
      "loc": {
        "start": {
          "line": 188,
          "column": 57
        },
        "end": {
          "line": 188,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7905,
      "end": 7906,
      "loc": {
        "start": {
          "line": 188,
          "column": 62
        },
        "end": {
          "line": 188,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "farend",
      "start": 7907,
      "end": 7913,
      "loc": {
        "start": {
          "line": 188,
          "column": 64
        },
        "end": {
          "line": 188,
          "column": 70
        }
      }
    },
    {
      "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": 188,
          "column": 70
        },
        "end": {
          "line": 188,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 7914,
      "end": 7917,
      "loc": {
        "start": {
          "line": 188,
          "column": 71
        },
        "end": {
          "line": 188,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7917,
      "end": 7918,
      "loc": {
        "start": {
          "line": 188,
          "column": 74
        },
        "end": {
          "line": 188,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "diff",
      "start": 7918,
      "end": 7922,
      "loc": {
        "start": {
          "line": 188,
          "column": 75
        },
        "end": {
          "line": 188,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7922,
      "end": 7923,
      "loc": {
        "start": {
          "line": 188,
          "column": 79
        },
        "end": {
          "line": 188,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 7940,
      "end": 7945,
      "loc": {
        "start": {
          "line": 189,
          "column": 16
        },
        "end": {
          "line": 189,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7945,
      "end": 7946,
      "loc": {
        "start": {
          "line": 189,
          "column": 21
        },
        "end": {
          "line": 189,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 7946,
      "end": 7953,
      "loc": {
        "start": {
          "line": 189,
          "column": 22
        },
        "end": {
          "line": 189,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7953,
      "end": 7954,
      "loc": {
        "start": {
          "line": 189,
          "column": 29
        },
        "end": {
          "line": 189,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 7954,
      "end": 7963,
      "loc": {
        "start": {
          "line": 189,
          "column": 30
        },
        "end": {
          "line": 189,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7963,
      "end": 7964,
      "loc": {
        "start": {
          "line": 189,
          "column": 39
        },
        "end": {
          "line": 189,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 7964,
      "end": 7971,
      "loc": {
        "start": {
          "line": 189,
          "column": 40
        },
        "end": {
          "line": 189,
          "column": 47
        }
      }
    },
    {
      "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": 189,
          "column": 47
        },
        "end": {
          "line": 189,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "startPt",
      "start": 7972,
      "end": 7979,
      "loc": {
        "start": {
          "line": 189,
          "column": 48
        },
        "end": {
          "line": 189,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7979,
      "end": 7980,
      "loc": {
        "start": {
          "line": 189,
          "column": 55
        },
        "end": {
          "line": 189,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7980,
      "end": 7985,
      "loc": {
        "start": {
          "line": 189,
          "column": 56
        },
        "end": {
          "line": 189,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7985,
      "end": 7986,
      "loc": {
        "start": {
          "line": 189,
          "column": 61
        },
        "end": {
          "line": 189,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8003,
      "end": 8006,
      "loc": {
        "start": {
          "line": 190,
          "column": 16
        },
        "end": {
          "line": 190,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8006,
      "end": 8007,
      "loc": {
        "start": {
          "line": 190,
          "column": 19
        },
        "end": {
          "line": 190,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 8007,
      "end": 8014,
      "loc": {
        "start": {
          "line": 190,
          "column": 20
        },
        "end": {
          "line": 190,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8014,
      "end": 8015,
      "loc": {
        "start": {
          "line": 190,
          "column": 27
        },
        "end": {
          "line": 190,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8015,
      "end": 8024,
      "loc": {
        "start": {
          "line": 190,
          "column": 28
        },
        "end": {
          "line": 190,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8024,
      "end": 8025,
      "loc": {
        "start": {
          "line": 190,
          "column": 37
        },
        "end": {
          "line": 190,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8025,
      "end": 8032,
      "loc": {
        "start": {
          "line": 190,
          "column": 38
        },
        "end": {
          "line": 190,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8032,
      "end": 8033,
      "loc": {
        "start": {
          "line": 190,
          "column": 45
        },
        "end": {
          "line": 190,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "endPt",
      "start": 8033,
      "end": 8038,
      "loc": {
        "start": {
          "line": 190,
          "column": 46
        },
        "end": {
          "line": 190,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8038,
      "end": 8039,
      "loc": {
        "start": {
          "line": 190,
          "column": 51
        },
        "end": {
          "line": 190,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8039,
      "end": 8044,
      "loc": {
        "start": {
          "line": 190,
          "column": 52
        },
        "end": {
          "line": 190,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8044,
      "end": 8045,
      "loc": {
        "start": {
          "line": 190,
          "column": 57
        },
        "end": {
          "line": 190,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8062,
      "end": 8071,
      "loc": {
        "start": {
          "line": 191,
          "column": 16
        },
        "end": {
          "line": 191,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8071,
      "end": 8072,
      "loc": {
        "start": {
          "line": 191,
          "column": 25
        },
        "end": {
          "line": 191,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 8072,
      "end": 8084,
      "loc": {
        "start": {
          "line": 191,
          "column": 26
        },
        "end": {
          "line": 191,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8085,
      "end": 8086,
      "loc": {
        "start": {
          "line": 191,
          "column": 39
        },
        "end": {
          "line": 191,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8087,
      "end": 8091,
      "loc": {
        "start": {
          "line": 191,
          "column": 41
        },
        "end": {
          "line": 191,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8091,
      "end": 8092,
      "loc": {
        "start": {
          "line": 191,
          "column": 45
        },
        "end": {
          "line": 191,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "abs",
      "start": 8092,
      "end": 8095,
      "loc": {
        "start": {
          "line": 191,
          "column": 46
        },
        "end": {
          "line": 191,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8095,
      "end": 8096,
      "loc": {
        "start": {
          "line": 191,
          "column": 49
        },
        "end": {
          "line": 191,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "end",
      "start": 8096,
      "end": 8099,
      "loc": {
        "start": {
          "line": 191,
          "column": 50
        },
        "end": {
          "line": 191,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8099,
      "end": 8100,
      "loc": {
        "start": {
          "line": 191,
          "column": 53
        },
        "end": {
          "line": 191,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 8100,
      "end": 8105,
      "loc": {
        "start": {
          "line": 191,
          "column": 54
        },
        "end": {
          "line": 191,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8105,
      "end": 8106,
      "loc": {
        "start": {
          "line": 191,
          "column": 59
        },
        "end": {
          "line": 191,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8106,
      "end": 8107,
      "loc": {
        "start": {
          "line": 191,
          "column": 60
        },
        "end": {
          "line": 191,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8107,
      "end": 8108,
      "loc": {
        "start": {
          "line": 191,
          "column": 61
        },
        "end": {
          "line": 191,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sub",
      "start": 8108,
      "end": 8111,
      "loc": {
        "start": {
          "line": 191,
          "column": 62
        },
        "end": {
          "line": 191,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8111,
      "end": 8112,
      "loc": {
        "start": {
          "line": 191,
          "column": 65
        },
        "end": {
          "line": 191,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "start",
      "start": 8112,
      "end": 8117,
      "loc": {
        "start": {
          "line": 191,
          "column": 66
        },
        "end": {
          "line": 191,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8117,
      "end": 8118,
      "loc": {
        "start": {
          "line": 191,
          "column": 71
        },
        "end": {
          "line": 191,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8118,
      "end": 8119,
      "loc": {
        "start": {
          "line": 191,
          "column": 72
        },
        "end": {
          "line": 191,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dot",
      "start": 8119,
      "end": 8122,
      "loc": {
        "start": {
          "line": 191,
          "column": 73
        },
        "end": {
          "line": 191,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8122,
      "end": 8123,
      "loc": {
        "start": {
          "line": 191,
          "column": 76
        },
        "end": {
          "line": 191,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "d",
      "start": 8123,
      "end": 8124,
      "loc": {
        "start": {
          "line": 191,
          "column": 77
        },
        "end": {
          "line": 191,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8124,
      "end": 8125,
      "loc": {
        "start": {
          "line": 191,
          "column": 78
        },
        "end": {
          "line": 191,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8125,
      "end": 8126,
      "loc": {
        "start": {
          "line": 191,
          "column": 79
        },
        "end": {
          "line": 191,
          "column": 80
        }
      }
    },
    {
      "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": 8143,
      "end": 8148,
      "loc": {
        "start": {
          "line": 192,
          "column": 16
        },
        "end": {
          "line": 192,
          "column": 21
        }
      }
    },
    {
      "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": 8161,
      "end": 8165,
      "loc": {
        "start": {
          "line": 193,
          "column": 12
        },
        "end": {
          "line": 193,
          "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": 8166,
      "end": 8186,
      "loc": {
        "start": {
          "line": 193,
          "column": 17
        },
        "end": {
          "line": 193,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8186,
      "end": 8187,
      "loc": {
        "start": {
          "line": 193,
          "column": 37
        },
        "end": {
          "line": 193,
          "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": 8200,
      "end": 8204,
      "loc": {
        "start": {
          "line": 194,
          "column": 12
        },
        "end": {
          "line": 194,
          "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": 8205,
      "end": 8232,
      "loc": {
        "start": {
          "line": 194,
          "column": 17
        },
        "end": {
          "line": 194,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8232,
      "end": 8233,
      "loc": {
        "start": {
          "line": 194,
          "column": 44
        },
        "end": {
          "line": 194,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8250,
      "end": 8259,
      "loc": {
        "start": {
          "line": 195,
          "column": 16
        },
        "end": {
          "line": 195,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8259,
      "end": 8260,
      "loc": {
        "start": {
          "line": 195,
          "column": 25
        },
        "end": {
          "line": 195,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8260,
      "end": 8267,
      "loc": {
        "start": {
          "line": 195,
          "column": 26
        },
        "end": {
          "line": 195,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8267,
      "end": 8268,
      "loc": {
        "start": {
          "line": 195,
          "column": 33
        },
        "end": {
          "line": 195,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 8268,
      "end": 8274,
      "loc": {
        "start": {
          "line": 195,
          "column": 34
        },
        "end": {
          "line": 195,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8274,
      "end": 8275,
      "loc": {
        "start": {
          "line": 195,
          "column": 40
        },
        "end": {
          "line": 195,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8275,
      "end": 8280,
      "loc": {
        "start": {
          "line": 195,
          "column": 41
        },
        "end": {
          "line": 195,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8281,
      "end": 8282,
      "loc": {
        "start": {
          "line": 195,
          "column": 47
        },
        "end": {
          "line": 195,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 8283,
      "end": 8289,
      "loc": {
        "start": {
          "line": 195,
          "column": 49
        },
        "end": {
          "line": 195,
          "column": 55
        }
      }
    },
    {
      "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": 195,
          "column": 55
        },
        "end": {
          "line": 195,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 8290,
      "end": 8300,
      "loc": {
        "start": {
          "line": 195,
          "column": 56
        },
        "end": {
          "line": 195,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8300,
      "end": 8301,
      "loc": {
        "start": {
          "line": 195,
          "column": 66
        },
        "end": {
          "line": 195,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8301,
      "end": 8309,
      "loc": {
        "start": {
          "line": 195,
          "column": 67
        },
        "end": {
          "line": 195,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8309,
      "end": 8310,
      "loc": {
        "start": {
          "line": 195,
          "column": 75
        },
        "end": {
          "line": 195,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8327,
      "end": 8336,
      "loc": {
        "start": {
          "line": 196,
          "column": 16
        },
        "end": {
          "line": 196,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8336,
      "end": 8337,
      "loc": {
        "start": {
          "line": 196,
          "column": 25
        },
        "end": {
          "line": 196,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 8337,
      "end": 8349,
      "loc": {
        "start": {
          "line": 196,
          "column": 26
        },
        "end": {
          "line": 196,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8350,
      "end": 8351,
      "loc": {
        "start": {
          "line": 196,
          "column": 39
        },
        "end": {
          "line": 196,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8352,
      "end": 8361,
      "loc": {
        "start": {
          "line": 196,
          "column": 41
        },
        "end": {
          "line": 196,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8361,
      "end": 8362,
      "loc": {
        "start": {
          "line": 196,
          "column": 50
        },
        "end": {
          "line": 196,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8362,
      "end": 8369,
      "loc": {
        "start": {
          "line": 196,
          "column": 51
        },
        "end": {
          "line": 196,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8369,
      "end": 8370,
      "loc": {
        "start": {
          "line": 196,
          "column": 58
        },
        "end": {
          "line": 196,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 8370,
      "end": 8376,
      "loc": {
        "start": {
          "line": 196,
          "column": 59
        },
        "end": {
          "line": 196,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8376,
      "end": 8377,
      "loc": {
        "start": {
          "line": 196,
          "column": 65
        },
        "end": {
          "line": 196,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8377,
      "end": 8382,
      "loc": {
        "start": {
          "line": 196,
          "column": 66
        },
        "end": {
          "line": 196,
          "column": 71
        }
      }
    },
    {
      "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": 8399,
      "end": 8404,
      "loc": {
        "start": {
          "line": 197,
          "column": 16
        },
        "end": {
          "line": 197,
          "column": 21
        }
      }
    },
    {
      "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": 8417,
      "end": 8421,
      "loc": {
        "start": {
          "line": 198,
          "column": 12
        },
        "end": {
          "line": 198,
          "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": 8422,
      "end": 8444,
      "loc": {
        "start": {
          "line": 198,
          "column": 17
        },
        "end": {
          "line": 198,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8444,
      "end": 8445,
      "loc": {
        "start": {
          "line": 198,
          "column": 39
        },
        "end": {
          "line": 198,
          "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": 8458,
      "end": 8462,
      "loc": {
        "start": {
          "line": 199,
          "column": 12
        },
        "end": {
          "line": 199,
          "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": 8463,
      "end": 8492,
      "loc": {
        "start": {
          "line": 199,
          "column": 17
        },
        "end": {
          "line": 199,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8492,
      "end": 8493,
      "loc": {
        "start": {
          "line": 199,
          "column": 46
        },
        "end": {
          "line": 199,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8510,
      "end": 8519,
      "loc": {
        "start": {
          "line": 200,
          "column": 16
        },
        "end": {
          "line": 200,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8519,
      "end": 8520,
      "loc": {
        "start": {
          "line": 200,
          "column": 25
        },
        "end": {
          "line": 200,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8520,
      "end": 8527,
      "loc": {
        "start": {
          "line": 200,
          "column": 26
        },
        "end": {
          "line": 200,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8527,
      "end": 8528,
      "loc": {
        "start": {
          "line": 200,
          "column": 33
        },
        "end": {
          "line": 200,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 8528,
      "end": 8534,
      "loc": {
        "start": {
          "line": 200,
          "column": 34
        },
        "end": {
          "line": 200,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8534,
      "end": 8535,
      "loc": {
        "start": {
          "line": 200,
          "column": 40
        },
        "end": {
          "line": 200,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8535,
      "end": 8540,
      "loc": {
        "start": {
          "line": 200,
          "column": 41
        },
        "end": {
          "line": 200,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8541,
      "end": 8542,
      "loc": {
        "start": {
          "line": 200,
          "column": 47
        },
        "end": {
          "line": 200,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 8543,
      "end": 8549,
      "loc": {
        "start": {
          "line": 200,
          "column": 49
        },
        "end": {
          "line": 200,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8549,
      "end": 8550,
      "loc": {
        "start": {
          "line": 200,
          "column": 55
        },
        "end": {
          "line": 200,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 8550,
      "end": 8560,
      "loc": {
        "start": {
          "line": 200,
          "column": 56
        },
        "end": {
          "line": 200,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8560,
      "end": 8561,
      "loc": {
        "start": {
          "line": 200,
          "column": 66
        },
        "end": {
          "line": 200,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8561,
      "end": 8569,
      "loc": {
        "start": {
          "line": 200,
          "column": 67
        },
        "end": {
          "line": 200,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8569,
      "end": 8570,
      "loc": {
        "start": {
          "line": 200,
          "column": 75
        },
        "end": {
          "line": 200,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8587,
      "end": 8596,
      "loc": {
        "start": {
          "line": 201,
          "column": 16
        },
        "end": {
          "line": 201,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8596,
      "end": 8597,
      "loc": {
        "start": {
          "line": 201,
          "column": 25
        },
        "end": {
          "line": 201,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 8597,
      "end": 8609,
      "loc": {
        "start": {
          "line": 201,
          "column": 26
        },
        "end": {
          "line": 201,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8610,
      "end": 8611,
      "loc": {
        "start": {
          "line": 201,
          "column": 39
        },
        "end": {
          "line": 201,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8612,
      "end": 8613,
      "loc": {
        "start": {
          "line": 201,
          "column": 41
        },
        "end": {
          "line": 201,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8614,
      "end": 8615,
      "loc": {
        "start": {
          "line": 201,
          "column": 43
        },
        "end": {
          "line": 201,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8616,
      "end": 8625,
      "loc": {
        "start": {
          "line": 201,
          "column": 45
        },
        "end": {
          "line": 201,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8625,
      "end": 8626,
      "loc": {
        "start": {
          "line": 201,
          "column": 54
        },
        "end": {
          "line": 201,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8626,
      "end": 8633,
      "loc": {
        "start": {
          "line": 201,
          "column": 55
        },
        "end": {
          "line": 201,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8633,
      "end": 8634,
      "loc": {
        "start": {
          "line": 201,
          "column": 62
        },
        "end": {
          "line": 201,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "radius",
      "start": 8634,
      "end": 8640,
      "loc": {
        "start": {
          "line": 201,
          "column": 63
        },
        "end": {
          "line": 201,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8640,
      "end": 8641,
      "loc": {
        "start": {
          "line": 201,
          "column": 69
        },
        "end": {
          "line": 201,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8641,
      "end": 8646,
      "loc": {
        "start": {
          "line": 201,
          "column": 70
        },
        "end": {
          "line": 201,
          "column": 75
        }
      }
    },
    {
      "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": 8663,
      "end": 8668,
      "loc": {
        "start": {
          "line": 202,
          "column": 16
        },
        "end": {
          "line": 202,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8677,
      "end": 8678,
      "loc": {
        "start": {
          "line": 203,
          "column": 8
        },
        "end": {
          "line": 203,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8683,
      "end": 8684,
      "loc": {
        "start": {
          "line": 204,
          "column": 4
        },
        "end": {
          "line": 204,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 8690,
      "end": 8696,
      "loc": {
        "start": {
          "line": 206,
          "column": 4
        },
        "end": {
          "line": 206,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8696,
      "end": 8697,
      "loc": {
        "start": {
          "line": 206,
          "column": 10
        },
        "end": {
          "line": 206,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 8697,
      "end": 8701,
      "loc": {
        "start": {
          "line": 206,
          "column": 11
        },
        "end": {
          "line": 206,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8701,
      "end": 8702,
      "loc": {
        "start": {
          "line": 206,
          "column": 15
        },
        "end": {
          "line": 206,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8703,
      "end": 8704,
      "loc": {
        "start": {
          "line": 206,
          "column": 17
        },
        "end": {
          "line": 206,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 8713,
      "end": 8717,
      "loc": {
        "start": {
          "line": 207,
          "column": 8
        },
        "end": {
          "line": 207,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8717,
      "end": 8718,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "expression",
      "start": 8718,
      "end": 8728,
      "loc": {
        "start": {
          "line": 207,
          "column": 13
        },
        "end": {
          "line": 207,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8729,
      "end": 8730,
      "loc": {
        "start": {
          "line": 207,
          "column": 24
        },
        "end": {
          "line": 207,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 8731,
      "end": 8735,
      "loc": {
        "start": {
          "line": 207,
          "column": 26
        },
        "end": {
          "line": 207,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8735,
      "end": 8736,
      "loc": {
        "start": {
          "line": 207,
          "column": 30
        },
        "end": {
          "line": 207,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8736,
      "end": 8745,
      "loc": {
        "start": {
          "line": 207,
          "column": 31
        },
        "end": {
          "line": 207,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8745,
      "end": 8746,
      "loc": {
        "start": {
          "line": 207,
          "column": 40
        },
        "end": {
          "line": 207,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "previewValue",
      "start": 8746,
      "end": 8758,
      "loc": {
        "start": {
          "line": 207,
          "column": 41
        },
        "end": {
          "line": 207,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8758,
      "end": 8759,
      "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": "toFixed",
      "start": 8759,
      "end": 8766,
      "loc": {
        "start": {
          "line": 207,
          "column": 54
        },
        "end": {
          "line": 207,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8766,
      "end": 8767,
      "loc": {
        "start": {
          "line": 207,
          "column": 61
        },
        "end": {
          "line": 207,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8767,
      "end": 8768,
      "loc": {
        "start": {
          "line": 207,
          "column": 62
        },
        "end": {
          "line": 207,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8768,
      "end": 8769,
      "loc": {
        "start": {
          "line": 207,
          "column": 63
        },
        "end": {
          "line": 207,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8774,
      "end": 8775,
      "loc": {
        "start": {
          "line": 208,
          "column": 4
        },
        "end": {
          "line": 208,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onScale",
      "start": 8781,
      "end": 8788,
      "loc": {
        "start": {
          "line": 210,
          "column": 4
        },
        "end": {
          "line": 210,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8788,
      "end": 8789,
      "loc": {
        "start": {
          "line": 210,
          "column": 11
        },
        "end": {
          "line": 210,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 8789,
      "end": 8794,
      "loc": {
        "start": {
          "line": 210,
          "column": 12
        },
        "end": {
          "line": 210,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8794,
      "end": 8795,
      "loc": {
        "start": {
          "line": 210,
          "column": 17
        },
        "end": {
          "line": 210,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8796,
      "end": 8797,
      "loc": {
        "start": {
          "line": 210,
          "column": 19
        },
        "end": {
          "line": 210,
          "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": 8806,
      "end": 8810,
      "loc": {
        "start": {
          "line": 211,
          "column": 8
        },
        "end": {
          "line": 211,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8810,
      "end": 8811,
      "loc": {
        "start": {
          "line": 211,
          "column": 12
        },
        "end": {
          "line": 211,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 8811,
      "end": 8816,
      "loc": {
        "start": {
          "line": 211,
          "column": 13
        },
        "end": {
          "line": 211,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8816,
      "end": 8817,
      "loc": {
        "start": {
          "line": 211,
          "column": 18
        },
        "end": {
          "line": 211,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setScalar",
      "start": 8817,
      "end": 8826,
      "loc": {
        "start": {
          "line": 211,
          "column": 19
        },
        "end": {
          "line": 211,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8826,
      "end": 8827,
      "loc": {
        "start": {
          "line": 211,
          "column": 28
        },
        "end": {
          "line": 211,
          "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": 8827,
      "end": 8828,
      "loc": {
        "start": {
          "line": 211,
          "column": 29
        },
        "end": {
          "line": 211,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8829,
      "end": 8830,
      "loc": {
        "start": {
          "line": 211,
          "column": 31
        },
        "end": {
          "line": 211,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "scale",
      "start": 8831,
      "end": 8836,
      "loc": {
        "start": {
          "line": 211,
          "column": 33
        },
        "end": {
          "line": 211,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8836,
      "end": 8837,
      "loc": {
        "start": {
          "line": 211,
          "column": 38
        },
        "end": {
          "line": 211,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8842,
      "end": 8843,
      "loc": {
        "start": {
          "line": 212,
          "column": 4
        },
        "end": {
          "line": 212,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8844,
      "end": 8845,
      "loc": {
        "start": {
          "line": 213,
          "column": 0
        },
        "end": {
          "line": 213,
          "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": 8847,
      "end": 8853,
      "loc": {
        "start": {
          "line": 215,
          "column": 0
        },
        "end": {
          "line": 215,
          "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": 8854,
      "end": 8859,
      "loc": {
        "start": {
          "line": 215,
          "column": 7
        },
        "end": {
          "line": 215,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PositionValueHandle",
      "start": 8860,
      "end": 8879,
      "loc": {
        "start": {
          "line": 215,
          "column": 13
        },
        "end": {
          "line": 215,
          "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": 8880,
      "end": 8887,
      "loc": {
        "start": {
          "line": 215,
          "column": 33
        },
        "end": {
          "line": 215,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValueHandle",
      "start": 8888,
      "end": 8899,
      "loc": {
        "start": {
          "line": 215,
          "column": 41
        },
        "end": {
          "line": 215,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8900,
      "end": 8901,
      "loc": {
        "start": {
          "line": 215,
          "column": 53
        },
        "end": {
          "line": 215,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 8906,
      "end": 8912,
      "loc": {
        "start": {
          "line": 216,
          "column": 4
        },
        "end": {
          "line": 216,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8912,
      "end": 8913,
      "loc": {
        "start": {
          "line": 216,
          "column": 10
        },
        "end": {
          "line": 216,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 8913,
      "end": 8917,
      "loc": {
        "start": {
          "line": 216,
          "column": 11
        },
        "end": {
          "line": 216,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8917,
      "end": 8918,
      "loc": {
        "start": {
          "line": 216,
          "column": 15
        },
        "end": {
          "line": 216,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8919,
      "end": 8927,
      "loc": {
        "start": {
          "line": 216,
          "column": 17
        },
        "end": {
          "line": 216,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8927,
      "end": 8928,
      "loc": {
        "start": {
          "line": 216,
          "column": 25
        },
        "end": {
          "line": 216,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8929,
      "end": 8930,
      "loc": {
        "start": {
          "line": 216,
          "column": 27
        },
        "end": {
          "line": 216,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8939,
      "end": 8947,
      "loc": {
        "start": {
          "line": 217,
          "column": 8
        },
        "end": {
          "line": 217,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8947,
      "end": 8948,
      "loc": {
        "start": {
          "line": 217,
          "column": 16
        },
        "end": {
          "line": 217,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toArray",
      "start": 8948,
      "end": 8955,
      "loc": {
        "start": {
          "line": 217,
          "column": 17
        },
        "end": {
          "line": 217,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8955,
      "end": 8956,
      "loc": {
        "start": {
          "line": 217,
          "column": 24
        },
        "end": {
          "line": 217,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 8956,
      "end": 8960,
      "loc": {
        "start": {
          "line": 217,
          "column": 25
        },
        "end": {
          "line": 217,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8960,
      "end": 8961,
      "loc": {
        "start": {
          "line": 217,
          "column": 29
        },
        "end": {
          "line": 217,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimension",
      "start": 8961,
      "end": 8970,
      "loc": {
        "start": {
          "line": 217,
          "column": 30
        },
        "end": {
          "line": 217,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8970,
      "end": 8971,
      "loc": {
        "start": {
          "line": 217,
          "column": 39
        },
        "end": {
          "line": 217,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 8971,
      "end": 8978,
      "loc": {
        "start": {
          "line": 217,
          "column": 40
        },
        "end": {
          "line": 217,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8978,
      "end": 8979,
      "loc": {
        "start": {
          "line": 217,
          "column": 47
        },
        "end": {
          "line": 217,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 8979,
      "end": 8984,
      "loc": {
        "start": {
          "line": 217,
          "column": 48
        },
        "end": {
          "line": 217,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8984,
      "end": 8985,
      "loc": {
        "start": {
          "line": 217,
          "column": 53
        },
        "end": {
          "line": 217,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8985,
      "end": 8990,
      "loc": {
        "start": {
          "line": 217,
          "column": 54
        },
        "end": {
          "line": 217,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8990,
      "end": 8991,
      "loc": {
        "start": {
          "line": 217,
          "column": 59
        },
        "end": {
          "line": 217,
          "column": 60
        }
      }
    },
    {
      "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": 9000,
      "end": 9005,
      "loc": {
        "start": {
          "line": 218,
          "column": 8
        },
        "end": {
          "line": 218,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9005,
      "end": 9006,
      "loc": {
        "start": {
          "line": 218,
          "column": 13
        },
        "end": {
          "line": 218,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrag",
      "start": 9006,
      "end": 9012,
      "loc": {
        "start": {
          "line": 218,
          "column": 14
        },
        "end": {
          "line": 218,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9012,
      "end": 9013,
      "loc": {
        "start": {
          "line": 218,
          "column": 20
        },
        "end": {
          "line": 218,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 9013,
      "end": 9017,
      "loc": {
        "start": {
          "line": 218,
          "column": 21
        },
        "end": {
          "line": 218,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9017,
      "end": 9018,
      "loc": {
        "start": {
          "line": 218,
          "column": 25
        },
        "end": {
          "line": 218,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 9019,
      "end": 9027,
      "loc": {
        "start": {
          "line": 218,
          "column": 27
        },
        "end": {
          "line": 218,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9027,
      "end": 9028,
      "loc": {
        "start": {
          "line": 218,
          "column": 35
        },
        "end": {
          "line": 218,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9033,
      "end": 9034,
      "loc": {
        "start": {
          "line": 219,
          "column": 4
        },
        "end": {
          "line": 219,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 9040,
      "end": 9046,
      "loc": {
        "start": {
          "line": 221,
          "column": 4
        },
        "end": {
          "line": 221,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9046,
      "end": 9047,
      "loc": {
        "start": {
          "line": 221,
          "column": 10
        },
        "end": {
          "line": 221,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 9047,
      "end": 9051,
      "loc": {
        "start": {
          "line": 221,
          "column": 11
        },
        "end": {
          "line": 221,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9051,
      "end": 9052,
      "loc": {
        "start": {
          "line": 221,
          "column": 15
        },
        "end": {
          "line": 221,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9053,
      "end": 9054,
      "loc": {
        "start": {
          "line": 221,
          "column": 17
        },
        "end": {
          "line": 221,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 9063,
      "end": 9067,
      "loc": {
        "start": {
          "line": 222,
          "column": 8
        },
        "end": {
          "line": 222,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9067,
      "end": 9068,
      "loc": {
        "start": {
          "line": 222,
          "column": 12
        },
        "end": {
          "line": 222,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 9068,
      "end": 9073,
      "loc": {
        "start": {
          "line": 222,
          "column": 13
        },
        "end": {
          "line": 222,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9074,
      "end": 9075,
      "loc": {
        "start": {
          "line": 222,
          "column": 19
        },
        "end": {
          "line": 222,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9076,
      "end": 9077,
      "loc": {
        "start": {
          "line": 222,
          "column": 21
        },
        "end": {
          "line": 222,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "{",
      "start": 9077,
      "end": 9078,
      "loc": {
        "start": {
          "line": 222,
          "column": 22
        },
        "end": {
          "line": 222,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9078,
      "end": 9080,
      "loc": {
        "start": {
          "line": 222,
          "column": 23
        },
        "end": {
          "line": 222,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 9080,
      "end": 9084,
      "loc": {
        "start": {
          "line": 222,
          "column": 25
        },
        "end": {
          "line": 222,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9084,
      "end": 9085,
      "loc": {
        "start": {
          "line": 222,
          "column": 29
        },
        "end": {
          "line": 222,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "members",
      "start": 9085,
      "end": 9092,
      "loc": {
        "start": {
          "line": 222,
          "column": 30
        },
        "end": {
          "line": 222,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9092,
      "end": 9093,
      "loc": {
        "start": {
          "line": 222,
          "column": 37
        },
        "end": {
          "line": 222,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dimPt",
      "start": 9093,
      "end": 9098,
      "loc": {
        "start": {
          "line": 222,
          "column": 38
        },
        "end": {
          "line": 222,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9098,
      "end": 9099,
      "loc": {
        "start": {
          "line": 222,
          "column": 43
        },
        "end": {
          "line": 222,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 9099,
      "end": 9104,
      "loc": {
        "start": {
          "line": 222,
          "column": 44
        },
        "end": {
          "line": 222,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9104,
      "end": 9105,
      "loc": {
        "start": {
          "line": 222,
          "column": 49
        },
        "end": {
          "line": 222,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 9105,
      "end": 9109,
      "loc": {
        "start": {
          "line": 222,
          "column": 50
        },
        "end": {
          "line": 222,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9109,
      "end": 9110,
      "loc": {
        "start": {
          "line": 222,
          "column": 54
        },
        "end": {
          "line": 222,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 9110,
      "end": 9114,
      "loc": {
        "start": {
          "line": 222,
          "column": 55
        },
        "end": {
          "line": 222,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9114,
      "end": 9115,
      "loc": {
        "start": {
          "line": 222,
          "column": 59
        },
        "end": {
          "line": 222,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9115,
      "end": 9116,
      "loc": {
        "start": {
          "line": 222,
          "column": 60
        },
        "end": {
          "line": 222,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "}",
      "start": 9116,
      "end": 9117,
      "loc": {
        "start": {
          "line": 222,
          "column": 61
        },
        "end": {
          "line": 222,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9117,
      "end": 9118,
      "loc": {
        "start": {
          "line": 222,
          "column": 62
        },
        "end": {
          "line": 222,
          "column": 63
        }
      }
    },
    {
      "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": 9127,
      "end": 9132,
      "loc": {
        "start": {
          "line": 223,
          "column": 8
        },
        "end": {
          "line": 223,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9132,
      "end": 9133,
      "loc": {
        "start": {
          "line": 223,
          "column": 13
        },
        "end": {
          "line": 223,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "onDrop",
      "start": 9133,
      "end": 9139,
      "loc": {
        "start": {
          "line": 223,
          "column": 14
        },
        "end": {
          "line": 223,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9139,
      "end": 9140,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 9140,
      "end": 9144,
      "loc": {
        "start": {
          "line": 223,
          "column": 21
        },
        "end": {
          "line": 223,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9144,
      "end": 9145,
      "loc": {
        "start": {
          "line": 223,
          "column": 25
        },
        "end": {
          "line": 223,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9150,
      "end": 9151,
      "loc": {
        "start": {
          "line": 224,
          "column": 4
        },
        "end": {
          "line": 224,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9152,
      "end": 9153,
      "loc": {
        "start": {
          "line": 225,
          "column": 0
        },
        "end": {
          "line": 225,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9154,
      "end": 9154,
      "loc": {
        "start": {
          "line": 226,
          "column": 0
        },
        "end": {
          "line": 226,
          "column": 0
        }
      }
    }
  ]
}