{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "'use strict'",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "Object",
            "range": [
              13,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "defineProperty",
            "range": [
              20,
              34
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 20
              },
              "end": {
                "line": 1,
                "column": 34
              }
            }
          },
          "range": [
            13,
            34
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 13
            },
            "end": {
              "line": 1,
              "column": 34
            }
          }
        },
        "arguments": [
          {
            "type": "Identifier",
            "name": "exports",
            "range": [
              35,
              42
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 35
              },
              "end": {
                "line": 1,
                "column": 42
              }
            }
          },
          {
            "type": "Literal",
            "value": "__esModule",
            "raw": "'__esModule'",
            "range": [
              43,
              55
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 43
              },
              "end": {
                "line": 1,
                "column": 55
              }
            }
          },
          {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "value",
                  "range": [
                    57,
                    62
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 57
                    },
                    "end": {
                      "line": 1,
                      "column": 62
                    }
                  }
                },
                "value": {
                  "type": "UnaryExpression",
                  "operator": "!",
                  "argument": {
                    "type": "Literal",
                    "value": 0,
                    "raw": "0",
                    "range": [
                      64,
                      65
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 64
                      },
                      "end": {
                        "line": 1,
                        "column": 65
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    63,
                    65
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 63
                    },
                    "end": {
                      "line": 1,
                      "column": 65
                    }
                  }
                },
                "kind": "init",
                "method": false,
                "shorthand": false,
                "computed": false,
                "range": [
                  57,
                  65
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 57
                  },
                  "end": {
                    "line": 1,
                    "column": 65
                  }
                }
              }
            ],
            "range": [
              56,
              66
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 56
              },
              "end": {
                "line": 1,
                "column": 66
              }
            }
          }
        ],
        "range": [
          13,
          67
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13
          },
          "end": {
            "line": 1,
            "column": 67
          }
        }
      },
      "range": [
        13,
        68
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 13
        },
        "end": {
          "line": 1,
          "column": 68
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_defineProperty2",
            "range": [
              72,
              88
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 72
              },
              "end": {
                "line": 1,
                "column": 88
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                89,
                96
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 89
                },
                "end": {
                  "line": 1,
                  "column": 96
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/defineProperty",
                "raw": "'babel-runtime/helpers/defineProperty'",
                "range": [
                  97,
                  135
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 97
                  },
                  "end": {
                    "line": 1,
                    "column": 135
                  }
                }
              }
            ],
            "range": [
              89,
              136
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 89
              },
              "end": {
                "line": 1,
                "column": 136
              }
            }
          },
          "range": [
            72,
            136
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 72
            },
            "end": {
              "line": 1,
              "column": 136
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_defineProperty3",
            "range": [
              137,
              153
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 137
              },
              "end": {
                "line": 1,
                "column": 153
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                154,
                176
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 154
                },
                "end": {
                  "line": 1,
                  "column": 176
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_defineProperty2",
                "range": [
                  177,
                  193
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 177
                  },
                  "end": {
                    "line": 1,
                    "column": 193
                  }
                }
              }
            ],
            "range": [
              154,
              194
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 154
              },
              "end": {
                "line": 1,
                "column": 194
              }
            }
          },
          "range": [
            137,
            194
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 137
            },
            "end": {
              "line": 1,
              "column": 194
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_regenerator",
            "range": [
              195,
              207
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 195
              },
              "end": {
                "line": 1,
                "column": 207
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                208,
                215
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 208
                },
                "end": {
                  "line": 1,
                  "column": 215
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/regenerator",
                "raw": "'babel-runtime/regenerator'",
                "range": [
                  216,
                  243
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 216
                  },
                  "end": {
                    "line": 1,
                    "column": 243
                  }
                }
              }
            ],
            "range": [
              208,
              244
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 208
              },
              "end": {
                "line": 1,
                "column": 244
              }
            }
          },
          "range": [
            195,
            244
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 195
            },
            "end": {
              "line": 1,
              "column": 244
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_regenerator2",
            "range": [
              245,
              258
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 245
              },
              "end": {
                "line": 1,
                "column": 258
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                259,
                281
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 259
                },
                "end": {
                  "line": 1,
                  "column": 281
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_regenerator",
                "range": [
                  282,
                  294
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 282
                  },
                  "end": {
                    "line": 1,
                    "column": 294
                  }
                }
              }
            ],
            "range": [
              259,
              295
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 259
              },
              "end": {
                "line": 1,
                "column": 295
              }
            }
          },
          "range": [
            245,
            295
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 245
            },
            "end": {
              "line": 1,
              "column": 295
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_extends2",
            "range": [
              296,
              305
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 296
              },
              "end": {
                "line": 1,
                "column": 305
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                306,
                313
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 306
                },
                "end": {
                  "line": 1,
                  "column": 313
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/extends",
                "raw": "'babel-runtime/helpers/extends'",
                "range": [
                  314,
                  345
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 314
                  },
                  "end": {
                    "line": 1,
                    "column": 345
                  }
                }
              }
            ],
            "range": [
              306,
              346
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 306
              },
              "end": {
                "line": 1,
                "column": 346
              }
            }
          },
          "range": [
            296,
            346
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 296
            },
            "end": {
              "line": 1,
              "column": 346
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_extends3",
            "range": [
              347,
              356
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 347
              },
              "end": {
                "line": 1,
                "column": 356
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                357,
                379
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 357
                },
                "end": {
                  "line": 1,
                  "column": 379
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_extends2",
                "range": [
                  380,
                  389
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 380
                  },
                  "end": {
                    "line": 1,
                    "column": 389
                  }
                }
              }
            ],
            "range": [
              357,
              390
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 357
              },
              "end": {
                "line": 1,
                "column": 390
              }
            }
          },
          "range": [
            347,
            390
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 347
            },
            "end": {
              "line": 1,
              "column": 390
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_asyncToGenerator2",
            "range": [
              391,
              409
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 391
              },
              "end": {
                "line": 1,
                "column": 409
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                410,
                417
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 410
                },
                "end": {
                  "line": 1,
                  "column": 417
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/asyncToGenerator",
                "raw": "'babel-runtime/helpers/asyncToGenerator'",
                "range": [
                  418,
                  458
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 418
                  },
                  "end": {
                    "line": 1,
                    "column": 458
                  }
                }
              }
            ],
            "range": [
              410,
              459
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 410
              },
              "end": {
                "line": 1,
                "column": 459
              }
            }
          },
          "range": [
            391,
            459
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 391
            },
            "end": {
              "line": 1,
              "column": 459
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_asyncToGenerator3",
            "range": [
              460,
              478
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 460
              },
              "end": {
                "line": 1,
                "column": 478
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                479,
                501
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 479
                },
                "end": {
                  "line": 1,
                  "column": 501
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_asyncToGenerator2",
                "range": [
                  502,
                  520
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 502
                  },
                  "end": {
                    "line": 1,
                    "column": 520
                  }
                }
              }
            ],
            "range": [
              479,
              521
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 479
              },
              "end": {
                "line": 1,
                "column": 521
              }
            }
          },
          "range": [
            460,
            521
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 460
            },
            "end": {
              "line": 1,
              "column": 521
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_getPrototypeOf",
            "range": [
              522,
              537
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 522
              },
              "end": {
                "line": 1,
                "column": 537
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                538,
                545
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 538
                },
                "end": {
                  "line": 1,
                  "column": 545
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/core-js/object/get-prototype-of",
                "raw": "'babel-runtime/core-js/object/get-prototype-of'",
                "range": [
                  546,
                  593
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 546
                  },
                  "end": {
                    "line": 1,
                    "column": 593
                  }
                }
              }
            ],
            "range": [
              538,
              594
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 538
              },
              "end": {
                "line": 1,
                "column": 594
              }
            }
          },
          "range": [
            522,
            594
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 522
            },
            "end": {
              "line": 1,
              "column": 594
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_getPrototypeOf2",
            "range": [
              595,
              611
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 595
              },
              "end": {
                "line": 1,
                "column": 611
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                612,
                634
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 612
                },
                "end": {
                  "line": 1,
                  "column": 634
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_getPrototypeOf",
                "range": [
                  635,
                  650
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 635
                  },
                  "end": {
                    "line": 1,
                    "column": 650
                  }
                }
              }
            ],
            "range": [
              612,
              651
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 612
              },
              "end": {
                "line": 1,
                "column": 651
              }
            }
          },
          "range": [
            595,
            651
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 595
            },
            "end": {
              "line": 1,
              "column": 651
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_classCallCheck2",
            "range": [
              652,
              668
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 652
              },
              "end": {
                "line": 1,
                "column": 668
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                669,
                676
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 669
                },
                "end": {
                  "line": 1,
                  "column": 676
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/classCallCheck",
                "raw": "'babel-runtime/helpers/classCallCheck'",
                "range": [
                  677,
                  715
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 677
                  },
                  "end": {
                    "line": 1,
                    "column": 715
                  }
                }
              }
            ],
            "range": [
              669,
              716
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 669
              },
              "end": {
                "line": 1,
                "column": 716
              }
            }
          },
          "range": [
            652,
            716
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 652
            },
            "end": {
              "line": 1,
              "column": 716
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_classCallCheck3",
            "range": [
              717,
              733
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 717
              },
              "end": {
                "line": 1,
                "column": 733
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                734,
                756
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 734
                },
                "end": {
                  "line": 1,
                  "column": 756
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_classCallCheck2",
                "range": [
                  757,
                  773
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 757
                  },
                  "end": {
                    "line": 1,
                    "column": 773
                  }
                }
              }
            ],
            "range": [
              734,
              774
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 734
              },
              "end": {
                "line": 1,
                "column": 774
              }
            }
          },
          "range": [
            717,
            774
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 717
            },
            "end": {
              "line": 1,
              "column": 774
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_createClass2",
            "range": [
              775,
              788
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 775
              },
              "end": {
                "line": 1,
                "column": 788
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                789,
                796
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 789
                },
                "end": {
                  "line": 1,
                  "column": 796
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/createClass",
                "raw": "'babel-runtime/helpers/createClass'",
                "range": [
                  797,
                  832
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 797
                  },
                  "end": {
                    "line": 1,
                    "column": 832
                  }
                }
              }
            ],
            "range": [
              789,
              833
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 789
              },
              "end": {
                "line": 1,
                "column": 833
              }
            }
          },
          "range": [
            775,
            833
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 775
            },
            "end": {
              "line": 1,
              "column": 833
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_createClass3",
            "range": [
              834,
              847
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 834
              },
              "end": {
                "line": 1,
                "column": 847
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                848,
                870
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 848
                },
                "end": {
                  "line": 1,
                  "column": 870
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_createClass2",
                "range": [
                  871,
                  884
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 871
                  },
                  "end": {
                    "line": 1,
                    "column": 884
                  }
                }
              }
            ],
            "range": [
              848,
              885
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 848
              },
              "end": {
                "line": 1,
                "column": 885
              }
            }
          },
          "range": [
            834,
            885
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 834
            },
            "end": {
              "line": 1,
              "column": 885
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_possibleConstructorReturn2",
            "range": [
              886,
              913
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 886
              },
              "end": {
                "line": 1,
                "column": 913
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                914,
                921
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 914
                },
                "end": {
                  "line": 1,
                  "column": 921
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/possibleConstructorReturn",
                "raw": "'babel-runtime/helpers/possibleConstructorReturn'",
                "range": [
                  922,
                  971
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 922
                  },
                  "end": {
                    "line": 1,
                    "column": 971
                  }
                }
              }
            ],
            "range": [
              914,
              972
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 914
              },
              "end": {
                "line": 1,
                "column": 972
              }
            }
          },
          "range": [
            886,
            972
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 886
            },
            "end": {
              "line": 1,
              "column": 972
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_possibleConstructorReturn3",
            "range": [
              973,
              1000
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 973
              },
              "end": {
                "line": 1,
                "column": 1000
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1001,
                1023
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1001
                },
                "end": {
                  "line": 1,
                  "column": 1023
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_possibleConstructorReturn2",
                "range": [
                  1024,
                  1051
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1024
                  },
                  "end": {
                    "line": 1,
                    "column": 1051
                  }
                }
              }
            ],
            "range": [
              1001,
              1052
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1001
              },
              "end": {
                "line": 1,
                "column": 1052
              }
            }
          },
          "range": [
            973,
            1052
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 973
            },
            "end": {
              "line": 1,
              "column": 1052
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_inherits2",
            "range": [
              1053,
              1063
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1053
              },
              "end": {
                "line": 1,
                "column": 1063
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1064,
                1071
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1064
                },
                "end": {
                  "line": 1,
                  "column": 1071
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/inherits",
                "raw": "'babel-runtime/helpers/inherits'",
                "range": [
                  1072,
                  1104
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1072
                  },
                  "end": {
                    "line": 1,
                    "column": 1104
                  }
                }
              }
            ],
            "range": [
              1064,
              1105
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1064
              },
              "end": {
                "line": 1,
                "column": 1105
              }
            }
          },
          "range": [
            1053,
            1105
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1053
            },
            "end": {
              "line": 1,
              "column": 1105
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_inherits3",
            "range": [
              1106,
              1116
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1106
              },
              "end": {
                "line": 1,
                "column": 1116
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1117,
                1139
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1117
                },
                "end": {
                  "line": 1,
                  "column": 1139
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_inherits2",
                "range": [
                  1140,
                  1150
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1140
                  },
                  "end": {
                    "line": 1,
                    "column": 1150
                  }
                }
              }
            ],
            "range": [
              1117,
              1151
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1117
              },
              "end": {
                "line": 1,
                "column": 1151
              }
            }
          },
          "range": [
            1106,
            1151
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1106
            },
            "end": {
              "line": 1,
              "column": 1151
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_get2",
            "range": [
              1152,
              1157
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1152
              },
              "end": {
                "line": 1,
                "column": 1157
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1158,
                1165
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1158
                },
                "end": {
                  "line": 1,
                  "column": 1165
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/get",
                "raw": "'babel-runtime/helpers/get'",
                "range": [
                  1166,
                  1193
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1166
                  },
                  "end": {
                    "line": 1,
                    "column": 1193
                  }
                }
              }
            ],
            "range": [
              1158,
              1194
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1158
              },
              "end": {
                "line": 1,
                "column": 1194
              }
            }
          },
          "range": [
            1152,
            1194
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1152
            },
            "end": {
              "line": 1,
              "column": 1194
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_get3",
            "range": [
              1195,
              1200
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1195
              },
              "end": {
                "line": 1,
                "column": 1200
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1201,
                1223
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1201
                },
                "end": {
                  "line": 1,
                  "column": 1223
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_get2",
                "range": [
                  1224,
                  1229
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1224
                  },
                  "end": {
                    "line": 1,
                    "column": 1229
                  }
                }
              }
            ],
            "range": [
              1201,
              1230
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1201
              },
              "end": {
                "line": 1,
                "column": 1230
              }
            }
          },
          "range": [
            1195,
            1230
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1195
            },
            "end": {
              "line": 1,
              "column": 1230
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_three",
            "range": [
              1231,
              1237
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1231
              },
              "end": {
                "line": 1,
                "column": 1237
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1238,
                1245
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1238
                },
                "end": {
                  "line": 1,
                  "column": 1245
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "three",
                "raw": "'three'",
                "range": [
                  1246,
                  1253
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1246
                  },
                  "end": {
                    "line": 1,
                    "column": 1253
                  }
                }
              }
            ],
            "range": [
              1238,
              1254
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1238
              },
              "end": {
                "line": 1,
                "column": 1254
              }
            }
          },
          "range": [
            1231,
            1254
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1231
            },
            "end": {
              "line": 1,
              "column": 1254
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "THREE",
            "range": [
              1255,
              1260
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1255
              },
              "end": {
                "line": 1,
                "column": 1260
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireWildcard",
              "range": [
                1261,
                1284
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1261
                },
                "end": {
                  "line": 1,
                  "column": 1284
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_three",
                "range": [
                  1285,
                  1291
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1285
                  },
                  "end": {
                    "line": 1,
                    "column": 1291
                  }
                }
              }
            ],
            "range": [
              1261,
              1292
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1261
              },
              "end": {
                "line": 1,
                "column": 1292
              }
            }
          },
          "range": [
            1255,
            1292
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1255
            },
            "end": {
              "line": 1,
              "column": 1292
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_object",
            "range": [
              1293,
              1300
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1293
              },
              "end": {
                "line": 1,
                "column": 1300
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1301,
                1308
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1301
                },
                "end": {
                  "line": 1,
                  "column": 1308
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../three/object3",
                "raw": "'../three/object3'",
                "range": [
                  1309,
                  1327
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1309
                  },
                  "end": {
                    "line": 1,
                    "column": 1327
                  }
                }
              }
            ],
            "range": [
              1301,
              1328
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1301
              },
              "end": {
                "line": 1,
                "column": 1328
              }
            }
          },
          "range": [
            1293,
            1328
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1293
            },
            "end": {
              "line": 1,
              "column": 1328
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_object2",
            "range": [
              1329,
              1337
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1329
              },
              "end": {
                "line": 1,
                "column": 1337
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1338,
                1360
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1338
                },
                "end": {
                  "line": 1,
                  "column": 1360
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_object",
                "range": [
                  1361,
                  1368
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1361
                  },
                  "end": {
                    "line": 1,
                    "column": 1368
                  }
                }
              }
            ],
            "range": [
              1338,
              1369
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1338
              },
              "end": {
                "line": 1,
                "column": 1369
              }
            }
          },
          "range": [
            1329,
            1369
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1329
            },
            "end": {
              "line": 1,
              "column": 1369
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_pool",
            "range": [
              1370,
              1375
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1370
              },
              "end": {
                "line": 1,
                "column": 1375
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1376,
                1383
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1376
                },
                "end": {
                  "line": 1,
                  "column": 1383
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../session/pool",
                "raw": "'../session/pool'",
                "range": [
                  1384,
                  1401
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1384
                  },
                  "end": {
                    "line": 1,
                    "column": 1401
                  }
                }
              }
            ],
            "range": [
              1376,
              1402
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1376
              },
              "end": {
                "line": 1,
                "column": 1402
              }
            }
          },
          "range": [
            1370,
            1402
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1370
            },
            "end": {
              "line": 1,
              "column": 1402
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_pool2",
            "range": [
              1403,
              1409
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1403
              },
              "end": {
                "line": 1,
                "column": 1409
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1410,
                1432
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1410
                },
                "end": {
                  "line": 1,
                  "column": 1432
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_pool",
                "range": [
                  1433,
                  1438
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1433
                  },
                  "end": {
                    "line": 1,
                    "column": 1438
                  }
                }
              }
            ],
            "range": [
              1410,
              1439
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1410
              },
              "end": {
                "line": 1,
                "column": 1439
              }
            }
          },
          "range": [
            1403,
            1439
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1403
            },
            "end": {
              "line": 1,
              "column": 1439
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_easing",
            "range": [
              1440,
              1447
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1440
              },
              "end": {
                "line": 1,
                "column": 1447
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1448,
                1455
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1448
                },
                "end": {
                  "line": 1,
                  "column": 1455
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../animation/easing",
                "raw": "'../animation/easing'",
                "range": [
                  1456,
                  1477
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1456
                  },
                  "end": {
                    "line": 1,
                    "column": 1477
                  }
                }
              }
            ],
            "range": [
              1448,
              1478
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1448
              },
              "end": {
                "line": 1,
                "column": 1478
              }
            }
          },
          "range": [
            1440,
            1478
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1440
            },
            "end": {
              "line": 1,
              "column": 1478
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        68,
        1479
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 68
        },
        "end": {
          "line": 1,
          "column": 1479
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "id": {
        "type": "Identifier",
        "name": "_interopRequireWildcard",
        "range": [
          1488,
          1511
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1488
          },
          "end": {
            "line": 1,
            "column": 1511
          }
        }
      },
      "params": [
        {
          "type": "Identifier",
          "name": "obj",
          "range": [
            1512,
            1515
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1512
            },
            "end": {
              "line": 1,
              "column": 1515
            }
          }
        }
      ],
      "body": {
        "type": "BlockStatement",
        "body": [
          {
            "type": "IfStatement",
            "test": {
              "type": "LogicalExpression",
              "operator": "&&",
              "left": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1520,
                  1523
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1520
                  },
                  "end": {
                    "line": 1,
                    "column": 1523
                  }
                }
              },
              "right": {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "obj",
                  "range": [
                    1525,
                    1528
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1525
                    },
                    "end": {
                      "line": 1,
                      "column": 1528
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "__esModule",
                  "range": [
                    1529,
                    1539
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1529
                    },
                    "end": {
                      "line": 1,
                      "column": 1539
                    }
                  }
                },
                "range": [
                  1525,
                  1539
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1525
                  },
                  "end": {
                    "line": 1,
                    "column": 1539
                  }
                }
              },
              "range": [
                1520,
                1539
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1520
                },
                "end": {
                  "line": 1,
                  "column": 1539
                }
              }
            },
            "consequent": {
              "type": "ReturnStatement",
              "argument": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1547,
                  1550
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1547
                  },
                  "end": {
                    "line": 1,
                    "column": 1550
                  }
                }
              },
              "range": [
                1540,
                1551
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1540
                },
                "end": {
                  "line": 1,
                  "column": 1551
                }
              }
            },
            "alternate": null,
            "range": [
              1517,
              1551
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1517
              },
              "end": {
                "line": 1,
                "column": 1551
              }
            }
          },
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "newObj",
                  "range": [
                    1555,
                    1561
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1555
                    },
                    "end": {
                      "line": 1,
                      "column": 1561
                    }
                  }
                },
                "init": {
                  "type": "ObjectExpression",
                  "properties": [],
                  "range": [
                    1562,
                    1564
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1562
                    },
                    "end": {
                      "line": 1,
                      "column": 1564
                    }
                  }
                },
                "range": [
                  1555,
                  1564
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1555
                  },
                  "end": {
                    "line": 1,
                    "column": 1564
                  }
                }
              }
            ],
            "kind": "var",
            "range": [
              1551,
              1565
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1551
              },
              "end": {
                "line": 1,
                "column": 1565
              }
            }
          },
          {
            "type": "IfStatement",
            "test": {
              "type": "BinaryExpression",
              "operator": "!=",
              "left": {
                "type": "Literal",
                "value": null,
                "raw": "null",
                "range": [
                  1568,
                  1572
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1568
                  },
                  "end": {
                    "line": 1,
                    "column": 1572
                  }
                }
              },
              "right": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1574,
                  1577
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1574
                  },
                  "end": {
                    "line": 1,
                    "column": 1577
                  }
                }
              },
              "range": [
                1568,
                1577
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1568
                },
                "end": {
                  "line": 1,
                  "column": 1577
                }
              }
            },
            "consequent": {
              "type": "ForInStatement",
              "left": {
                "type": "VariableDeclaration",
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "id": {
                      "type": "Identifier",
                      "name": "key",
                      "range": [
                        1586,
                        1589
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1586
                        },
                        "end": {
                          "line": 1,
                          "column": 1589
                        }
                      }
                    },
                    "init": null,
                    "range": [
                      1586,
                      1589
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1586
                      },
                      "end": {
                        "line": 1,
                        "column": 1589
                      }
                    }
                  }
                ],
                "kind": "var",
                "range": [
                  1582,
                  1589
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1582
                  },
                  "end": {
                    "line": 1,
                    "column": 1589
                  }
                }
              },
              "right": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1593,
                  1596
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1593
                  },
                  "end": {
                    "line": 1,
                    "column": 1596
                  }
                }
              },
              "body": {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "LogicalExpression",
                  "operator": "&&",
                  "left": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "MemberExpression",
                      "computed": false,
                      "object": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "Object",
                            "range": [
                              1597,
                              1603
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1597
                              },
                              "end": {
                                "line": 1,
                                "column": 1603
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1604,
                              1613
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1604
                              },
                              "end": {
                                "line": 1,
                                "column": 1613
                              }
                            }
                          },
                          "range": [
                            1597,
                            1613
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1597
                            },
                            "end": {
                              "line": 1,
                              "column": 1613
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "hasOwnProperty",
                          "range": [
                            1614,
                            1628
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1614
                            },
                            "end": {
                              "line": 1,
                              "column": 1628
                            }
                          }
                        },
                        "range": [
                          1597,
                          1628
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1597
                          },
                          "end": {
                            "line": 1,
                            "column": 1628
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "call",
                        "range": [
                          1629,
                          1633
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1629
                          },
                          "end": {
                            "line": 1,
                            "column": 1633
                          }
                        }
                      },
                      "range": [
                        1597,
                        1633
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1597
                        },
                        "end": {
                          "line": 1,
                          "column": 1633
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "obj",
                        "range": [
                          1634,
                          1637
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1634
                          },
                          "end": {
                            "line": 1,
                            "column": 1637
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "key",
                        "range": [
                          1638,
                          1641
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1638
                          },
                          "end": {
                            "line": 1,
                            "column": 1641
                          }
                        }
                      }
                    ],
                    "range": [
                      1597,
                      1642
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1597
                      },
                      "end": {
                        "line": 1,
                        "column": 1642
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "computed": true,
                      "object": {
                        "type": "Identifier",
                        "name": "newObj",
                        "range": [
                          1645,
                          1651
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1645
                          },
                          "end": {
                            "line": 1,
                            "column": 1651
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "key",
                        "range": [
                          1652,
                          1655
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1652
                          },
                          "end": {
                            "line": 1,
                            "column": 1655
                          }
                        }
                      },
                      "range": [
                        1645,
                        1656
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1645
                        },
                        "end": {
                          "line": 1,
                          "column": 1656
                        }
                      }
                    },
                    "right": {
                      "type": "MemberExpression",
                      "computed": true,
                      "object": {
                        "type": "Identifier",
                        "name": "obj",
                        "range": [
                          1657,
                          1660
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1657
                          },
                          "end": {
                            "line": 1,
                            "column": 1660
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "key",
                        "range": [
                          1661,
                          1664
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1661
                          },
                          "end": {
                            "line": 1,
                            "column": 1664
                          }
                        }
                      },
                      "range": [
                        1657,
                        1665
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1657
                        },
                        "end": {
                          "line": 1,
                          "column": 1665
                        }
                      }
                    },
                    "range": [
                      1645,
                      1665
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1645
                      },
                      "end": {
                        "line": 1,
                        "column": 1665
                      }
                    }
                  },
                  "range": [
                    1597,
                    1666
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1597
                    },
                    "end": {
                      "line": 1,
                      "column": 1666
                    }
                  }
                },
                "range": [
                  1597,
                  1667
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1597
                  },
                  "end": {
                    "line": 1,
                    "column": 1667
                  }
                }
              },
              "each": false,
              "range": [
                1578,
                1667
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1578
                },
                "end": {
                  "line": 1,
                  "column": 1667
                }
              }
            },
            "alternate": null,
            "range": [
              1565,
              1667
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1565
              },
              "end": {
                "line": 1,
                "column": 1667
              }
            }
          },
          {
            "type": "ReturnStatement",
            "argument": {
              "type": "SequenceExpression",
              "expressions": [
                {
                  "type": "AssignmentExpression",
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "newObj",
                      "range": [
                        1674,
                        1680
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1674
                        },
                        "end": {
                          "line": 1,
                          "column": 1680
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "default",
                      "range": [
                        1681,
                        1688
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1681
                        },
                        "end": {
                          "line": 1,
                          "column": 1688
                        }
                      }
                    },
                    "range": [
                      1674,
                      1688
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1674
                      },
                      "end": {
                        "line": 1,
                        "column": 1688
                      }
                    }
                  },
                  "right": {
                    "type": "Identifier",
                    "name": "obj",
                    "range": [
                      1689,
                      1692
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1689
                      },
                      "end": {
                        "line": 1,
                        "column": 1692
                      }
                    }
                  },
                  "range": [
                    1674,
                    1692
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1674
                    },
                    "end": {
                      "line": 1,
                      "column": 1692
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "newObj",
                  "range": [
                    1693,
                    1699
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1693
                    },
                    "end": {
                      "line": 1,
                      "column": 1699
                    }
                  }
                }
              ],
              "range": [
                1674,
                1699
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1674
                },
                "end": {
                  "line": 1,
                  "column": 1699
                }
              }
            },
            "range": [
              1667,
              1699
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1667
              },
              "end": {
                "line": 1,
                "column": 1699
              }
            }
          }
        ],
        "range": [
          1516,
          1700
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1516
          },
          "end": {
            "line": 1,
            "column": 1700
          }
        }
      },
      "generator": false,
      "expression": false,
      "range": [
        1479,
        1700
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1479
        },
        "end": {
          "line": 1,
          "column": 1700
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "id": {
        "type": "Identifier",
        "name": "_interopRequireDefault",
        "range": [
          1709,
          1731
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1709
          },
          "end": {
            "line": 1,
            "column": 1731
          }
        }
      },
      "params": [
        {
          "type": "Identifier",
          "name": "obj",
          "range": [
            1732,
            1735
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1732
            },
            "end": {
              "line": 1,
              "column": 1735
            }
          }
        }
      ],
      "body": {
        "type": "BlockStatement",
        "body": [
          {
            "type": "ReturnStatement",
            "argument": {
              "type": "ConditionalExpression",
              "test": {
                "type": "LogicalExpression",
                "operator": "&&",
                "left": {
                  "type": "Identifier",
                  "name": "obj",
                  "range": [
                    1744,
                    1747
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1744
                    },
                    "end": {
                      "line": 1,
                      "column": 1747
                    }
                  }
                },
                "right": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "obj",
                    "range": [
                      1749,
                      1752
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1749
                      },
                      "end": {
                        "line": 1,
                        "column": 1752
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "__esModule",
                    "range": [
                      1753,
                      1763
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1753
                      },
                      "end": {
                        "line": 1,
                        "column": 1763
                      }
                    }
                  },
                  "range": [
                    1749,
                    1763
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1749
                    },
                    "end": {
                      "line": 1,
                      "column": 1763
                    }
                  }
                },
                "range": [
                  1744,
                  1763
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1744
                  },
                  "end": {
                    "line": 1,
                    "column": 1763
                  }
                }
              },
              "consequent": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1764,
                  1767
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1764
                  },
                  "end": {
                    "line": 1,
                    "column": 1767
                  }
                }
              },
              "alternate": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "default",
                      "range": [
                        1769,
                        1776
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1769
                        },
                        "end": {
                          "line": 1,
                          "column": 1776
                        }
                      }
                    },
                    "value": {
                      "type": "Identifier",
                      "name": "obj",
                      "range": [
                        1777,
                        1780
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1777
                        },
                        "end": {
                          "line": 1,
                          "column": 1780
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      1769,
                      1780
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1769
                      },
                      "end": {
                        "line": 1,
                        "column": 1780
                      }
                    }
                  }
                ],
                "range": [
                  1768,
                  1781
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1768
                  },
                  "end": {
                    "line": 1,
                    "column": 1781
                  }
                }
              },
              "range": [
                1744,
                1781
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1744
                },
                "end": {
                  "line": 1,
                  "column": 1781
                }
              }
            },
            "range": [
              1737,
              1781
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1737
              },
              "end": {
                "line": 1,
                "column": 1781
              }
            }
          }
        ],
        "range": [
          1736,
          1782
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1736
          },
          "end": {
            "line": 1,
            "column": 1782
          }
        }
      },
      "generator": false,
      "expression": false,
      "range": [
        1700,
        1782
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1700
        },
        "end": {
          "line": 1,
          "column": 1782
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Presentation",
            "range": [
              1786,
              1798
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1786
              },
              "end": {
                "line": 1,
                "column": 1798
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_Pool",
                  "range": [
                    1808,
                    1813
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1808
                    },
                    "end": {
                      "line": 1,
                      "column": 1813
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "Presentation",
                      "range": [
                        1824,
                        1836
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1824
                        },
                        "end": {
                          "line": 1,
                          "column": 1836
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "a",
                        "range": [
                          1837,
                          1838
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1837
                          },
                          "end": {
                            "line": 1,
                            "column": 1838
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "SequenceExpression",
                              "expressions": [
                                {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1841,
                                    1842
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1841
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1842
                                    }
                                  }
                                },
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_classCallCheck3",
                                    "range": [
                                      1843,
                                      1859
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1843
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1859
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "default",
                                    "range": [
                                      1860,
                                      1867
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1860
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1867
                                      }
                                    }
                                  },
                                  "range": [
                                    1843,
                                    1867
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1843
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1867
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1841,
                                1867
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1841
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1867
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1869,
                                  1873
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1869
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1873
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "Presentation",
                                "range": [
                                  1874,
                                  1886
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1874
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1886
                                  }
                                }
                              }
                            ],
                            "range": [
                              1840,
                              1887
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1840
                              },
                              "end": {
                                "line": 1,
                                "column": 1887
                              }
                            }
                          },
                          "range": [
                            1840,
                            1888
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1840
                            },
                            "end": {
                              "line": 1,
                              "column": 1888
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "_this",
                                "range": [
                                  1892,
                                  1897
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1892
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1897
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        1899,
                                        1900
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1899
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1900
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          1901,
                                          1928
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1901
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1928
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          1929,
                                          1936
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1929
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1936
                                          }
                                        }
                                      },
                                      "range": [
                                        1901,
                                        1936
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1901
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1936
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1899,
                                    1936
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1899
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1936
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      1938,
                                      1942
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1938
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1942
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Presentation",
                                            "range": [
                                              1944,
                                              1956
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1944
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1956
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              1957,
                                              1966
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1957
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1966
                                              }
                                            }
                                          },
                                          "range": [
                                            1944,
                                            1966
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1944
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 1966
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1969,
                                                  1970
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1969
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1970
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    1971,
                                                    1987
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1971
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1987
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    1988,
                                                    1995
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 1988
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 1995
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1971,
                                                  1995
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 1971
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 1995
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1969,
                                              1995
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 1969
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 1995
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "Presentation",
                                              "range": [
                                                1997,
                                                2009
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 1997
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2009
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1968,
                                            2010
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 1968
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2010
                                            }
                                          }
                                        },
                                        "range": [
                                          1944,
                                          2010
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1944
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2010
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          2012,
                                          2016
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2012
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2016
                                          }
                                        }
                                      },
                                      "range": [
                                        1943,
                                        2016
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1943
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2016
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          2017,
                                          2021
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2017
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2021
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          2022,
                                          2023
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2022
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2023
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1943,
                                      2024
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1943
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2024
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1898,
                                  2025
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1898
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2025
                                  }
                                }
                              },
                              "range": [
                                1892,
                                2025
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1892
                                },
                                "end": {
                                  "line": 1,
                                  "column": 2025
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            1888,
                            2026
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1888
                            },
                            "end": {
                              "line": 1,
                              "column": 2026
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "SequenceExpression",
                                      "expressions": [
                                        {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2033,
                                            2034
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2033
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2034
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_get3",
                                            "range": [
                                              2035,
                                              2040
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2035
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2040
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "default",
                                            "range": [
                                              2041,
                                              2048
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2041
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2048
                                              }
                                            }
                                          },
                                          "range": [
                                            2035,
                                            2048
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2035
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2048
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2033,
                                        2048
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2033
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2048
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "Presentation",
                                              "range": [
                                                2050,
                                                2062
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2050
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2062
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "prototype",
                                              "range": [
                                                2063,
                                                2072
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2063
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2072
                                                }
                                              }
                                            },
                                            "range": [
                                              2050,
                                              2072
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2050
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2072
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              2073,
                                              2082
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2073
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2082
                                              }
                                            }
                                          },
                                          "range": [
                                            2050,
                                            2082
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2050
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2082
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  2085,
                                                  2086
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2085
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2086
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    2087,
                                                    2103
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2087
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2103
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    2104,
                                                    2111
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2104
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2111
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2087,
                                                  2111
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2087
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2111
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2085,
                                              2111
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2085
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2111
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "Presentation",
                                                "range": [
                                                  2113,
                                                  2125
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2113
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2125
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  2126,
                                                  2135
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2126
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2135
                                                  }
                                                }
                                              },
                                              "range": [
                                                2113,
                                                2135
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2113
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2135
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2084,
                                            2136
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2084
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2136
                                            }
                                          }
                                        },
                                        "range": [
                                          2050,
                                          2136
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2050
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2136
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "add",
                                        "raw": "'add'",
                                        "range": [
                                          2137,
                                          2142
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2137
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2142
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_this",
                                        "range": [
                                          2143,
                                          2148
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2143
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2148
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2032,
                                      2149
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2032
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2149
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "call",
                                    "range": [
                                      2150,
                                      2154
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2150
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2154
                                      }
                                    }
                                  },
                                  "range": [
                                    2032,
                                    2154
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2032
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2154
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2155,
                                      2160
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2155
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2160
                                      }
                                    }
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2161,
                                        2166
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2161
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2166
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "_lights",
                                      "range": [
                                        2167,
                                        2174
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2167
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2174
                                        }
                                      }
                                    },
                                    "range": [
                                      2161,
                                      2174
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2161
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2174
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2032,
                                  2175
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2032
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2175
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2176,
                                      2181
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2176
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2181
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "options",
                                    "range": [
                                      2182,
                                      2189
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2182
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2189
                                      }
                                    }
                                  },
                                  "range": [
                                    2176,
                                    2189
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2176
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2189
                                    }
                                  }
                                },
                                "right": {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "shadow",
                                        "range": [
                                          2191,
                                          2197
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2191
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2197
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "UnaryExpression",
                                        "operator": "!",
                                        "argument": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2199,
                                            2200
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2199
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2200
                                            }
                                          }
                                        },
                                        "prefix": true,
                                        "range": [
                                          2198,
                                          2200
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2198
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2200
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2191,
                                        2200
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2191
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2200
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "lights",
                                        "range": [
                                          2201,
                                          2207
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2201
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2207
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "UnaryExpression",
                                        "operator": "!",
                                        "argument": {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2209,
                                            2210
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2209
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2210
                                            }
                                          }
                                        },
                                        "prefix": true,
                                        "range": [
                                          2208,
                                          2210
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2208
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2210
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2201,
                                        2210
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2201
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2210
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "edges",
                                        "range": [
                                          2211,
                                          2216
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2211
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2216
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": 0.3,
                                        "raw": "0.3",
                                        "range": [
                                          2217,
                                          2220
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2217
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2220
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2211,
                                        2220
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2211
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2220
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "ambient",
                                        "range": [
                                          2221,
                                          2228
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2221
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2228
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          2229,
                                          2230
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2229
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2230
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2221,
                                        2230
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2221
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2230
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "light",
                                        "range": [
                                          2231,
                                          2236
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2231
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2236
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": 0.9,
                                        "raw": "0.9",
                                        "range": [
                                          2237,
                                          2240
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2237
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2240
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2231,
                                        2240
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2231
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2240
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2190,
                                    2241
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2190
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2241
                                    }
                                  }
                                },
                                "range": [
                                  2176,
                                  2241
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2176
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2241
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2242,
                                      2247
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2242
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2247
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_objects",
                                    "range": [
                                      2248,
                                      2256
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2248
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2256
                                      }
                                    }
                                  },
                                  "range": [
                                    2242,
                                    2256
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2242
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2256
                                    }
                                  }
                                },
                                "right": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "PhysicalObjects",
                                    "range": [
                                      2261,
                                      2276
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2261
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2276
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ObjectExpression",
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "pool",
                                            "range": [
                                              2278,
                                              2282
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2278
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2282
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "name": "_this",
                                            "range": [
                                              2283,
                                              2288
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2283
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2288
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            2278,
                                            2288
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2278
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2288
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2277,
                                        2289
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2277
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2289
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2257,
                                    2290
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2257
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2290
                                    }
                                  }
                                },
                                "range": [
                                  2242,
                                  2290
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2242
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2290
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "SequenceExpression",
                                      "expressions": [
                                        {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2292,
                                            2293
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2292
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2293
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_get3",
                                            "range": [
                                              2294,
                                              2299
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2294
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2299
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "default",
                                            "range": [
                                              2300,
                                              2307
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2300
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2307
                                              }
                                            }
                                          },
                                          "range": [
                                            2294,
                                            2307
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2294
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2307
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2292,
                                        2307
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2292
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2307
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "Presentation",
                                              "range": [
                                                2309,
                                                2321
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2309
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2321
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "prototype",
                                              "range": [
                                                2322,
                                                2331
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2322
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2331
                                                }
                                              }
                                            },
                                            "range": [
                                              2309,
                                              2331
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2309
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2331
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              2332,
                                              2341
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2332
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2341
                                              }
                                            }
                                          },
                                          "range": [
                                            2309,
                                            2341
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2309
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2341
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  2344,
                                                  2345
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2344
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2345
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    2346,
                                                    2362
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2346
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2362
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    2363,
                                                    2370
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2363
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2370
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2346,
                                                  2370
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2346
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2370
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2344,
                                              2370
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2344
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2370
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "Presentation",
                                                "range": [
                                                  2372,
                                                  2384
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2372
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2384
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  2385,
                                                  2394
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2385
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2394
                                                  }
                                                }
                                              },
                                              "range": [
                                                2372,
                                                2394
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2372
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2394
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2343,
                                            2395
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2343
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2395
                                            }
                                          }
                                        },
                                        "range": [
                                          2309,
                                          2395
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2309
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2395
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "add",
                                        "raw": "'add'",
                                        "range": [
                                          2396,
                                          2401
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2396
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2401
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_this",
                                        "range": [
                                          2402,
                                          2407
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2402
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2407
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2291,
                                      2408
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2291
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2408
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "call",
                                    "range": [
                                      2409,
                                      2413
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2409
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2413
                                      }
                                    }
                                  },
                                  "range": [
                                    2291,
                                    2413
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2291
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2413
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2414,
                                      2419
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2414
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2419
                                      }
                                    }
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2420,
                                        2425
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2420
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2425
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "_objects",
                                      "range": [
                                        2426,
                                        2434
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2426
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2434
                                        }
                                      }
                                    },
                                    "range": [
                                      2420,
                                      2434
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2420
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2434
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2291,
                                  2435
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2291
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2435
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2436,
                                      2441
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2436
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2441
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_stage",
                                    "range": [
                                      2442,
                                      2448
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2442
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2448
                                      }
                                    }
                                  },
                                  "range": [
                                    2436,
                                    2448
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2436
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2448
                                    }
                                  }
                                },
                                "right": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "Stage",
                                    "range": [
                                      2453,
                                      2458
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2453
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2458
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ObjectExpression",
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "pool",
                                            "range": [
                                              2460,
                                              2464
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2460
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2464
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "name": "_this",
                                            "range": [
                                              2465,
                                              2470
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2465
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2470
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            2460,
                                            2470
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2460
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2470
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2459,
                                        2471
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2459
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2471
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2449,
                                    2472
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2449
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2472
                                    }
                                  }
                                },
                                "range": [
                                  2436,
                                  2472
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2436
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2472
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "SequenceExpression",
                                      "expressions": [
                                        {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2474,
                                            2475
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2474
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2475
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_get3",
                                            "range": [
                                              2476,
                                              2481
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2476
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2481
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "default",
                                            "range": [
                                              2482,
                                              2489
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2482
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2489
                                              }
                                            }
                                          },
                                          "range": [
                                            2476,
                                            2489
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2476
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2489
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2474,
                                        2489
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2474
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2489
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "Presentation",
                                              "range": [
                                                2491,
                                                2503
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2491
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2503
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "prototype",
                                              "range": [
                                                2504,
                                                2513
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2504
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2513
                                                }
                                              }
                                            },
                                            "range": [
                                              2491,
                                              2513
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2491
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2513
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              2514,
                                              2523
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2514
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2523
                                              }
                                            }
                                          },
                                          "range": [
                                            2491,
                                            2523
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2491
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2523
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  2526,
                                                  2527
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2526
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2527
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    2528,
                                                    2544
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2528
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2544
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    2545,
                                                    2552
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2545
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2552
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2528,
                                                  2552
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2528
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2552
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2526,
                                              2552
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2526
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2552
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "Presentation",
                                                "range": [
                                                  2554,
                                                  2566
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2554
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2566
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  2567,
                                                  2576
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2567
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2576
                                                  }
                                                }
                                              },
                                              "range": [
                                                2554,
                                                2576
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2554
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2576
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2525,
                                            2577
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2525
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2577
                                            }
                                          }
                                        },
                                        "range": [
                                          2491,
                                          2577
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2491
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2577
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "add",
                                        "raw": "'add'",
                                        "range": [
                                          2578,
                                          2583
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2578
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2583
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_this",
                                        "range": [
                                          2584,
                                          2589
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2584
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2589
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2473,
                                      2590
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2473
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2590
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "call",
                                    "range": [
                                      2591,
                                      2595
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2591
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2595
                                      }
                                    }
                                  },
                                  "range": [
                                    2473,
                                    2595
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2473
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2595
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2596,
                                      2601
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2596
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2601
                                      }
                                    }
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2602,
                                        2607
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2602
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2607
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "_stage",
                                      "range": [
                                        2608,
                                        2614
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2608
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2614
                                        }
                                      }
                                    },
                                    "range": [
                                      2602,
                                      2614
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2602
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2614
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2473,
                                  2615
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2473
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2615
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2616,
                                      2621
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2616
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2621
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "_lights",
                                    "range": [
                                      2622,
                                      2629
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2622
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2629
                                      }
                                    }
                                  },
                                  "range": [
                                    2616,
                                    2629
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2616
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2629
                                    }
                                  }
                                },
                                "right": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "Identifier",
                                    "name": "Lights",
                                    "range": [
                                      2634,
                                      2640
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2634
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2640
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "ObjectExpression",
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "pool",
                                            "range": [
                                              2642,
                                              2646
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2642
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2646
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Identifier",
                                            "name": "_this",
                                            "range": [
                                              2647,
                                              2652
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2647
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2652
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            2642,
                                            2652
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2642
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2652
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2641,
                                        2653
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2641
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2653
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2630,
                                    2654
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2630
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2654
                                    }
                                  }
                                },
                                "range": [
                                  2616,
                                  2654
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2616
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2654
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "SequenceExpression",
                                      "expressions": [
                                        {
                                          "type": "Literal",
                                          "value": 0,
                                          "raw": "0",
                                          "range": [
                                            2656,
                                            2657
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2656
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2657
                                            }
                                          }
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_get3",
                                            "range": [
                                              2658,
                                              2663
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2658
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2663
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "default",
                                            "range": [
                                              2664,
                                              2671
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2664
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2671
                                              }
                                            }
                                          },
                                          "range": [
                                            2658,
                                            2671
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2658
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2671
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2656,
                                        2671
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2656
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2671
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "Presentation",
                                              "range": [
                                                2673,
                                                2685
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2673
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2685
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "prototype",
                                              "range": [
                                                2686,
                                                2695
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2686
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2695
                                                }
                                              }
                                            },
                                            "range": [
                                              2673,
                                              2695
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2673
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2695
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              2696,
                                              2705
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2696
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2705
                                              }
                                            }
                                          },
                                          "range": [
                                            2673,
                                            2705
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2673
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2705
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  2708,
                                                  2709
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2708
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2709
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    2710,
                                                    2726
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2710
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2726
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    2727,
                                                    2734
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2727
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2734
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2710,
                                                  2734
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2710
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2734
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2708,
                                              2734
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2708
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2734
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "Presentation",
                                                "range": [
                                                  2736,
                                                  2748
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2736
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2748
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  2749,
                                                  2758
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2749
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2758
                                                  }
                                                }
                                              },
                                              "range": [
                                                2736,
                                                2758
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2736
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2758
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2707,
                                            2759
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2707
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2759
                                            }
                                          }
                                        },
                                        "range": [
                                          2673,
                                          2759
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2673
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2759
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": "add",
                                        "raw": "'add'",
                                        "range": [
                                          2760,
                                          2765
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2760
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2765
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_this",
                                        "range": [
                                          2766,
                                          2771
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2766
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2771
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2655,
                                      2772
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2655
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2772
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "call",
                                    "range": [
                                      2773,
                                      2777
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2773
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2777
                                      }
                                    }
                                  },
                                  "range": [
                                    2655,
                                    2777
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2655
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2777
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2778,
                                      2783
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2778
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2783
                                      }
                                    }
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2784,
                                        2789
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2784
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2789
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "_lights",
                                      "range": [
                                        2790,
                                        2797
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2790
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2797
                                        }
                                      }
                                    },
                                    "range": [
                                      2784,
                                      2797
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2784
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2797
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2655,
                                  2798
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2655
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2798
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "_this",
                                "range": [
                                  2799,
                                  2804
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2799
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2804
                                  }
                                }
                              }
                            ],
                            "range": [
                              2032,
                              2804
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 2032
                              },
                              "end": {
                                "line": 1,
                                "column": 2804
                              }
                            }
                          },
                          "range": [
                            2026,
                            2804
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 2026
                            },
                            "end": {
                              "line": 1,
                              "column": 2804
                            }
                          }
                        }
                      ],
                      "range": [
                        1839,
                        2805
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1839
                        },
                        "end": {
                          "line": 1,
                          "column": 2805
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1815,
                      2805
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1815
                      },
                      "end": {
                        "line": 1,
                        "column": 2805
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  2812,
                                  2813
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2812
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2813
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    2814,
                                    2824
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2814
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2824
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    2825,
                                    2832
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2825
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2832
                                    }
                                  }
                                },
                                "range": [
                                  2814,
                                  2832
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2814
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2832
                                  }
                                }
                              }
                            ],
                            "range": [
                              2812,
                              2832
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 2812
                              },
                              "end": {
                                "line": 1,
                                "column": 2832
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Presentation",
                              "range": [
                                2834,
                                2846
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2834
                                },
                                "end": {
                                  "line": 1,
                                  "column": 2846
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Pool",
                              "range": [
                                2847,
                                2852
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2847
                                },
                                "end": {
                                  "line": 1,
                                  "column": 2852
                                }
                              }
                            }
                          ],
                          "range": [
                            2811,
                            2853
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 2811
                            },
                            "end": {
                              "line": 1,
                              "column": 2853
                            }
                          }
                        },
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  2855,
                                  2856
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2855
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2856
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_createClass3",
                                  "range": [
                                    2857,
                                    2870
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2857
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2870
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    2871,
                                    2878
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2871
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2878
                                    }
                                  }
                                },
                                "range": [
                                  2857,
                                  2878
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2857
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2878
                                  }
                                }
                              }
                            ],
                            "range": [
                              2855,
                              2878
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 2855
                              },
                              "end": {
                                "line": 1,
                                "column": 2878
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Presentation",
                              "range": [
                                2880,
                                2892
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2880
                                },
                                "end": {
                                  "line": 1,
                                  "column": 2892
                                }
                              }
                            },
                            {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          2895,
                                          2898
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2895
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2898
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "add",
                                        "raw": "'add'",
                                        "range": [
                                          2899,
                                          2904
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2899
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2904
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2895,
                                        2904
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2895
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2904
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          2905,
                                          2910
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2905
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2910
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "add",
                                          "range": [
                                            2920,
                                            2923
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2920
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2923
                                            }
                                          }
                                        },
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              2924,
                                              2925
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2924
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2925
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        2927,
                                                        2931
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2927
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2931
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "_objects",
                                                      "range": [
                                                        2932,
                                                        2940
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2932
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2940
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2927,
                                                      2940
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2927
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2940
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      2941,
                                                      2944
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2941
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2944
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2927,
                                                    2944
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2927
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2944
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "a",
                                                    "range": [
                                                      2945,
                                                      2946
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2945
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2946
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2927,
                                                  2947
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2927
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2947
                                                  }
                                                }
                                              },
                                              "range": [
                                                2927,
                                                2947
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2927
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2947
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2926,
                                            2948
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2926
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2948
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2911,
                                          2948
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2911
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2948
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2905,
                                        2948
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2905
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2948
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2894,
                                    2949
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2894
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2949
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          2951,
                                          2954
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2951
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2954
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "addAsync",
                                        "raw": "'addAsync'",
                                        "range": [
                                          2955,
                                          2965
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2955
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2965
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2951,
                                        2965
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2951
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2965
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          2966,
                                          2971
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2966
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2971
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "addAsync",
                                          "range": [
                                            2981,
                                            2989
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2981
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2989
                                            }
                                          }
                                        },
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              2990,
                                              2991
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2990
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2991
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        3000,
                                                        3004
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3000
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3004
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "_objects",
                                                      "range": [
                                                        3005,
                                                        3013
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3005
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3013
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3000,
                                                      3013
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3000
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3013
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "addAsync",
                                                    "range": [
                                                      3014,
                                                      3022
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3014
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3022
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3000,
                                                    3022
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 3000
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 3022
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "a",
                                                    "range": [
                                                      3023,
                                                      3024
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3023
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3024
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3000,
                                                  3025
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 3000
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 3025
                                                  }
                                                }
                                              },
                                              "range": [
                                                2993,
                                                3025
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2993
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 3025
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2992,
                                            3026
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2992
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3026
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2972,
                                          3026
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2972
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3026
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2966,
                                        3026
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2966
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3026
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2950,
                                    3027
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2950
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3027
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          3029,
                                          3032
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3029
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3032
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "remove",
                                        "raw": "'remove'",
                                        "range": [
                                          3033,
                                          3041
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3033
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3041
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        3029,
                                        3041
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3029
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3041
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          3042,
                                          3047
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3042
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3047
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "remove",
                                          "range": [
                                            3057,
                                            3063
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3057
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3063
                                            }
                                          }
                                        },
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              3064,
                                              3065
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 3064
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 3065
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        3067,
                                                        3071
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3067
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3071
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "_objects",
                                                      "range": [
                                                        3072,
                                                        3080
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3072
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3080
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3067,
                                                      3080
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3067
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3080
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "remove",
                                                    "range": [
                                                      3081,
                                                      3087
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3081
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3087
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3067,
                                                    3087
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 3067
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 3087
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "a",
                                                    "range": [
                                                      3088,
                                                      3089
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3088
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3089
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3067,
                                                  3090
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 3067
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 3090
                                                  }
                                                }
                                              },
                                              "range": [
                                                3067,
                                                3090
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 3067
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 3090
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3066,
                                            3091
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3066
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3091
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3048,
                                          3091
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3048
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3091
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        3042,
                                        3091
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3042
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3091
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3028,
                                    3092
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3028
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3092
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          3094,
                                          3097
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3094
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3097
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "removeAsync",
                                        "raw": "'removeAsync'",
                                        "range": [
                                          3098,
                                          3111
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3098
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3111
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        3094,
                                        3111
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3094
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3111
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          3112,
                                          3117
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3112
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3117
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "removeAsync",
                                          "range": [
                                            3127,
                                            3138
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3127
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3138
                                            }
                                          }
                                        },
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "a",
                                            "range": [
                                              3139,
                                              3140
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 3139
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 3140
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        3149,
                                                        3153
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3149
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3153
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "_objects",
                                                      "range": [
                                                        3154,
                                                        3162
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3154
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3162
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3149,
                                                      3162
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3149
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3162
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "removeAsync",
                                                    "range": [
                                                      3163,
                                                      3174
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3163
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3174
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3149,
                                                    3174
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 3149
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 3174
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "a",
                                                    "range": [
                                                      3175,
                                                      3176
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3175
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3176
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3149,
                                                  3177
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 3149
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 3177
                                                  }
                                                }
                                              },
                                              "range": [
                                                3142,
                                                3177
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 3142
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 3177
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3141,
                                            3178
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3141
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3178
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3118,
                                          3178
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3118
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3178
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        3112,
                                        3178
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3112
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3178
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3093,
                                    3179
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3093
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3179
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          3181,
                                          3184
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3181
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3184
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "update",
                                        "raw": "'update'",
                                        "range": [
                                          3185,
                                          3193
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3185
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3193
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        3181,
                                        3193
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3181
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3193
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          3194,
                                          3199
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3194
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3199
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "update",
                                          "range": [
                                            3209,
                                            3215
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3209
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3215
                                            }
                                          }
                                        },
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "id": {
                                                    "type": "Identifier",
                                                    "name": "_this2",
                                                    "range": [
                                                      3222,
                                                      3228
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3222
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3228
                                                      }
                                                    }
                                                  },
                                                  "init": {
                                                    "type": "ThisExpression",
                                                    "range": [
                                                      3229,
                                                      3233
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3229
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3233
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3222,
                                                    3233
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 3222
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 3233
                                                    }
                                                  }
                                                }
                                              ],
                                              "kind": "var",
                                              "range": [
                                                3218,
                                                3234
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 3218
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 3234
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "SequenceExpression",
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            3234,
                                                            3238
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3234
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3238
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "_objects",
                                                          "range": [
                                                            3239,
                                                            3247
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3239
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3247
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3234,
                                                          3247
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3234
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3247
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "update",
                                                        "range": [
                                                          3248,
                                                          3254
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3248
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3254
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3234,
                                                        3254
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3234
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3254
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      3234,
                                                      3256
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3234
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3256
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            3257,
                                                            3261
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3257
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3261
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "_lights",
                                                          "range": [
                                                            3262,
                                                            3269
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3262
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3269
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3257,
                                                          3269
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3257
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3269
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "update",
                                                        "range": [
                                                          3270,
                                                          3276
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3270
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3276
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3257,
                                                        3276
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3257
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3276
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      3257,
                                                      3278
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3257
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3278
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            3279,
                                                            3283
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3279
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3283
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "_stage",
                                                          "range": [
                                                            3284,
                                                            3290
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3284
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3290
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3279,
                                                          3290
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3279
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3290
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "update",
                                                        "range": [
                                                          3291,
                                                          3297
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3291
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3297
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3279,
                                                        3297
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3279
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3297
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      3279,
                                                      3299
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3279
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3299
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              3300,
                                                              3304
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 3300
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 3304
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "viewFound",
                                                            "range": [
                                                              3305,
                                                              3314
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 3305
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 3314
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            3300,
                                                            3314
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3300
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3314
                                                            }
                                                          }
                                                        },
                                                        "arguments": [],
                                                        "range": [
                                                          3300,
                                                          3316
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3300
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3316
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "then",
                                                        "range": [
                                                          3317,
                                                          3321
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3317
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3321
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3300,
                                                        3321
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3300
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3321
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "FunctionExpression",
                                                        "id": null,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "expression": {
                                                                "type": "SequenceExpression",
                                                                "expressions": [
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "_this2",
                                                                            "range": [
                                                                              3333,
                                                                              3339
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 3333
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 3339
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "view",
                                                                            "range": [
                                                                              3340,
                                                                              3344
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 3340
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 3344
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            3333,
                                                                            3344
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 3333
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 3344
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "scene",
                                                                          "range": [
                                                                            3345,
                                                                            3350
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 3345
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 3350
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          3333,
                                                                          3350
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 3333
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 3350
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "updateBounds",
                                                                        "range": [
                                                                          3351,
                                                                          3363
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 3351
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 3363
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        3333,
                                                                        3363
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 3333
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 3363
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [],
                                                                    "range": [
                                                                      3333,
                                                                      3365
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 3333
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 3365
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "CallExpression",
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "computed": false,
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "_this2",
                                                                                "range": [
                                                                                  3366,
                                                                                  3372
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3366
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3372
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "view",
                                                                                "range": [
                                                                                  3373,
                                                                                  3377
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3373
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3377
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                3366,
                                                                                3377
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 3366
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 3377
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "controls",
                                                                              "range": [
                                                                                3378,
                                                                                3386
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 3378
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 3386
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              3366,
                                                                              3386
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 3366
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 3386
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "focus",
                                                                            "range": [
                                                                              3387,
                                                                              3392
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 3387
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 3392
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            3366,
                                                                            3392
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 3366
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 3392
                                                                            }
                                                                          }
                                                                        },
                                                                        "arguments": [],
                                                                        "range": [
                                                                          3366,
                                                                          3394
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 3366
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 3394
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "zoom",
                                                                        "range": [
                                                                          3395,
                                                                          3399
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 3395
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 3399
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        3366,
                                                                        3399
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 3366
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 3399
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [],
                                                                    "range": [
                                                                      3366,
                                                                      3401
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 3366
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 3401
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  3333,
                                                                  3401
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 3333
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 3401
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                3333,
                                                                3401
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 3333
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 3401
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            3332,
                                                            3402
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3332
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3402
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          3322,
                                                          3402
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3322
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3402
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3300,
                                                      3403
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3300
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3403
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3234,
                                                  3403
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 3234
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 3403
                                                  }
                                                }
                                              },
                                              "range": [
                                                3234,
                                                3403
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 3234
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 3403
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3217,
                                            3404
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3217
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3404
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3200,
                                          3404
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3200
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3404
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        3194,
                                        3404
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3194
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3404
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3180,
                                    3405
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3180
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3405
                                    }
                                  }
                                }
                              ],
                              "range": [
                                2893,
                                3406
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2893
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3406
                                }
                              }
                            }
                          ],
                          "range": [
                            2854,
                            3407
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 2854
                            },
                            "end": {
                              "line": 1,
                              "column": 3407
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "Presentation",
                          "range": [
                            3408,
                            3420
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3408
                            },
                            "end": {
                              "line": 1,
                              "column": 3420
                            }
                          }
                        }
                      ],
                      "range": [
                        2811,
                        3420
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 2811
                        },
                        "end": {
                          "line": 1,
                          "column": 3420
                        }
                      }
                    },
                    "range": [
                      2805,
                      3420
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 2805
                      },
                      "end": {
                        "line": 1,
                        "column": 3420
                      }
                    }
                  }
                ],
                "range": [
                  1814,
                  3421
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1814
                  },
                  "end": {
                    "line": 1,
                    "column": 3421
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1799,
                3421
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1799
                },
                "end": {
                  "line": 1,
                  "column": 3421
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_pool2",
                  "range": [
                    3422,
                    3428
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 3422
                    },
                    "end": {
                      "line": 1,
                      "column": 3428
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    3429,
                    3436
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 3429
                    },
                    "end": {
                      "line": 1,
                      "column": 3436
                    }
                  }
                },
                "range": [
                  3422,
                  3436
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 3422
                  },
                  "end": {
                    "line": 1,
                    "column": 3436
                  }
                }
              }
            ],
            "range": [
              1799,
              3437
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1799
              },
              "end": {
                "line": 1,
                "column": 3437
              }
            }
          },
          "range": [
            1786,
            3437
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1786
            },
            "end": {
              "line": 1,
              "column": 3437
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1782,
        3438
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1782
        },
        "end": {
          "line": 1,
          "column": 3438
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              3438,
              3445
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 3438
              },
              "end": {
                "line": 1,
                "column": 3445
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              3446,
              3453
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 3446
              },
              "end": {
                "line": 1,
                "column": 3453
              }
            }
          },
          "range": [
            3438,
            3453
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 3438
            },
            "end": {
              "line": 1,
              "column": 3453
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "Presentation",
          "range": [
            3454,
            3466
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 3454
            },
            "end": {
              "line": 1,
              "column": 3466
            }
          }
        },
        "range": [
          3438,
          3466
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 3438
          },
          "end": {
            "line": 1,
            "column": 3466
          }
        }
      },
      "range": [
        3438,
        3467
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 3438
        },
        "end": {
          "line": 1,
          "column": 3467
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Lights",
            "range": [
              3471,
              3477
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 3471
              },
              "end": {
                "line": 1,
                "column": 3477
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_Object",
                  "range": [
                    3487,
                    3494
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 3487
                    },
                    "end": {
                      "line": 1,
                      "column": 3494
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "Lights",
                      "range": [
                        3505,
                        3511
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 3505
                        },
                        "end": {
                          "line": 1,
                          "column": 3511
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "_ref",
                        "range": [
                          3512,
                          3516
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 3512
                          },
                          "end": {
                            "line": 1,
                            "column": 3516
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "a",
                                "range": [
                                  3522,
                                  3523
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3522
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3523
                                  }
                                }
                              },
                              "init": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_ref",
                                  "range": [
                                    3524,
                                    3528
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3524
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3528
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "pool",
                                  "range": [
                                    3529,
                                    3533
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3529
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3533
                                    }
                                  }
                                },
                                "range": [
                                  3524,
                                  3533
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3524
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3533
                                  }
                                }
                              },
                              "range": [
                                3522,
                                3533
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3522
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3533
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            3518,
                            3534
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3518
                            },
                            "end": {
                              "line": 1,
                              "column": 3534
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "SequenceExpression",
                              "expressions": [
                                {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    3535,
                                    3536
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3535
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3536
                                    }
                                  }
                                },
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_classCallCheck3",
                                    "range": [
                                      3537,
                                      3553
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3537
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3553
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "default",
                                    "range": [
                                      3554,
                                      3561
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3554
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3561
                                      }
                                    }
                                  },
                                  "range": [
                                    3537,
                                    3561
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3537
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3561
                                    }
                                  }
                                }
                              ],
                              "range": [
                                3535,
                                3561
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3535
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3561
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  3563,
                                  3567
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3563
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3567
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "Lights",
                                "range": [
                                  3568,
                                  3574
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3568
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3574
                                  }
                                }
                              }
                            ],
                            "range": [
                              3534,
                              3575
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 3534
                              },
                              "end": {
                                "line": 1,
                                "column": 3575
                              }
                            }
                          },
                          "range": [
                            3534,
                            3576
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3534
                            },
                            "end": {
                              "line": 1,
                              "column": 3576
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "_this3",
                                "range": [
                                  3580,
                                  3586
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3580
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3586
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        3588,
                                        3589
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3588
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3589
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          3590,
                                          3617
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3590
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3617
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          3618,
                                          3625
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3618
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3625
                                          }
                                        }
                                      },
                                      "range": [
                                        3590,
                                        3625
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3590
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3625
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3588,
                                    3625
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3588
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3625
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      3627,
                                      3631
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3627
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3631
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Lights",
                                            "range": [
                                              3633,
                                              3639
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 3633
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 3639
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              3640,
                                              3649
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 3640
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 3649
                                              }
                                            }
                                          },
                                          "range": [
                                            3633,
                                            3649
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3633
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3649
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  3652,
                                                  3653
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 3652
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 3653
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    3654,
                                                    3670
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 3654
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 3670
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    3671,
                                                    3678
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 3671
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 3678
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3654,
                                                  3678
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 3654
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 3678
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3652,
                                              3678
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 3652
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 3678
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "Lights",
                                              "range": [
                                                3680,
                                                3686
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 3680
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 3686
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3651,
                                            3687
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3651
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3687
                                            }
                                          }
                                        },
                                        "range": [
                                          3633,
                                          3687
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3633
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3687
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          3689,
                                          3693
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3689
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3693
                                          }
                                        }
                                      },
                                      "range": [
                                        3632,
                                        3693
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3632
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3693
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          3694,
                                          3698
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3694
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3698
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3632,
                                      3699
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3632
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3699
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3587,
                                  3700
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3587
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3700
                                  }
                                }
                              },
                              "range": [
                                3580,
                                3700
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3580
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3700
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            3576,
                            3701
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3576
                            },
                            "end": {
                              "line": 1,
                              "column": 3701
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this3",
                                    "range": [
                                      3708,
                                      3714
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3708
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3714
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "measurable",
                                    "range": [
                                      3715,
                                      3725
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3715
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3725
                                      }
                                    }
                                  },
                                  "range": [
                                    3708,
                                    3725
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3708
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3725
                                    }
                                  }
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      3727,
                                      3728
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3727
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3728
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    3726,
                                    3728
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3726
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3728
                                    }
                                  }
                                },
                                "range": [
                                  3708,
                                  3728
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3708
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3728
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this3",
                                    "range": [
                                      3729,
                                      3735
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3729
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3735
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "pool",
                                    "range": [
                                      3736,
                                      3740
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3736
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3740
                                      }
                                    }
                                  },
                                  "range": [
                                    3729,
                                    3740
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3729
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3740
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "a",
                                  "range": [
                                    3741,
                                    3742
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3741
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3742
                                    }
                                  }
                                },
                                "range": [
                                  3729,
                                  3742
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3729
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3742
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this3",
                                    "range": [
                                      3743,
                                      3749
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3743
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3749
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "interactive",
                                    "range": [
                                      3750,
                                      3761
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3750
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3761
                                      }
                                    }
                                  },
                                  "range": [
                                    3743,
                                    3761
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3743
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3761
                                    }
                                  }
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      3763,
                                      3764
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3763
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3764
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    3762,
                                    3764
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3762
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3764
                                    }
                                  }
                                },
                                "range": [
                                  3743,
                                  3764
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3743
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3764
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this3",
                                    "range": [
                                      3765,
                                      3771
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3765
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3771
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "tweens",
                                    "range": [
                                      3772,
                                      3778
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3772
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3778
                                      }
                                    }
                                  },
                                  "range": [
                                    3765,
                                    3778
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3765
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3778
                                    }
                                  }
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      3780,
                                      3781
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3780
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3781
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    3779,
                                    3781
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3779
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3781
                                    }
                                  }
                                },
                                "range": [
                                  3765,
                                  3781
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3765
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3781
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this3",
                                    "range": [
                                      3782,
                                      3788
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3782
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3788
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "measurable",
                                    "range": [
                                      3789,
                                      3799
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3789
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3799
                                      }
                                    }
                                  },
                                  "range": [
                                    3782,
                                    3799
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3782
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3799
                                    }
                                  }
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      3801,
                                      3802
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 3801
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 3802
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    3800,
                                    3802
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3800
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3802
                                    }
                                  }
                                },
                                "range": [
                                  3782,
                                  3802
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3782
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3802
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "_this3",
                                "range": [
                                  3803,
                                  3809
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3803
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3809
                                  }
                                }
                              }
                            ],
                            "range": [
                              3708,
                              3809
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 3708
                              },
                              "end": {
                                "line": 1,
                                "column": 3809
                              }
                            }
                          },
                          "range": [
                            3701,
                            3809
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3701
                            },
                            "end": {
                              "line": 1,
                              "column": 3809
                            }
                          }
                        }
                      ],
                      "range": [
                        3517,
                        3810
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 3517
                        },
                        "end": {
                          "line": 1,
                          "column": 3810
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      3496,
                      3810
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 3496
                      },
                      "end": {
                        "line": 1,
                        "column": 3810
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  3817,
                                  3818
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3817
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3818
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    3819,
                                    3829
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3819
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3829
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    3830,
                                    3837
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3830
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3837
                                    }
                                  }
                                },
                                "range": [
                                  3819,
                                  3837
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3819
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3837
                                  }
                                }
                              }
                            ],
                            "range": [
                              3817,
                              3837
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 3817
                              },
                              "end": {
                                "line": 1,
                                "column": 3837
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Lights",
                              "range": [
                                3839,
                                3845
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3839
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3845
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Object",
                              "range": [
                                3846,
                                3853
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3846
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3853
                                }
                              }
                            }
                          ],
                          "range": [
                            3816,
                            3854
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3816
                            },
                            "end": {
                              "line": 1,
                              "column": 3854
                            }
                          }
                        },
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  3856,
                                  3857
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3856
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3857
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_createClass3",
                                  "range": [
                                    3858,
                                    3871
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3858
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3871
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    3872,
                                    3879
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3872
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 3879
                                    }
                                  }
                                },
                                "range": [
                                  3858,
                                  3879
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 3858
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 3879
                                  }
                                }
                              }
                            ],
                            "range": [
                              3856,
                              3879
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 3856
                              },
                              "end": {
                                "line": 1,
                                "column": 3879
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Lights",
                              "range": [
                                3881,
                                3887
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3881
                                },
                                "end": {
                                  "line": 1,
                                  "column": 3887
                                }
                              }
                            },
                            {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          3890,
                                          3893
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3890
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3893
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "update",
                                        "raw": "'update'",
                                        "range": [
                                          3894,
                                          3902
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3894
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3902
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        3890,
                                        3902
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3890
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 3902
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          3903,
                                          3908
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3903
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 3908
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "update",
                                          "range": [
                                            3918,
                                            3924
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3918
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 3924
                                            }
                                          }
                                        },
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "test": {
                                                "type": "SequenceExpression",
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          3930,
                                                          3934
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3930
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3934
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "destroy",
                                                        "range": [
                                                          3935,
                                                          3942
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3935
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3942
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3930,
                                                        3942
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3930
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3942
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      3930,
                                                      3944
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3930
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3944
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            3945,
                                                            3949
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3945
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3949
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "pool",
                                                          "range": [
                                                            3950,
                                                            3954
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3950
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3954
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3945,
                                                          3954
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3945
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3954
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "options",
                                                        "range": [
                                                          3955,
                                                          3962
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3955
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 3962
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3945,
                                                        3962
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3945
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3962
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "ambient",
                                                      "range": [
                                                        3963,
                                                        3970
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 3963
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 3970
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3945,
                                                      3970
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3945
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 3970
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3930,
                                                  3970
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 3930
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 3970
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "id": {
                                                          "type": "Identifier",
                                                          "name": "d",
                                                          "range": [
                                                            3976,
                                                            3977
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3976
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 3977
                                                            }
                                                          }
                                                        },
                                                        "init": {
                                                          "type": "NewExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "THREE",
                                                              "range": [
                                                                3982,
                                                                3987
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 3982
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 3987
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "AmbientLight",
                                                              "range": [
                                                                3988,
                                                                4000
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 3988
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4000
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              3982,
                                                              4000
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 3982
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4000
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": 16777215,
                                                              "raw": "16777215",
                                                              "range": [
                                                                4001,
                                                                4009
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4001
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4009
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            3978,
                                                            4010
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 3978
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4010
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          3976,
                                                          4010
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 3976
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4010
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var",
                                                    "range": [
                                                      3972,
                                                      4011
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 3972
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4011
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "expression": {
                                                      "type": "SequenceExpression",
                                                      "expressions": [
                                                        {
                                                          "type": "AssignmentExpression",
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "d",
                                                              "range": [
                                                                4011,
                                                                4012
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4011
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4012
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "intensity",
                                                              "range": [
                                                                4013,
                                                                4022
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4013
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4022
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4011,
                                                              4022
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4011
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4022
                                                              }
                                                            }
                                                          },
                                                          "right": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    4023,
                                                                    4027
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4023
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4027
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "pool",
                                                                  "range": [
                                                                    4028,
                                                                    4032
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4028
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4032
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  4023,
                                                                  4032
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4023
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4032
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "options",
                                                                "range": [
                                                                  4033,
                                                                  4040
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4033
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4040
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                4023,
                                                                4040
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4023
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4040
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "ambient",
                                                              "range": [
                                                                4041,
                                                                4048
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4041
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4048
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4023,
                                                              4048
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4023
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4048
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4011,
                                                            4048
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4011
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4048
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "range": [
                                                                4049,
                                                                4053
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4049
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4053
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "add",
                                                              "range": [
                                                                4054,
                                                                4057
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4054
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4057
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4049,
                                                              4057
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4049
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4057
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "name": "d",
                                                              "range": [
                                                                4058,
                                                                4059
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4058
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4059
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            4049,
                                                            4060
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4049
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4060
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        4011,
                                                        4060
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4011
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4060
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4011,
                                                      4060
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4011
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4060
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3971,
                                                  4061
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 3971
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 4061
                                                  }
                                                }
                                              },
                                              "alternate": null,
                                              "range": [
                                                3927,
                                                4061
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 3927
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 4061
                                                }
                                              }
                                            },
                                            {
                                              "type": "VariableDeclaration",
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "id": {
                                                    "type": "Identifier",
                                                    "name": "a",
                                                    "range": [
                                                      4065,
                                                      4066
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4065
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4066
                                                      }
                                                    }
                                                  },
                                                  "init": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            4067,
                                                            4071
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4067
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4071
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "pool",
                                                          "range": [
                                                            4072,
                                                            4076
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4072
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4076
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4067,
                                                          4076
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4067
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4076
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "_objects",
                                                        "range": [
                                                          4077,
                                                          4085
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4077
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4085
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4067,
                                                        4085
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4067
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4085
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "radius",
                                                      "range": [
                                                        4086,
                                                        4092
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4086
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4092
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4067,
                                                      4092
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4067
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4092
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4065,
                                                    4092
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 4065
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 4092
                                                    }
                                                  }
                                                }
                                              ],
                                              "kind": "var",
                                              "range": [
                                                4061,
                                                4093
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 4061
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 4093
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "SequenceExpression",
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          4093,
                                                          4097
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4093
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4097
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "add",
                                                        "range": [
                                                          4098,
                                                          4101
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4098
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4101
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4093,
                                                        4101
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4093
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4101
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "NewExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "THREE",
                                                                "range": [
                                                                  4106,
                                                                  4111
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4106
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4111
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "PointLight",
                                                                "range": [
                                                                  4112,
                                                                  4122
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4112
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4122
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                4106,
                                                                4122
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4106
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4122
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": 16777215,
                                                                "raw": "16777215",
                                                                "range": [
                                                                  4123,
                                                                  4131
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4123
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4131
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "BinaryExpression",
                                                                "operator": "/",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "range": [
                                                                          4132,
                                                                          4136
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4132
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4136
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "pool",
                                                                        "range": [
                                                                          4137,
                                                                          4141
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4137
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4141
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        4132,
                                                                        4141
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4132
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4141
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "options",
                                                                      "range": [
                                                                        4142,
                                                                        4149
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4142
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4149
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      4132,
                                                                      4149
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4132
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4149
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "light",
                                                                    "range": [
                                                                      4150,
                                                                      4155
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4150
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4155
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    4132,
                                                                    4155
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4132
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4155
                                                                    }
                                                                  }
                                                                },
                                                                "right": {
                                                                  "type": "Literal",
                                                                  "value": 2,
                                                                  "raw": "2",
                                                                  "range": [
                                                                    4156,
                                                                    4157
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4156
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4157
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  4132,
                                                                  4157
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4132
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4157
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              4102,
                                                              4158
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4102
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4158
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "setPosition",
                                                            "range": [
                                                              4159,
                                                              4170
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4159
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4170
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4102,
                                                            4170
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4102
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4170
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "UnaryExpression",
                                                            "operator": "-",
                                                            "argument": {
                                                              "type": "Identifier",
                                                              "name": "a",
                                                              "range": [
                                                                4172,
                                                                4173
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4172
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4173
                                                                }
                                                              }
                                                            },
                                                            "prefix": true,
                                                            "range": [
                                                              4171,
                                                              4173
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4171
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4173
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4174,
                                                              4175
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4174
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4175
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4176,
                                                              4177
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4176
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4177
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4102,
                                                          4178
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4102
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4178
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4093,
                                                      4179
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4093
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4179
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          4180,
                                                          4184
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4180
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4184
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "add",
                                                        "range": [
                                                          4185,
                                                          4188
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4185
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4188
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4180,
                                                        4188
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4180
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4188
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "NewExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "THREE",
                                                                "range": [
                                                                  4193,
                                                                  4198
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4193
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4198
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "SpotLight",
                                                                "range": [
                                                                  4199,
                                                                  4208
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4199
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4208
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                4193,
                                                                4208
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4193
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4208
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": 16777215,
                                                                "raw": "16777215",
                                                                "range": [
                                                                  4209,
                                                                  4217
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4209
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4217
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "BinaryExpression",
                                                                "operator": "/",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "range": [
                                                                          4218,
                                                                          4222
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4218
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4222
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "pool",
                                                                        "range": [
                                                                          4223,
                                                                          4227
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4223
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4227
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        4218,
                                                                        4227
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4218
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4227
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "options",
                                                                      "range": [
                                                                        4228,
                                                                        4235
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4228
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4235
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      4218,
                                                                      4235
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4218
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4235
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "light",
                                                                    "range": [
                                                                      4236,
                                                                      4241
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4236
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4241
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    4218,
                                                                    4241
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4218
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4241
                                                                    }
                                                                  }
                                                                },
                                                                "right": {
                                                                  "type": "Literal",
                                                                  "value": 2,
                                                                  "raw": "2",
                                                                  "range": [
                                                                    4242,
                                                                    4243
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4242
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4243
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  4218,
                                                                  4243
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4218
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4243
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              4189,
                                                              4244
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4189
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4244
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "setPosition",
                                                            "range": [
                                                              4245,
                                                              4256
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4245
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4256
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4189,
                                                            4256
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4189
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4256
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4257,
                                                              4258
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4257
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4258
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "UnaryExpression",
                                                            "operator": "-",
                                                            "argument": {
                                                              "type": "Identifier",
                                                              "name": "a",
                                                              "range": [
                                                                4260,
                                                                4261
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4260
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4261
                                                                }
                                                              }
                                                            },
                                                            "prefix": true,
                                                            "range": [
                                                              4259,
                                                              4261
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4259
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4261
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "BinaryExpression",
                                                            "operator": "*",
                                                            "left": {
                                                              "type": "Literal",
                                                              "value": 2,
                                                              "raw": "2",
                                                              "range": [
                                                                4262,
                                                                4263
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4262
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4263
                                                                }
                                                              }
                                                            },
                                                            "right": {
                                                              "type": "UnaryExpression",
                                                              "operator": "-",
                                                              "argument": {
                                                                "type": "Identifier",
                                                                "name": "a",
                                                                "range": [
                                                                  4265,
                                                                  4266
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4265
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4266
                                                                  }
                                                                }
                                                              },
                                                              "prefix": true,
                                                              "range": [
                                                                4264,
                                                                4266
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4264
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4266
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4262,
                                                              4266
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4262
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4266
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4189,
                                                          4267
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4189
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4267
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4180,
                                                      4268
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4180
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4268
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          4269,
                                                          4273
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4269
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4273
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "add",
                                                        "range": [
                                                          4274,
                                                          4277
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4274
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4277
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4269,
                                                        4277
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4269
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4277
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "NewExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "THREE",
                                                                "range": [
                                                                  4282,
                                                                  4287
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4282
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4287
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "PointLight",
                                                                "range": [
                                                                  4288,
                                                                  4298
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4288
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4298
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                4282,
                                                                4298
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4282
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4298
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": 16777215,
                                                                "raw": "16777215",
                                                                "range": [
                                                                  4299,
                                                                  4307
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4299
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4307
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "BinaryExpression",
                                                                "operator": "/",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "range": [
                                                                          4308,
                                                                          4312
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4308
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4312
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "pool",
                                                                        "range": [
                                                                          4313,
                                                                          4317
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4313
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4317
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        4308,
                                                                        4317
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4308
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4317
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "options",
                                                                      "range": [
                                                                        4318,
                                                                        4325
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4318
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4325
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      4308,
                                                                      4325
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4308
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4325
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "light",
                                                                    "range": [
                                                                      4326,
                                                                      4331
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4326
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4331
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    4308,
                                                                    4331
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4308
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4331
                                                                    }
                                                                  }
                                                                },
                                                                "right": {
                                                                  "type": "Literal",
                                                                  "value": 2,
                                                                  "raw": "2",
                                                                  "range": [
                                                                    4332,
                                                                    4333
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4332
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4333
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  4308,
                                                                  4333
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4308
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4333
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              4278,
                                                              4334
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4278
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4334
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "setPosition",
                                                            "range": [
                                                              4335,
                                                              4346
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4335
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4346
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4278,
                                                            4346
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4278
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4346
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              4347,
                                                              4348
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4347
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4348
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4349,
                                                              4350
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4349
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4350
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4351,
                                                              4352
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4351
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4352
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4278,
                                                          4353
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4278
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4353
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4269,
                                                      4354
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4269
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4354
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          4355,
                                                          4359
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4355
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4359
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "add",
                                                        "range": [
                                                          4360,
                                                          4363
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4360
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4363
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4355,
                                                        4363
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4355
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4363
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "NewExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "THREE",
                                                                "range": [
                                                                  4368,
                                                                  4373
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4368
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4373
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "PointLight",
                                                                "range": [
                                                                  4374,
                                                                  4384
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4374
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4384
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                4368,
                                                                4384
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4368
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4384
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": 16777215,
                                                                "raw": "16777215",
                                                                "range": [
                                                                  4385,
                                                                  4393
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4385
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4393
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "BinaryExpression",
                                                                "operator": "/",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "range": [
                                                                          4394,
                                                                          4398
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4394
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4398
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "pool",
                                                                        "range": [
                                                                          4399,
                                                                          4403
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4399
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4403
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        4394,
                                                                        4403
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4394
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4403
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "options",
                                                                      "range": [
                                                                        4404,
                                                                        4411
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4404
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4411
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      4394,
                                                                      4411
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4394
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4411
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "light",
                                                                    "range": [
                                                                      4412,
                                                                      4417
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4412
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4417
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    4394,
                                                                    4417
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4394
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4417
                                                                    }
                                                                  }
                                                                },
                                                                "right": {
                                                                  "type": "Literal",
                                                                  "value": 2,
                                                                  "raw": "2",
                                                                  "range": [
                                                                    4418,
                                                                    4419
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4418
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4419
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  4394,
                                                                  4419
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4394
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4419
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              4364,
                                                              4420
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4364
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4420
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "setPosition",
                                                            "range": [
                                                              4421,
                                                              4432
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4421
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4432
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4364,
                                                            4432
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4364
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4432
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4433,
                                                              4434
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4433
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4434
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              4435,
                                                              4436
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4435
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4436
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4437,
                                                              4438
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4437
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4438
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4364,
                                                          4439
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4364
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4439
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4355,
                                                      4440
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4355
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4440
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          4441,
                                                          4445
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4441
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4445
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "add",
                                                        "range": [
                                                          4446,
                                                          4449
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4446
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4449
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4441,
                                                        4449
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4441
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4449
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "NewExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "THREE",
                                                                "range": [
                                                                  4454,
                                                                  4459
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4454
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4459
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "PointLight",
                                                                "range": [
                                                                  4460,
                                                                  4470
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4460
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4470
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                4454,
                                                                4470
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4454
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4470
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": 16777215,
                                                                "raw": "16777215",
                                                                "range": [
                                                                  4471,
                                                                  4479
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4471
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4479
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "BinaryExpression",
                                                                "operator": "/",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "range": [
                                                                          4480,
                                                                          4484
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4480
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4484
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "pool",
                                                                        "range": [
                                                                          4485,
                                                                          4489
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 4485
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 4489
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        4480,
                                                                        4489
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4480
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4489
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "options",
                                                                      "range": [
                                                                        4490,
                                                                        4497
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 4490
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 4497
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      4480,
                                                                      4497
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4480
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4497
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "light",
                                                                    "range": [
                                                                      4498,
                                                                      4503
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 4498
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 4503
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    4480,
                                                                    4503
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4480
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4503
                                                                    }
                                                                  }
                                                                },
                                                                "right": {
                                                                  "type": "Literal",
                                                                  "value": 2,
                                                                  "raw": "2",
                                                                  "range": [
                                                                    4504,
                                                                    4505
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 4504
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 4505
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  4480,
                                                                  4505
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4480
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4505
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              4450,
                                                              4506
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4450
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4506
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "setPosition",
                                                            "range": [
                                                              4507,
                                                              4518
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4507
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4518
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4450,
                                                            4518
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4450
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4518
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4519,
                                                              4520
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4519
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4520
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": 0,
                                                            "raw": "0",
                                                            "range": [
                                                              4521,
                                                              4522
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4521
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4522
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              4523,
                                                              4524
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4523
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4524
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4450,
                                                          4525
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4450
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4525
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4441,
                                                      4526
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4441
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4526
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4093,
                                                  4526
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 4093
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 4526
                                                  }
                                                }
                                              },
                                              "range": [
                                                4093,
                                                4527
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 4093
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 4527
                                                }
                                              }
                                            },
                                            {
                                              "type": "VariableDeclaration",
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "id": {
                                                    "type": "Identifier",
                                                    "name": "b",
                                                    "range": [
                                                      4531,
                                                      4532
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4531
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4532
                                                      }
                                                    }
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              4533,
                                                              4537
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4533
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4537
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "pool",
                                                            "range": [
                                                              4538,
                                                              4542
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4538
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4542
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4533,
                                                            4542
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4533
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4542
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "parent",
                                                          "range": [
                                                            4543,
                                                            4549
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4543
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4549
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4533,
                                                          4549
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4533
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4549
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "worldToLocal",
                                                        "range": [
                                                          4550,
                                                          4562
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4550
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4562
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4533,
                                                        4562
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4533
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4562
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "NewExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "THREE",
                                                            "range": [
                                                              4567,
                                                              4572
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4567
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4572
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "Vector3",
                                                            "range": [
                                                              4573,
                                                              4580
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4573
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4580
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4567,
                                                            4580
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4567
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4580
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "BinaryExpression",
                                                            "operator": "/",
                                                            "left": {
                                                              "type": "UnaryExpression",
                                                              "operator": "-",
                                                              "argument": {
                                                                "type": "Identifier",
                                                                "name": "a",
                                                                "range": [
                                                                  4582,
                                                                  4583
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4582
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4583
                                                                  }
                                                                }
                                                              },
                                                              "prefix": true,
                                                              "range": [
                                                                4581,
                                                                4583
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4581
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4583
                                                                }
                                                              }
                                                            },
                                                            "right": {
                                                              "type": "Literal",
                                                              "value": 2,
                                                              "raw": "2",
                                                              "range": [
                                                                4584,
                                                                4585
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4584
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4585
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4581,
                                                              4585
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4581
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4585
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              4586,
                                                              4587
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4586
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4587
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "BinaryExpression",
                                                            "operator": "/",
                                                            "left": {
                                                              "type": "Identifier",
                                                              "name": "a",
                                                              "range": [
                                                                4588,
                                                                4589
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4588
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4589
                                                                }
                                                              }
                                                            },
                                                            "right": {
                                                              "type": "Literal",
                                                              "value": 2,
                                                              "raw": "2",
                                                              "range": [
                                                                4590,
                                                                4591
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4590
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4591
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4588,
                                                              4591
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4588
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4591
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4563,
                                                          4592
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4563
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4592
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4533,
                                                      4593
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4533
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4593
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4531,
                                                    4593
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 4531
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 4593
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "VariableDeclarator",
                                                  "id": {
                                                    "type": "Identifier",
                                                    "name": "c",
                                                    "range": [
                                                      4594,
                                                      4595
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4594
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4595
                                                      }
                                                    }
                                                  },
                                                  "init": {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "THREE",
                                                        "range": [
                                                          4600,
                                                          4605
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4600
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4605
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "SpotLight",
                                                        "range": [
                                                          4606,
                                                          4615
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4606
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4615
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4600,
                                                        4615
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4600
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4615
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 16777215,
                                                        "raw": "16777215",
                                                        "range": [
                                                          4616,
                                                          4624
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4616
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4624
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "range": [
                                                                4625,
                                                                4629
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4625
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4629
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "pool",
                                                              "range": [
                                                                4630,
                                                                4634
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4630
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4634
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4625,
                                                              4634
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4625
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4634
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "options",
                                                            "range": [
                                                              4635,
                                                              4642
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4635
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4642
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4625,
                                                            4642
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4625
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4642
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "light",
                                                          "range": [
                                                            4643,
                                                            4648
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4643
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4648
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4625,
                                                          4648
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4625
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4648
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "BinaryExpression",
                                                        "operator": "*",
                                                        "left": {
                                                          "type": "Literal",
                                                          "value": 1.5,
                                                          "raw": "1.5",
                                                          "range": [
                                                            4649,
                                                            4652
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4649
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4652
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "Identifier",
                                                          "name": "a",
                                                          "range": [
                                                            4653,
                                                            4654
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4653
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4654
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4649,
                                                          4654
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4649
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4654
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "BinaryExpression",
                                                        "operator": "/",
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "Math",
                                                            "range": [
                                                              4655,
                                                              4659
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4655
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4659
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "PI",
                                                            "range": [
                                                              4660,
                                                              4662
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4660
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4662
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4655,
                                                            4662
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4655
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4662
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "Literal",
                                                          "value": 6,
                                                          "raw": "6",
                                                          "range": [
                                                            4663,
                                                            4664
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4663
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4664
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4655,
                                                          4664
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4655
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4664
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4596,
                                                      4665
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4596
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4665
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4594,
                                                    4665
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 4594
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 4665
                                                    }
                                                  }
                                                }
                                              ],
                                              "kind": "var",
                                              "range": [
                                                4527,
                                                4666
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 4527
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 4666
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "SequenceExpression",
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "c",
                                                          "range": [
                                                            4666,
                                                            4667
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4666
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4667
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "position",
                                                          "range": [
                                                            4668,
                                                            4676
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4668
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4676
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4666,
                                                          4676
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4666
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4676
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "copy",
                                                        "range": [
                                                          4677,
                                                          4681
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4677
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4681
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4666,
                                                        4681
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4666
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4681
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "b",
                                                        "range": [
                                                          4682,
                                                          4683
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4682
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4683
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4666,
                                                      4684
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4666
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4684
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "c",
                                                        "range": [
                                                          4685,
                                                          4686
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4685
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4686
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "target",
                                                        "range": [
                                                          4687,
                                                          4693
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4687
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4693
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4685,
                                                        4693
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4685
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4693
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            4694,
                                                            4698
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4694
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4698
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "pool",
                                                          "range": [
                                                            4699,
                                                            4703
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4699
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4703
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4694,
                                                          4703
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4694
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4703
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "_objects",
                                                        "range": [
                                                          4704,
                                                          4712
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4704
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4712
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4694,
                                                        4712
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4694
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4712
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4685,
                                                      4712
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4685
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4712
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "c",
                                                        "range": [
                                                          4713,
                                                          4714
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4713
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4714
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "castShadow",
                                                        "range": [
                                                          4715,
                                                          4725
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4715
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4725
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4713,
                                                        4725
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4713
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4725
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "UnaryExpression",
                                                      "operator": "!",
                                                      "argument": {
                                                        "type": "Literal",
                                                        "value": 0,
                                                        "raw": "0",
                                                        "range": [
                                                          4727,
                                                          4728
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4727
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4728
                                                          }
                                                        }
                                                      },
                                                      "prefix": true,
                                                      "range": [
                                                        4726,
                                                        4728
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4726
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4728
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4713,
                                                      4728
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4713
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4728
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "c",
                                                        "range": [
                                                          4729,
                                                          4730
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4729
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4730
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "penumbra",
                                                        "range": [
                                                          4731,
                                                          4739
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4731
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4739
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4729,
                                                        4739
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4729
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4739
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "Literal",
                                                      "value": 1,
                                                      "raw": "1",
                                                      "range": [
                                                        4740,
                                                        4741
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4740
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4741
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4729,
                                                      4741
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4729
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4741
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "c",
                                                        "range": [
                                                          4742,
                                                          4743
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4742
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4743
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "shadow",
                                                        "range": [
                                                          4744,
                                                          4750
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4744
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4750
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4742,
                                                        4750
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4742
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4750
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "NewExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "THREE",
                                                          "range": [
                                                            4755,
                                                            4760
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4755
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4760
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "LightShadow",
                                                          "range": [
                                                            4761,
                                                            4772
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4761
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4772
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4755,
                                                          4772
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4755
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4772
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "NewExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "THREE",
                                                              "range": [
                                                                4777,
                                                                4782
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4777
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4782
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "PerspectiveCamera",
                                                              "range": [
                                                                4783,
                                                                4800
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4783
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4800
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4777,
                                                              4800
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4777
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4800
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": 10,
                                                              "raw": "10",
                                                              "range": [
                                                                4801,
                                                                4803
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4801
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4803
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "Literal",
                                                              "value": 1,
                                                              "raw": "1",
                                                              "range": [
                                                                4804,
                                                                4805
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4804
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4805
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "Literal",
                                                              "value": 100,
                                                              "raw": "100",
                                                              "range": [
                                                                4806,
                                                                4809
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4806
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4809
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "BinaryExpression",
                                                              "operator": "*",
                                                              "left": {
                                                                "type": "Literal",
                                                                "value": 1.5,
                                                                "raw": "1.5",
                                                                "range": [
                                                                  4810,
                                                                  4813
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4810
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4813
                                                                  }
                                                                }
                                                              },
                                                              "right": {
                                                                "type": "Identifier",
                                                                "name": "a",
                                                                "range": [
                                                                  4814,
                                                                  4815
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 4814
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 4815
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                4810,
                                                                4815
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 4810
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 4815
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            4773,
                                                            4816
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4773
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4816
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        4751,
                                                        4817
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4751
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4817
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4742,
                                                      4817
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4742
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4817
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "c",
                                                            "range": [
                                                              4818,
                                                              4819
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4818
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4819
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "shadow",
                                                            "range": [
                                                              4820,
                                                              4826
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4820
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4826
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4818,
                                                            4826
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4818
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4826
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "mapSize",
                                                          "range": [
                                                            4827,
                                                            4834
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4827
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4834
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4818,
                                                          4834
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4818
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4834
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "width",
                                                        "range": [
                                                          4835,
                                                          4840
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4835
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4840
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4818,
                                                        4840
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4818
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4840
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "Literal",
                                                      "value": 2048,
                                                      "raw": "2048",
                                                      "range": [
                                                        4841,
                                                        4845
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4841
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4845
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4818,
                                                      4845
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4818
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4845
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "c",
                                                            "range": [
                                                              4846,
                                                              4847
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4846
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4847
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "shadow",
                                                            "range": [
                                                              4848,
                                                              4854
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 4848
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 4854
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4846,
                                                            4854
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4846
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4854
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "mapSize",
                                                          "range": [
                                                            4855,
                                                            4862
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 4855
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 4862
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          4846,
                                                          4862
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4846
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4862
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "height",
                                                        "range": [
                                                          4863,
                                                          4869
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4863
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4869
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4846,
                                                        4869
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4846
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4869
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "Literal",
                                                      "value": 2048,
                                                      "raw": "2048",
                                                      "range": [
                                                        4870,
                                                        4874
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4870
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4874
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4846,
                                                      4874
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4846
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4874
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          4875,
                                                          4879
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4875
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4879
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "add",
                                                        "range": [
                                                          4880,
                                                          4883
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4880
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4883
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4875,
                                                        4883
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 4875
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 4883
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "c",
                                                        "range": [
                                                          4884,
                                                          4885
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 4884
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 4885
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4875,
                                                      4886
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 4875
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 4886
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4666,
                                                  4886
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 4666
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 4886
                                                  }
                                                }
                                              },
                                              "range": [
                                                4666,
                                                4886
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 4666
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 4886
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3926,
                                            4887
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 3926
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 4887
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3909,
                                          4887
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 3909
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 4887
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        3903,
                                        4887
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 3903
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 4887
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    3889,
                                    4888
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 3889
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 4888
                                    }
                                  }
                                }
                              ],
                              "range": [
                                3888,
                                4889
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 3888
                                },
                                "end": {
                                  "line": 1,
                                  "column": 4889
                                }
                              }
                            }
                          ],
                          "range": [
                            3855,
                            4890
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 3855
                            },
                            "end": {
                              "line": 1,
                              "column": 4890
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "Lights",
                          "range": [
                            4891,
                            4897
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 4891
                            },
                            "end": {
                              "line": 1,
                              "column": 4897
                            }
                          }
                        }
                      ],
                      "range": [
                        3816,
                        4897
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 3816
                        },
                        "end": {
                          "line": 1,
                          "column": 4897
                        }
                      }
                    },
                    "range": [
                      3810,
                      4897
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 3810
                      },
                      "end": {
                        "line": 1,
                        "column": 4897
                      }
                    }
                  }
                ],
                "range": [
                  3495,
                  4898
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 3495
                  },
                  "end": {
                    "line": 1,
                    "column": 4898
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                3478,
                4898
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 3478
                },
                "end": {
                  "line": 1,
                  "column": 4898
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_object2",
                  "range": [
                    4899,
                    4907
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 4899
                    },
                    "end": {
                      "line": 1,
                      "column": 4907
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    4908,
                    4915
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 4908
                    },
                    "end": {
                      "line": 1,
                      "column": 4915
                    }
                  }
                },
                "range": [
                  4899,
                  4915
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 4899
                  },
                  "end": {
                    "line": 1,
                    "column": 4915
                  }
                }
              }
            ],
            "range": [
              3478,
              4916
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 3478
              },
              "end": {
                "line": 1,
                "column": 4916
              }
            }
          },
          "range": [
            3471,
            4916
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 3471
            },
            "end": {
              "line": 1,
              "column": 4916
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        3467,
        4917
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 3467
        },
        "end": {
          "line": 1,
          "column": 4917
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Stage",
            "range": [
              4921,
              4926
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 4921
              },
              "end": {
                "line": 1,
                "column": 4926
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_Object2",
                  "range": [
                    4936,
                    4944
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 4936
                    },
                    "end": {
                      "line": 1,
                      "column": 4944
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "Stage",
                      "range": [
                        4955,
                        4960
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 4955
                        },
                        "end": {
                          "line": 1,
                          "column": 4960
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "_ref2",
                        "range": [
                          4961,
                          4966
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 4961
                          },
                          "end": {
                            "line": 1,
                            "column": 4966
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "a",
                                "range": [
                                  4972,
                                  4973
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 4972
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 4973
                                  }
                                }
                              },
                              "init": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_ref2",
                                  "range": [
                                    4974,
                                    4979
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 4974
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 4979
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "pool",
                                  "range": [
                                    4980,
                                    4984
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 4980
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 4984
                                    }
                                  }
                                },
                                "range": [
                                  4974,
                                  4984
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 4974
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 4984
                                  }
                                }
                              },
                              "range": [
                                4972,
                                4984
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 4972
                                },
                                "end": {
                                  "line": 1,
                                  "column": 4984
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            4968,
                            4985
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 4968
                            },
                            "end": {
                              "line": 1,
                              "column": 4985
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "SequenceExpression",
                              "expressions": [
                                {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    4986,
                                    4987
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 4986
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 4987
                                    }
                                  }
                                },
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_classCallCheck3",
                                    "range": [
                                      4988,
                                      5004
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 4988
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5004
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "default",
                                    "range": [
                                      5005,
                                      5012
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5005
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5012
                                      }
                                    }
                                  },
                                  "range": [
                                    4988,
                                    5012
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 4988
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5012
                                    }
                                  }
                                }
                              ],
                              "range": [
                                4986,
                                5012
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 4986
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5012
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  5014,
                                  5018
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5014
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5018
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "Stage",
                                "range": [
                                  5019,
                                  5024
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5019
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5024
                                  }
                                }
                              }
                            ],
                            "range": [
                              4985,
                              5025
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 4985
                              },
                              "end": {
                                "line": 1,
                                "column": 5025
                              }
                            }
                          },
                          "range": [
                            4985,
                            5026
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 4985
                            },
                            "end": {
                              "line": 1,
                              "column": 5026
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "_this4",
                                "range": [
                                  5030,
                                  5036
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5030
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5036
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        5038,
                                        5039
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 5038
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 5039
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          5040,
                                          5067
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5040
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5067
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          5068,
                                          5075
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5068
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5075
                                          }
                                        }
                                      },
                                      "range": [
                                        5040,
                                        5075
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 5040
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 5075
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    5038,
                                    5075
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5038
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5075
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      5077,
                                      5081
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5077
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5081
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Stage",
                                            "range": [
                                              5083,
                                              5088
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 5083
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 5088
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              5089,
                                              5098
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 5089
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 5098
                                              }
                                            }
                                          },
                                          "range": [
                                            5083,
                                            5098
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 5083
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 5098
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  5101,
                                                  5102
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 5101
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 5102
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    5103,
                                                    5119
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 5103
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 5119
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    5120,
                                                    5127
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 5120
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 5127
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5103,
                                                  5127
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 5103
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 5127
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5101,
                                              5127
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 5101
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 5127
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "Stage",
                                              "range": [
                                                5129,
                                                5134
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 5129
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 5134
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5100,
                                            5135
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 5100
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 5135
                                            }
                                          }
                                        },
                                        "range": [
                                          5083,
                                          5135
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5083
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5135
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          5137,
                                          5141
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5137
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5141
                                          }
                                        }
                                      },
                                      "range": [
                                        5082,
                                        5141
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 5082
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 5141
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          5142,
                                          5146
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5142
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5146
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5082,
                                      5147
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5082
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5147
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5037,
                                  5148
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5037
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5148
                                  }
                                }
                              },
                              "range": [
                                5030,
                                5148
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5030
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5148
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            5026,
                            5149
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5026
                            },
                            "end": {
                              "line": 1,
                              "column": 5149
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this4",
                                    "range": [
                                      5156,
                                      5162
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5156
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5162
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "measurable",
                                    "range": [
                                      5163,
                                      5173
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5163
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5173
                                      }
                                    }
                                  },
                                  "range": [
                                    5156,
                                    5173
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5156
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5173
                                    }
                                  }
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      5175,
                                      5176
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5175
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5176
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    5174,
                                    5176
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5174
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5176
                                    }
                                  }
                                },
                                "range": [
                                  5156,
                                  5176
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5156
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5176
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this4",
                                    "range": [
                                      5177,
                                      5183
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5177
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5183
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "pool",
                                    "range": [
                                      5184,
                                      5188
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5184
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5188
                                      }
                                    }
                                  },
                                  "range": [
                                    5177,
                                    5188
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5177
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5188
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "a",
                                  "range": [
                                    5189,
                                    5190
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5189
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5190
                                    }
                                  }
                                },
                                "range": [
                                  5177,
                                  5190
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5177
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5190
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this4",
                                    "range": [
                                      5191,
                                      5197
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5191
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5197
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "interactive",
                                    "range": [
                                      5198,
                                      5209
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5198
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5209
                                      }
                                    }
                                  },
                                  "range": [
                                    5191,
                                    5209
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5191
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5209
                                    }
                                  }
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      5211,
                                      5212
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5211
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5212
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    5210,
                                    5212
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5210
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5212
                                    }
                                  }
                                },
                                "range": [
                                  5191,
                                  5212
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5191
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5212
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this4",
                                    "range": [
                                      5213,
                                      5219
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5213
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5219
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "tweens",
                                    "range": [
                                      5220,
                                      5226
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5220
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5226
                                      }
                                    }
                                  },
                                  "range": [
                                    5213,
                                    5226
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5213
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5226
                                    }
                                  }
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      5228,
                                      5229
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5228
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5229
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    5227,
                                    5229
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5227
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5229
                                    }
                                  }
                                },
                                "range": [
                                  5213,
                                  5229
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5213
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5229
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this4",
                                    "range": [
                                      5230,
                                      5236
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5230
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5236
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "measurable",
                                    "range": [
                                      5237,
                                      5247
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5237
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5247
                                      }
                                    }
                                  },
                                  "range": [
                                    5230,
                                    5247
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5230
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5247
                                    }
                                  }
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "operator": "!",
                                  "argument": {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      5249,
                                      5250
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5249
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5250
                                      }
                                    }
                                  },
                                  "prefix": true,
                                  "range": [
                                    5248,
                                    5250
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5248
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5250
                                    }
                                  }
                                },
                                "range": [
                                  5230,
                                  5250
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5230
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5250
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "_this4",
                                "range": [
                                  5251,
                                  5257
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5251
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5257
                                  }
                                }
                              }
                            ],
                            "range": [
                              5156,
                              5257
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 5156
                              },
                              "end": {
                                "line": 1,
                                "column": 5257
                              }
                            }
                          },
                          "range": [
                            5149,
                            5257
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5149
                            },
                            "end": {
                              "line": 1,
                              "column": 5257
                            }
                          }
                        }
                      ],
                      "range": [
                        4967,
                        5258
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 4967
                        },
                        "end": {
                          "line": 1,
                          "column": 5258
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      4946,
                      5258
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 4946
                      },
                      "end": {
                        "line": 1,
                        "column": 5258
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  5265,
                                  5266
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5265
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5266
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    5267,
                                    5277
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5267
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5277
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    5278,
                                    5285
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5278
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5285
                                    }
                                  }
                                },
                                "range": [
                                  5267,
                                  5285
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5267
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5285
                                  }
                                }
                              }
                            ],
                            "range": [
                              5265,
                              5285
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 5265
                              },
                              "end": {
                                "line": 1,
                                "column": 5285
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Stage",
                              "range": [
                                5287,
                                5292
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5287
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5292
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Object2",
                              "range": [
                                5293,
                                5301
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5293
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5301
                                }
                              }
                            }
                          ],
                          "range": [
                            5264,
                            5302
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5264
                            },
                            "end": {
                              "line": 1,
                              "column": 5302
                            }
                          }
                        },
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  5304,
                                  5305
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5304
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5305
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_createClass3",
                                  "range": [
                                    5306,
                                    5319
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5306
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5319
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    5320,
                                    5327
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5320
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5327
                                    }
                                  }
                                },
                                "range": [
                                  5306,
                                  5327
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5306
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5327
                                  }
                                }
                              }
                            ],
                            "range": [
                              5304,
                              5327
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 5304
                              },
                              "end": {
                                "line": 1,
                                "column": 5327
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Stage",
                              "range": [
                                5329,
                                5334
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5329
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5334
                                }
                              }
                            },
                            {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          5337,
                                          5340
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5337
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5340
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "update",
                                        "raw": "'update'",
                                        "range": [
                                          5341,
                                          5349
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5341
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5349
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        5337,
                                        5349
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 5337
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 5349
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          5350,
                                          5355
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5350
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5355
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "update",
                                          "range": [
                                            5365,
                                            5371
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 5365
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 5371
                                            }
                                          }
                                        },
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "SequenceExpression",
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          5374,
                                                          5378
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5374
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5378
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "destroy",
                                                        "range": [
                                                          5379,
                                                          5386
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5379
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5386
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5374,
                                                        5386
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 5374
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 5386
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      5374,
                                                      5388
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5374
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5388
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            5389,
                                                            5393
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5389
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5393
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "position",
                                                          "range": [
                                                            5394,
                                                            5402
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5394
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5402
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5389,
                                                          5402
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5389
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5402
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "copy",
                                                        "range": [
                                                          5403,
                                                          5407
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5403
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5407
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5389,
                                                        5407
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 5389
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 5407
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "range": [
                                                                  5408,
                                                                  5412
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 5408
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 5412
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "pool",
                                                                "range": [
                                                                  5413,
                                                                  5417
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 5413
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 5417
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5408,
                                                                5417
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 5408
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 5417
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "_objects",
                                                              "range": [
                                                                5418,
                                                                5426
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 5418
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 5426
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              5408,
                                                              5426
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5408
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5426
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "getCenter",
                                                            "range": [
                                                              5427,
                                                              5436
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5427
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5436
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5408,
                                                            5436
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5408
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5436
                                                            }
                                                          }
                                                        },
                                                        "arguments": [],
                                                        "range": [
                                                          5408,
                                                          5438
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5408
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5438
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      5389,
                                                      5439
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5389
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5439
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "-=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            5440,
                                                            5444
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5440
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5444
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "position",
                                                          "range": [
                                                            5445,
                                                            5453
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5445
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5453
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5440,
                                                          5453
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5440
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5453
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "y",
                                                        "range": [
                                                          5454,
                                                          5455
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5454
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5455
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5440,
                                                        5455
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 5440
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 5455
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              5457,
                                                              5461
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5457
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5461
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "pool",
                                                            "range": [
                                                              5462,
                                                              5466
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5462
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5466
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5457,
                                                            5466
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5457
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5466
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "_objects",
                                                          "range": [
                                                            5467,
                                                            5475
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5467
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5475
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5457,
                                                          5475
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5457
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5475
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "height",
                                                        "range": [
                                                          5476,
                                                          5482
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5476
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5482
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5457,
                                                        5482
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 5457
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 5482
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5440,
                                                      5482
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5440
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5482
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            5483,
                                                            5487
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5483
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5487
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "rotation",
                                                          "range": [
                                                            5488,
                                                            5496
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5488
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5496
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5483,
                                                          5496
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5483
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5496
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "x",
                                                        "range": [
                                                          5497,
                                                          5498
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5497
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5498
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5483,
                                                        5498
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 5483
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 5498
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "operator": "/",
                                                      "left": {
                                                        "type": "UnaryExpression",
                                                        "operator": "-",
                                                        "argument": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "Math",
                                                            "range": [
                                                              5500,
                                                              5504
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5500
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5504
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "PI",
                                                            "range": [
                                                              5505,
                                                              5507
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5505
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5507
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5500,
                                                            5507
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5500
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5507
                                                            }
                                                          }
                                                        },
                                                        "prefix": true,
                                                        "range": [
                                                          5499,
                                                          5507
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5499
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5507
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "value": 2,
                                                        "raw": "2",
                                                        "range": [
                                                          5508,
                                                          5509
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5508
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5509
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5499,
                                                        5509
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 5499
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 5509
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5483,
                                                      5509
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5483
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5509
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5374,
                                                  5509
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 5374
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 5509
                                                  }
                                                }
                                              },
                                              "range": [
                                                5374,
                                                5510
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 5374
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 5510
                                                }
                                              }
                                            },
                                            {
                                              "type": "VariableDeclaration",
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "id": {
                                                    "type": "Identifier",
                                                    "name": "a",
                                                    "range": [
                                                      5514,
                                                      5515
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5514
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5515
                                                      }
                                                    }
                                                  },
                                                  "init": {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "THREE",
                                                        "range": [
                                                          5520,
                                                          5525
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5520
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5525
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "PlaneBufferGeometry",
                                                        "range": [
                                                          5526,
                                                          5545
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5526
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5545
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5520,
                                                        5545
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 5520
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 5545
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BinaryExpression",
                                                        "operator": "*",
                                                        "left": {
                                                          "type": "Literal",
                                                          "value": 1.2,
                                                          "raw": "1.2",
                                                          "range": [
                                                            5546,
                                                            5549
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5546
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5549
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "range": [
                                                                  5550,
                                                                  5554
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 5550
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 5554
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "pool",
                                                                "range": [
                                                                  5555,
                                                                  5559
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 5555
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 5559
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5550,
                                                                5559
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 5550
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 5559
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "_objects",
                                                              "range": [
                                                                5560,
                                                                5568
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 5560
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 5568
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              5550,
                                                              5568
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5550
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5568
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "width",
                                                            "range": [
                                                              5569,
                                                              5574
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5569
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5574
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5550,
                                                            5574
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5550
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5574
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5546,
                                                          5574
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5546
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5574
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "BinaryExpression",
                                                        "operator": "*",
                                                        "left": {
                                                          "type": "Literal",
                                                          "value": 1.2,
                                                          "raw": "1.2",
                                                          "range": [
                                                            5575,
                                                            5578
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5575
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5578
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "range": [
                                                                  5579,
                                                                  5583
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 5579
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 5583
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "pool",
                                                                "range": [
                                                                  5584,
                                                                  5588
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 5584
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 5588
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5579,
                                                                5588
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 5579
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 5588
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "_objects",
                                                              "range": [
                                                                5589,
                                                                5597
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 5589
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 5597
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              5579,
                                                              5597
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5579
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5597
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "depth",
                                                            "range": [
                                                              5598,
                                                              5603
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 5598
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 5603
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5579,
                                                            5603
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 5579
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 5603
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5575,
                                                          5603
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5575
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5603
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          5604,
                                                          5605
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5604
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5605
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          5606,
                                                          5607
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5606
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5607
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      5516,
                                                      5608
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5516
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5608
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5514,
                                                    5608
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 5514
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 5608
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "VariableDeclarator",
                                                  "id": {
                                                    "type": "Identifier",
                                                    "name": "b",
                                                    "range": [
                                                      5609,
                                                      5610
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5609
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5610
                                                      }
                                                    }
                                                  },
                                                  "init": {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "THREE",
                                                        "range": [
                                                          5615,
                                                          5620
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5615
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5620
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "Mesh",
                                                        "range": [
                                                          5621,
                                                          5625
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5621
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5625
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5615,
                                                        5625
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 5615
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 5625
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "a",
                                                        "range": [
                                                          5626,
                                                          5627
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5626
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5627
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "name": "shadowMaterial",
                                                        "range": [
                                                          5628,
                                                          5642
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 5628
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 5642
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      5611,
                                                      5643
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5611
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5643
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5609,
                                                    5643
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 5609
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 5643
                                                    }
                                                  }
                                                }
                                              ],
                                              "kind": "var",
                                              "range": [
                                                5510,
                                                5644
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 5510
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 5644
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "range": [
                                                      5644,
                                                      5648
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5644
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5648
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      5649,
                                                      5652
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5649
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5652
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5644,
                                                    5652
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 5644
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 5652
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "b",
                                                    "range": [
                                                      5653,
                                                      5654
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 5653
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 5654
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5644,
                                                  5655
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 5644
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 5655
                                                  }
                                                }
                                              },
                                              "range": [
                                                5644,
                                                5655
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 5644
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 5655
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5373,
                                            5656
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 5373
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 5656
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          5356,
                                          5656
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5356
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5656
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        5350,
                                        5656
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 5350
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 5656
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    5336,
                                    5657
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5336
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5657
                                    }
                                  }
                                }
                              ],
                              "range": [
                                5335,
                                5658
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5335
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5658
                                }
                              }
                            }
                          ],
                          "range": [
                            5303,
                            5659
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5303
                            },
                            "end": {
                              "line": 1,
                              "column": 5659
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "Stage",
                          "range": [
                            5660,
                            5665
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5660
                            },
                            "end": {
                              "line": 1,
                              "column": 5665
                            }
                          }
                        }
                      ],
                      "range": [
                        5264,
                        5665
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 5264
                        },
                        "end": {
                          "line": 1,
                          "column": 5665
                        }
                      }
                    },
                    "range": [
                      5258,
                      5665
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 5258
                      },
                      "end": {
                        "line": 1,
                        "column": 5665
                      }
                    }
                  }
                ],
                "range": [
                  4945,
                  5666
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 4945
                  },
                  "end": {
                    "line": 1,
                    "column": 5666
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                4927,
                5666
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4927
                },
                "end": {
                  "line": 1,
                  "column": 5666
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_object2",
                  "range": [
                    5667,
                    5675
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 5667
                    },
                    "end": {
                      "line": 1,
                      "column": 5675
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    5676,
                    5683
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 5676
                    },
                    "end": {
                      "line": 1,
                      "column": 5683
                    }
                  }
                },
                "range": [
                  5667,
                  5683
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 5667
                  },
                  "end": {
                    "line": 1,
                    "column": 5683
                  }
                }
              }
            ],
            "range": [
              4927,
              5684
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 4927
              },
              "end": {
                "line": 1,
                "column": 5684
              }
            }
          },
          "range": [
            4921,
            5684
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 4921
            },
            "end": {
              "line": 1,
              "column": 5684
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        4917,
        5685
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 4917
        },
        "end": {
          "line": 1,
          "column": 5685
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "PhysicalObjects",
            "range": [
              5689,
              5704
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 5689
              },
              "end": {
                "line": 1,
                "column": 5704
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_Object3",
                  "range": [
                    5714,
                    5722
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 5714
                    },
                    "end": {
                      "line": 1,
                      "column": 5722
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "PhysicalObjects",
                      "range": [
                        5733,
                        5748
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 5733
                        },
                        "end": {
                          "line": 1,
                          "column": 5748
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "_ref3",
                        "range": [
                          5749,
                          5754
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 5749
                          },
                          "end": {
                            "line": 1,
                            "column": 5754
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "_this5$on",
                                "range": [
                                  5760,
                                  5769
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5760
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5769
                                  }
                                }
                              },
                              "init": null,
                              "range": [
                                5760,
                                5769
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5760
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5769
                                }
                              }
                            },
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "_this6",
                                "range": [
                                  5770,
                                  5776
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5770
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5776
                                  }
                                }
                              },
                              "init": {
                                "type": "ThisExpression",
                                "range": [
                                  5777,
                                  5781
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5777
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5781
                                  }
                                }
                              },
                              "range": [
                                5770,
                                5781
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5770
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5781
                                }
                              }
                            },
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "a",
                                "range": [
                                  5782,
                                  5783
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5782
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5783
                                  }
                                }
                              },
                              "init": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_ref3",
                                  "range": [
                                    5784,
                                    5789
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5784
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5789
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "pool",
                                  "range": [
                                    5790,
                                    5794
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5790
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5794
                                    }
                                  }
                                },
                                "range": [
                                  5784,
                                  5794
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5784
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5794
                                  }
                                }
                              },
                              "range": [
                                5782,
                                5794
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5782
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5794
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            5756,
                            5795
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5756
                            },
                            "end": {
                              "line": 1,
                              "column": 5795
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "SequenceExpression",
                              "expressions": [
                                {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    5796,
                                    5797
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5796
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5797
                                    }
                                  }
                                },
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_classCallCheck3",
                                    "range": [
                                      5798,
                                      5814
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5798
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5814
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "default",
                                    "range": [
                                      5815,
                                      5822
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5815
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5822
                                      }
                                    }
                                  },
                                  "range": [
                                    5798,
                                    5822
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5798
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5822
                                    }
                                  }
                                }
                              ],
                              "range": [
                                5796,
                                5822
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5796
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5822
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  5824,
                                  5828
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5824
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5828
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "PhysicalObjects",
                                "range": [
                                  5829,
                                  5844
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5829
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5844
                                  }
                                }
                              }
                            ],
                            "range": [
                              5795,
                              5845
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 5795
                              },
                              "end": {
                                "line": 1,
                                "column": 5845
                              }
                            }
                          },
                          "range": [
                            5795,
                            5846
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5795
                            },
                            "end": {
                              "line": 1,
                              "column": 5846
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "_this5",
                                "range": [
                                  5850,
                                  5856
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5850
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5856
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        5858,
                                        5859
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 5858
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 5859
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          5860,
                                          5887
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5860
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5887
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          5888,
                                          5895
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5888
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5895
                                          }
                                        }
                                      },
                                      "range": [
                                        5860,
                                        5895
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 5860
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 5895
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    5858,
                                    5895
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5858
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 5895
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      5897,
                                      5901
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5897
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5901
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "PhysicalObjects",
                                            "range": [
                                              5903,
                                              5918
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 5903
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 5918
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              5919,
                                              5928
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 5919
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 5928
                                              }
                                            }
                                          },
                                          "range": [
                                            5903,
                                            5928
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 5903
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 5928
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  5931,
                                                  5932
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 5931
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 5932
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    5933,
                                                    5949
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 5933
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 5949
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    5950,
                                                    5957
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 5950
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 5957
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5933,
                                                  5957
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 5933
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 5957
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5931,
                                              5957
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 5931
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 5957
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "PhysicalObjects",
                                              "range": [
                                                5959,
                                                5974
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 5959
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 5974
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5930,
                                            5975
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 5930
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 5975
                                            }
                                          }
                                        },
                                        "range": [
                                          5903,
                                          5975
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5903
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5975
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          5977,
                                          5981
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5977
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5981
                                          }
                                        }
                                      },
                                      "range": [
                                        5902,
                                        5981
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 5902
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 5981
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          5982,
                                          5986
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 5982
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 5986
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5902,
                                      5987
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5902
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 5987
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5857,
                                  5988
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5857
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 5988
                                  }
                                }
                              },
                              "range": [
                                5850,
                                5988
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 5850
                                },
                                "end": {
                                  "line": 1,
                                  "column": 5988
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            5846,
                            5989
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5846
                            },
                            "end": {
                              "line": 1,
                              "column": 5989
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this5",
                                    "range": [
                                      5996,
                                      6002
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 5996
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 6002
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "on",
                                    "range": [
                                      6003,
                                      6005
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 6003
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 6005
                                      }
                                    }
                                  },
                                  "range": [
                                    5996,
                                    6005
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 5996
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 6005
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "SequenceExpression",
                                    "expressions": [
                                      {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "_this5$on",
                                          "range": [
                                            6007,
                                            6016
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 6007
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 6016
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "ObjectExpression",
                                          "properties": [],
                                          "range": [
                                            6017,
                                            6019
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 6017
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 6019
                                            }
                                          }
                                        },
                                        "range": [
                                          6007,
                                          6019
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 6007
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 6019
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                6021,
                                                6022
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 6021
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 6022
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_defineProperty3",
                                                "range": [
                                                  6023,
                                                  6039
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 6023
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 6039
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  6040,
                                                  6047
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 6040
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 6047
                                                  }
                                                }
                                              },
                                              "range": [
                                                6023,
                                                6047
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 6023
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 6047
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            6021,
                                            6047
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 6021
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 6047
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "_this5$on",
                                            "range": [
                                              6049,
                                              6058
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 6049
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 6058
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "_object2",
                                                    "range": [
                                                      6059,
                                                      6067
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 6059
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 6067
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "default",
                                                    "range": [
                                                      6068,
                                                      6075
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 6068
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 6075
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    6059,
                                                    6075
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 6059
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 6075
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Events",
                                                  "range": [
                                                    6076,
                                                    6082
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 6076
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 6082
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  6059,
                                                  6082
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 6059
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 6082
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "Lifecycle",
                                                "range": [
                                                  6083,
                                                  6092
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 6083
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 6092
                                                  }
                                                }
                                              },
                                              "range": [
                                                6059,
                                                6092
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 6059
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 6092
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "ChildAdded",
                                              "range": [
                                                6093,
                                                6103
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 6093
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 6103
                                                }
                                              }
                                            },
                                            "range": [
                                              6059,
                                              6103
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 6059
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 6103
                                              }
                                            }
                                          },
                                          {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "FunctionExpression",
                                              "id": null,
                                              "params": [],
                                              "body": {
                                                "type": "BlockStatement",
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "id": {
                                                          "type": "Identifier",
                                                          "name": "_ref4",
                                                          "range": [
                                                            6119,
                                                            6124
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 6119
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 6124
                                                            }
                                                          }
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "SequenceExpression",
                                                            "expressions": [
                                                              {
                                                                "type": "Literal",
                                                                "value": 0,
                                                                "raw": "0",
                                                                "range": [
                                                                  6126,
                                                                  6127
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 6126
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 6127
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "_asyncToGenerator3",
                                                                  "range": [
                                                                    6128,
                                                                    6146
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 6128
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 6146
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "default",
                                                                  "range": [
                                                                    6147,
                                                                    6154
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 6147
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 6154
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  6128,
                                                                  6154
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 6128
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 6154
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6126,
                                                              6154
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 6126
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 6154
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "name": "_regenerator2",
                                                                    "range": [
                                                                      6156,
                                                                      6169
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 6156
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 6169
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "default",
                                                                    "range": [
                                                                      6170,
                                                                      6177
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 6170
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 6177
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    6156,
                                                                    6177
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 6156
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 6177
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "mark",
                                                                  "range": [
                                                                    6178,
                                                                    6182
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 6178
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 6182
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  6156,
                                                                  6182
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 6156
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 6182
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "FunctionExpression",
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "name": "_callee",
                                                                    "range": [
                                                                      6192,
                                                                      6199
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 6192
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 6199
                                                                      }
                                                                    }
                                                                  },
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "name": "_ref5",
                                                                      "range": [
                                                                        6200,
                                                                        6205
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 6200
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 6205
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "body": [
                                                                      {
                                                                        "type": "VariableDeclaration",
                                                                        "declarations": [
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "name": "b",
                                                                              "range": [
                                                                                6211,
                                                                                6212
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 6211
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 6212
                                                                                }
                                                                              }
                                                                            },
                                                                            "init": {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "_ref5",
                                                                                "range": [
                                                                                  6213,
                                                                                  6218
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 6213
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 6218
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "child",
                                                                                "range": [
                                                                                  6219,
                                                                                  6224
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 6219
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 6224
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                6213,
                                                                                6224
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 6213
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 6224
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              6211,
                                                                              6224
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 6211
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 6224
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "kind": "var",
                                                                        "range": [
                                                                          6207,
                                                                          6225
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 6207
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 6225
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "argument": {
                                                                          "type": "CallExpression",
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "computed": false,
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "_regenerator2",
                                                                                "range": [
                                                                                  6232,
                                                                                  6245
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 6232
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 6245
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "default",
                                                                                "range": [
                                                                                  6246,
                                                                                  6253
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 6246
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 6253
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                6232,
                                                                                6253
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 6232
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 6253
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "wrap",
                                                                              "range": [
                                                                                6254,
                                                                                6258
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 6254
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 6258
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              6232,
                                                                              6258
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 6232
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 6258
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "FunctionExpression",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "_callee$",
                                                                                "range": [
                                                                                  6268,
                                                                                  6276
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 6268
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 6276
                                                                                  }
                                                                                }
                                                                              },
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "name": "_context",
                                                                                  "range": [
                                                                                    6277,
                                                                                    6285
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 6277
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 6285
                                                                                    }
                                                                                  }
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ForStatement",
                                                                                    "init": null,
                                                                                    "test": {
                                                                                      "type": "Literal",
                                                                                      "value": 1,
                                                                                      "raw": "1",
                                                                                      "range": [
                                                                                        6292,
                                                                                        6293
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 6292
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 6293
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "update": null,
                                                                                    "body": {
                                                                                      "type": "SwitchStatement",
                                                                                      "discriminant": {
                                                                                        "type": "AssignmentExpression",
                                                                                        "operator": "=",
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "computed": false,
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "name": "_context",
                                                                                            "range": [
                                                                                              6302,
                                                                                              6310
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 6302
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 6310
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "name": "prev",
                                                                                            "range": [
                                                                                              6311,
                                                                                              6315
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 6311
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 6315
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            6302,
                                                                                            6315
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 6302
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 6315
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "computed": false,
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "name": "_context",
                                                                                            "range": [
                                                                                              6316,
                                                                                              6324
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 6316
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 6324
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "name": "next",
                                                                                            "range": [
                                                                                              6325,
                                                                                              6329
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 6325
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 6329
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            6316,
                                                                                            6329
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 6316
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 6329
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "range": [
                                                                                          6302,
                                                                                          6329
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 1,
                                                                                            "column": 6302
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 1,
                                                                                            "column": 6329
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "cases": [
                                                                                        {
                                                                                          "type": "SwitchCase",
                                                                                          "test": {
                                                                                            "type": "Literal",
                                                                                            "value": 0,
                                                                                            "raw": "0",
                                                                                            "range": [
                                                                                              6336,
                                                                                              6337
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 6336
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 6337
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "consequent": [
                                                                                            {
                                                                                              "type": "ReturnStatement",
                                                                                              "argument": {
                                                                                                "type": "SequenceExpression",
                                                                                                "expressions": [
                                                                                                  {
                                                                                                    "type": "CallExpression",
                                                                                                    "callee": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "b",
                                                                                                        "range": [
                                                                                                          6345,
                                                                                                          6346
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 6345
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 6346
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "traverse",
                                                                                                        "range": [
                                                                                                          6347,
                                                                                                          6355
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 6347
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 6355
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        6345,
                                                                                                        6355
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 6345
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 6355
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "arguments": [
                                                                                                      {
                                                                                                        "type": "FunctionExpression",
                                                                                                        "id": null,
                                                                                                        "params": [
                                                                                                          {
                                                                                                            "type": "Identifier",
                                                                                                            "name": "c",
                                                                                                            "range": [
                                                                                                              6365,
                                                                                                              6366
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 1,
                                                                                                                "column": 6365
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 1,
                                                                                                                "column": 6366
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        ],
                                                                                                        "body": {
                                                                                                          "type": "BlockStatement",
                                                                                                          "body": [
                                                                                                            {
                                                                                                              "type": "ExpressionStatement",
                                                                                                              "expression": {
                                                                                                                "type": "ConditionalExpression",
                                                                                                                "test": {
                                                                                                                  "type": "BinaryExpression",
                                                                                                                  "operator": "===",
                                                                                                                  "left": {
                                                                                                                    "type": "Literal",
                                                                                                                    "value": "Mesh",
                                                                                                                    "raw": "'Mesh'",
                                                                                                                    "range": [
                                                                                                                      6368,
                                                                                                                      6374
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 6368
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 6374
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "right": {
                                                                                                                    "type": "MemberExpression",
                                                                                                                    "computed": false,
                                                                                                                    "object": {
                                                                                                                      "type": "Identifier",
                                                                                                                      "name": "c",
                                                                                                                      "range": [
                                                                                                                        6377,
                                                                                                                        6378
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 6377
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 6378
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "property": {
                                                                                                                      "type": "Identifier",
                                                                                                                      "name": "type",
                                                                                                                      "range": [
                                                                                                                        6379,
                                                                                                                        6383
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 6379
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 6383
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "range": [
                                                                                                                      6377,
                                                                                                                      6383
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 6377
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 6383
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "range": [
                                                                                                                    6368,
                                                                                                                    6383
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 6368
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 6383
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "consequent": {
                                                                                                                  "type": "CallExpression",
                                                                                                                  "callee": {
                                                                                                                    "type": "FunctionExpression",
                                                                                                                    "id": null,
                                                                                                                    "params": [],
                                                                                                                    "body": {
                                                                                                                      "type": "BlockStatement",
                                                                                                                      "body": [
                                                                                                                        {
                                                                                                                          "type": "VariableDeclaration",
                                                                                                                          "declarations": [
                                                                                                                            {
                                                                                                                              "type": "VariableDeclarator",
                                                                                                                              "id": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "d",
                                                                                                                                "range": [
                                                                                                                                  6399,
                                                                                                                                  6400
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6399
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6400
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "init": {
                                                                                                                                "type": "ObjectExpression",
                                                                                                                                "properties": [
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "reflectivity",
                                                                                                                                      "range": [
                                                                                                                                        6402,
                                                                                                                                        6414
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6402
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6414
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 1,
                                                                                                                                      "raw": "1",
                                                                                                                                      "range": [
                                                                                                                                        6415,
                                                                                                                                        6416
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6415
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6416
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6402,
                                                                                                                                      6416
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6402
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6416
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "fog",
                                                                                                                                      "range": [
                                                                                                                                        6417,
                                                                                                                                        6420
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6417
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6420
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "UnaryExpression",
                                                                                                                                      "operator": "!",
                                                                                                                                      "argument": {
                                                                                                                                        "type": "Literal",
                                                                                                                                        "value": 1,
                                                                                                                                        "raw": "1",
                                                                                                                                        "range": [
                                                                                                                                          6422,
                                                                                                                                          6423
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6422
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6423
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "prefix": true,
                                                                                                                                      "range": [
                                                                                                                                        6421,
                                                                                                                                        6423
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6421
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6423
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6417,
                                                                                                                                      6423
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6417
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6423
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "polygonOffset",
                                                                                                                                      "range": [
                                                                                                                                        6424,
                                                                                                                                        6437
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6424
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6437
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "UnaryExpression",
                                                                                                                                      "operator": "!",
                                                                                                                                      "argument": {
                                                                                                                                        "type": "Literal",
                                                                                                                                        "value": 0,
                                                                                                                                        "raw": "0",
                                                                                                                                        "range": [
                                                                                                                                          6439,
                                                                                                                                          6440
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6439
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6440
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "prefix": true,
                                                                                                                                      "range": [
                                                                                                                                        6438,
                                                                                                                                        6440
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6438
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6440
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6424,
                                                                                                                                      6440
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6424
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6440
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "polygonOffsetFactor",
                                                                                                                                      "range": [
                                                                                                                                        6441,
                                                                                                                                        6460
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6441
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6460
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 1,
                                                                                                                                      "raw": "1",
                                                                                                                                      "range": [
                                                                                                                                        6461,
                                                                                                                                        6462
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6461
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6462
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6441,
                                                                                                                                      6462
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6441
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6462
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "polygonOffsetUnits",
                                                                                                                                      "range": [
                                                                                                                                        6463,
                                                                                                                                        6481
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6463
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6481
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 1,
                                                                                                                                      "raw": "1",
                                                                                                                                      "range": [
                                                                                                                                        6482,
                                                                                                                                        6483
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6482
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6483
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6463,
                                                                                                                                      6483
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6463
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6483
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "transparent",
                                                                                                                                      "range": [
                                                                                                                                        6484,
                                                                                                                                        6495
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6484
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6495
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "UnaryExpression",
                                                                                                                                      "operator": "!",
                                                                                                                                      "argument": {
                                                                                                                                        "type": "Literal",
                                                                                                                                        "value": 0,
                                                                                                                                        "raw": "0",
                                                                                                                                        "range": [
                                                                                                                                          6497,
                                                                                                                                          6498
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6497
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6498
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "prefix": true,
                                                                                                                                      "range": [
                                                                                                                                        6496,
                                                                                                                                        6498
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6496
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6498
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6484,
                                                                                                                                      6498
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6484
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6498
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "emissive",
                                                                                                                                      "range": [
                                                                                                                                        6499,
                                                                                                                                        6507
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6499
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6507
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "NewExpression",
                                                                                                                                      "callee": {
                                                                                                                                        "type": "MemberExpression",
                                                                                                                                        "computed": false,
                                                                                                                                        "object": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "THREE",
                                                                                                                                          "range": [
                                                                                                                                            6512,
                                                                                                                                            6517
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6512
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6517
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "property": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "Color",
                                                                                                                                          "range": [
                                                                                                                                            6518,
                                                                                                                                            6523
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6518
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6523
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "range": [
                                                                                                                                          6512,
                                                                                                                                          6523
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6512
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6523
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "arguments": [
                                                                                                                                        {
                                                                                                                                          "type": "Literal",
                                                                                                                                          "value": 0,
                                                                                                                                          "raw": "0",
                                                                                                                                          "range": [
                                                                                                                                            6524,
                                                                                                                                            6525
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6524
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6525
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      ],
                                                                                                                                      "range": [
                                                                                                                                        6508,
                                                                                                                                        6526
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6508
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6526
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6499,
                                                                                                                                      6526
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6499
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6526
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "metalness",
                                                                                                                                      "range": [
                                                                                                                                        6527,
                                                                                                                                        6536
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6527
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6536
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.8,
                                                                                                                                      "raw": "0.8",
                                                                                                                                      "range": [
                                                                                                                                        6537,
                                                                                                                                        6540
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6537
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6540
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6527,
                                                                                                                                      6540
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6527
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6540
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "roughness",
                                                                                                                                      "range": [
                                                                                                                                        6541,
                                                                                                                                        6550
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6541
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6550
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.75,
                                                                                                                                      "raw": "0.75",
                                                                                                                                      "range": [
                                                                                                                                        6551,
                                                                                                                                        6555
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6551
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6555
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6541,
                                                                                                                                      6555
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6541
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6555
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "clearCoat",
                                                                                                                                      "range": [
                                                                                                                                        6556,
                                                                                                                                        6565
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6556
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6565
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.5,
                                                                                                                                      "raw": "0.5",
                                                                                                                                      "range": [
                                                                                                                                        6566,
                                                                                                                                        6569
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6566
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6569
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6556,
                                                                                                                                      6569
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6556
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6569
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "clearCoatRoughness",
                                                                                                                                      "range": [
                                                                                                                                        6570,
                                                                                                                                        6588
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6570
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6588
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.7,
                                                                                                                                      "raw": "0.7",
                                                                                                                                      "range": [
                                                                                                                                        6589,
                                                                                                                                        6592
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6589
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6592
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6570,
                                                                                                                                      6592
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6570
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6592
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "envMapIntensity",
                                                                                                                                      "range": [
                                                                                                                                        6593,
                                                                                                                                        6608
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6593
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6608
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.4,
                                                                                                                                      "raw": "0.4",
                                                                                                                                      "range": [
                                                                                                                                        6609,
                                                                                                                                        6612
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6609
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6612
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      6593,
                                                                                                                                      6612
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6593
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6612
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                ],
                                                                                                                                "range": [
                                                                                                                                  6401,
                                                                                                                                  6613
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6401
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6613
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "range": [
                                                                                                                                6399,
                                                                                                                                6613
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 6399
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 6613
                                                                                                                                }
                                                                                                                              }
                                                                                                                            }
                                                                                                                          ],
                                                                                                                          "kind": "var",
                                                                                                                          "range": [
                                                                                                                            6395,
                                                                                                                            6614
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 6395
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 6614
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        {
                                                                                                                          "type": "ExpressionStatement",
                                                                                                                          "expression": {
                                                                                                                            "type": "SequenceExpression",
                                                                                                                            "expressions": [
                                                                                                                              {
                                                                                                                                "type": "AssignmentExpression",
                                                                                                                                "operator": "=",
                                                                                                                                "left": {
                                                                                                                                  "type": "MemberExpression",
                                                                                                                                  "computed": false,
                                                                                                                                  "object": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "c",
                                                                                                                                    "range": [
                                                                                                                                      6614,
                                                                                                                                      6615
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6614
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6615
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "property": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "castShadow",
                                                                                                                                    "range": [
                                                                                                                                      6616,
                                                                                                                                      6626
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6616
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6626
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    6614,
                                                                                                                                    6626
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6614
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6626
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "right": {
                                                                                                                                  "type": "UnaryExpression",
                                                                                                                                  "operator": "!",
                                                                                                                                  "argument": {
                                                                                                                                    "type": "Literal",
                                                                                                                                    "value": 0,
                                                                                                                                    "raw": "0",
                                                                                                                                    "range": [
                                                                                                                                      6628,
                                                                                                                                      6629
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6628
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6629
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "prefix": true,
                                                                                                                                  "range": [
                                                                                                                                    6627,
                                                                                                                                    6629
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6627
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6629
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "range": [
                                                                                                                                  6614,
                                                                                                                                  6629
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6614
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6629
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              {
                                                                                                                                "type": "AssignmentExpression",
                                                                                                                                "operator": "=",
                                                                                                                                "left": {
                                                                                                                                  "type": "MemberExpression",
                                                                                                                                  "computed": false,
                                                                                                                                  "object": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "c",
                                                                                                                                    "range": [
                                                                                                                                      6630,
                                                                                                                                      6631
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6630
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6631
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "property": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "receiveShadow",
                                                                                                                                    "range": [
                                                                                                                                      6632,
                                                                                                                                      6645
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6632
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6645
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    6630,
                                                                                                                                    6645
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6630
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6645
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "right": {
                                                                                                                                  "type": "UnaryExpression",
                                                                                                                                  "operator": "!",
                                                                                                                                  "argument": {
                                                                                                                                    "type": "Literal",
                                                                                                                                    "value": 0,
                                                                                                                                    "raw": "0",
                                                                                                                                    "range": [
                                                                                                                                      6647,
                                                                                                                                      6648
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6647
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6648
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "prefix": true,
                                                                                                                                  "range": [
                                                                                                                                    6646,
                                                                                                                                    6648
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6646
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6648
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "range": [
                                                                                                                                  6630,
                                                                                                                                  6648
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6630
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6648
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              {
                                                                                                                                "type": "ConditionalExpression",
                                                                                                                                "test": {
                                                                                                                                  "type": "BinaryExpression",
                                                                                                                                  "operator": "instanceof",
                                                                                                                                  "left": {
                                                                                                                                    "type": "MemberExpression",
                                                                                                                                    "computed": false,
                                                                                                                                    "object": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "c",
                                                                                                                                      "range": [
                                                                                                                                        6649,
                                                                                                                                        6650
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6649
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6650
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "property": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "material",
                                                                                                                                      "range": [
                                                                                                                                        6651,
                                                                                                                                        6659
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6651
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6659
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      6649,
                                                                                                                                      6659
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6649
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6659
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "right": {
                                                                                                                                    "type": "MemberExpression",
                                                                                                                                    "computed": false,
                                                                                                                                    "object": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "THREE",
                                                                                                                                      "range": [
                                                                                                                                        6671,
                                                                                                                                        6676
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6671
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6676
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "property": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "MultiMaterial",
                                                                                                                                      "range": [
                                                                                                                                        6677,
                                                                                                                                        6690
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6677
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6690
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      6671,
                                                                                                                                      6690
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6671
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6690
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    6649,
                                                                                                                                    6690
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6649
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6690
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "consequent": {
                                                                                                                                  "type": "AssignmentExpression",
                                                                                                                                  "operator": "=",
                                                                                                                                  "left": {
                                                                                                                                    "type": "MemberExpression",
                                                                                                                                    "computed": false,
                                                                                                                                    "object": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "c",
                                                                                                                                        "range": [
                                                                                                                                          6691,
                                                                                                                                          6692
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6691
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6692
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "material",
                                                                                                                                        "range": [
                                                                                                                                          6693,
                                                                                                                                          6701
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6693
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6701
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        6691,
                                                                                                                                        6701
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6691
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6701
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "property": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "materials",
                                                                                                                                      "range": [
                                                                                                                                        6702,
                                                                                                                                        6711
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6702
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6711
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      6691,
                                                                                                                                      6711
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6691
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6711
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "right": {
                                                                                                                                    "type": "CallExpression",
                                                                                                                                    "callee": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "MemberExpression",
                                                                                                                                        "computed": false,
                                                                                                                                        "object": {
                                                                                                                                          "type": "MemberExpression",
                                                                                                                                          "computed": false,
                                                                                                                                          "object": {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "c",
                                                                                                                                            "range": [
                                                                                                                                              6712,
                                                                                                                                              6713
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 6712
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 6713
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          "property": {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "material",
                                                                                                                                            "range": [
                                                                                                                                              6714,
                                                                                                                                              6722
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 6714
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 6722
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          "range": [
                                                                                                                                            6712,
                                                                                                                                            6722
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6712
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6722
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "property": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "materials",
                                                                                                                                          "range": [
                                                                                                                                            6723,
                                                                                                                                            6732
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6723
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6732
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "range": [
                                                                                                                                          6712,
                                                                                                                                          6732
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6712
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6732
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "map",
                                                                                                                                        "range": [
                                                                                                                                          6733,
                                                                                                                                          6736
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6733
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6736
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        6712,
                                                                                                                                        6736
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6712
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6736
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "arguments": [
                                                                                                                                      {
                                                                                                                                        "type": "FunctionExpression",
                                                                                                                                        "id": null,
                                                                                                                                        "params": [
                                                                                                                                          {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "e",
                                                                                                                                            "range": [
                                                                                                                                              6746,
                                                                                                                                              6747
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 6746
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 6747
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        ],
                                                                                                                                        "body": {
                                                                                                                                          "type": "BlockStatement",
                                                                                                                                          "body": [
                                                                                                                                            {
                                                                                                                                              "type": "VariableDeclaration",
                                                                                                                                              "declarations": [
                                                                                                                                                {
                                                                                                                                                  "type": "VariableDeclarator",
                                                                                                                                                  "id": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "f",
                                                                                                                                                    "range": [
                                                                                                                                                      6753,
                                                                                                                                                      6754
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6753
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6754
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "init": {
                                                                                                                                                    "type": "NewExpression",
                                                                                                                                                    "callee": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "THREE",
                                                                                                                                                        "range": [
                                                                                                                                                          6759,
                                                                                                                                                          6764
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6759
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6764
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "MeshPhysicalMaterial",
                                                                                                                                                        "range": [
                                                                                                                                                          6765,
                                                                                                                                                          6785
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6765
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6785
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        6759,
                                                                                                                                                        6785
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6759
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6785
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "arguments": [
                                                                                                                                                      {
                                                                                                                                                        "type": "CallExpression",
                                                                                                                                                        "callee": {
                                                                                                                                                          "type": "SequenceExpression",
                                                                                                                                                          "expressions": [
                                                                                                                                                            {
                                                                                                                                                              "type": "Literal",
                                                                                                                                                              "value": 0,
                                                                                                                                                              "raw": "0",
                                                                                                                                                              "range": [
                                                                                                                                                                6787,
                                                                                                                                                                6788
                                                                                                                                                              ],
                                                                                                                                                              "loc": {
                                                                                                                                                                "start": {
                                                                                                                                                                  "line": 1,
                                                                                                                                                                  "column": 6787
                                                                                                                                                                },
                                                                                                                                                                "end": {
                                                                                                                                                                  "line": 1,
                                                                                                                                                                  "column": 6788
                                                                                                                                                                }
                                                                                                                                                              }
                                                                                                                                                            },
                                                                                                                                                            {
                                                                                                                                                              "type": "MemberExpression",
                                                                                                                                                              "computed": false,
                                                                                                                                                              "object": {
                                                                                                                                                                "type": "Identifier",
                                                                                                                                                                "name": "_extends3",
                                                                                                                                                                "range": [
                                                                                                                                                                  6789,
                                                                                                                                                                  6798
                                                                                                                                                                ],
                                                                                                                                                                "loc": {
                                                                                                                                                                  "start": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 6789
                                                                                                                                                                  },
                                                                                                                                                                  "end": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 6798
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              },
                                                                                                                                                              "property": {
                                                                                                                                                                "type": "Identifier",
                                                                                                                                                                "name": "default",
                                                                                                                                                                "range": [
                                                                                                                                                                  6799,
                                                                                                                                                                  6806
                                                                                                                                                                ],
                                                                                                                                                                "loc": {
                                                                                                                                                                  "start": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 6799
                                                                                                                                                                  },
                                                                                                                                                                  "end": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 6806
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              },
                                                                                                                                                              "range": [
                                                                                                                                                                6789,
                                                                                                                                                                6806
                                                                                                                                                              ],
                                                                                                                                                              "loc": {
                                                                                                                                                                "start": {
                                                                                                                                                                  "line": 1,
                                                                                                                                                                  "column": 6789
                                                                                                                                                                },
                                                                                                                                                                "end": {
                                                                                                                                                                  "line": 1,
                                                                                                                                                                  "column": 6806
                                                                                                                                                                }
                                                                                                                                                              }
                                                                                                                                                            }
                                                                                                                                                          ],
                                                                                                                                                          "range": [
                                                                                                                                                            6787,
                                                                                                                                                            6806
                                                                                                                                                          ],
                                                                                                                                                          "loc": {
                                                                                                                                                            "start": {
                                                                                                                                                              "line": 1,
                                                                                                                                                              "column": 6787
                                                                                                                                                            },
                                                                                                                                                            "end": {
                                                                                                                                                              "line": 1,
                                                                                                                                                              "column": 6806
                                                                                                                                                            }
                                                                                                                                                          }
                                                                                                                                                        },
                                                                                                                                                        "arguments": [
                                                                                                                                                          {
                                                                                                                                                            "type": "ObjectExpression",
                                                                                                                                                            "properties": [
                                                                                                                                                              {
                                                                                                                                                                "type": "Property",
                                                                                                                                                                "key": {
                                                                                                                                                                  "type": "Identifier",
                                                                                                                                                                  "name": "color",
                                                                                                                                                                  "range": [
                                                                                                                                                                    6809,
                                                                                                                                                                    6814
                                                                                                                                                                  ],
                                                                                                                                                                  "loc": {
                                                                                                                                                                    "start": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 6809
                                                                                                                                                                    },
                                                                                                                                                                    "end": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 6814
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                },
                                                                                                                                                                "value": {
                                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                                  "computed": false,
                                                                                                                                                                  "object": {
                                                                                                                                                                    "type": "Identifier",
                                                                                                                                                                    "name": "e",
                                                                                                                                                                    "range": [
                                                                                                                                                                      6815,
                                                                                                                                                                      6816
                                                                                                                                                                    ],
                                                                                                                                                                    "loc": {
                                                                                                                                                                      "start": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 6815
                                                                                                                                                                      },
                                                                                                                                                                      "end": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 6816
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  },
                                                                                                                                                                  "property": {
                                                                                                                                                                    "type": "Identifier",
                                                                                                                                                                    "name": "color",
                                                                                                                                                                    "range": [
                                                                                                                                                                      6817,
                                                                                                                                                                      6822
                                                                                                                                                                    ],
                                                                                                                                                                    "loc": {
                                                                                                                                                                      "start": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 6817
                                                                                                                                                                      },
                                                                                                                                                                      "end": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 6822
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  },
                                                                                                                                                                  "range": [
                                                                                                                                                                    6815,
                                                                                                                                                                    6822
                                                                                                                                                                  ],
                                                                                                                                                                  "loc": {
                                                                                                                                                                    "start": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 6815
                                                                                                                                                                    },
                                                                                                                                                                    "end": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 6822
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                },
                                                                                                                                                                "kind": "init",
                                                                                                                                                                "method": false,
                                                                                                                                                                "shorthand": false,
                                                                                                                                                                "computed": false,
                                                                                                                                                                "range": [
                                                                                                                                                                  6809,
                                                                                                                                                                  6822
                                                                                                                                                                ],
                                                                                                                                                                "loc": {
                                                                                                                                                                  "start": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 6809
                                                                                                                                                                  },
                                                                                                                                                                  "end": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 6822
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              },
                                                                                                                                                              {
                                                                                                                                                                "type": "Property",
                                                                                                                                                                "key": {
                                                                                                                                                                  "type": "Identifier",
                                                                                                                                                                  "name": "opacity",
                                                                                                                                                                  "range": [
                                                                                                                                                                    6823,
                                                                                                                                                                    6830
                                                                                                                                                                  ],
                                                                                                                                                                  "loc": {
                                                                                                                                                                    "start": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 6823
                                                                                                                                                                    },
                                                                                                                                                                    "end": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 6830
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                },
                                                                                                                                                                "value": {
                                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                                  "computed": false,
                                                                                                                                                                  "object": {
                                                                                                                                                                    "type": "Identifier",
                                                                                                                                                                    "name": "e",
                                                                                                                                                                    "range": [
                                                                                                                                                                      6831,
                                                                                                                                                                      6832
                                                                                                                                                                    ],
                                                                                                                                                                    "loc": {
                                                                                                                                                                      "start": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 6831
                                                                                                                                                                      },
                                                                                                                                                                      "end": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 6832
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  },
                                                                                                                                                                  "property": {
                                                                                                                                                                    "type": "Identifier",
                                                                                                                                                                    "name": "opacity",
                                                                                                                                                                    "range": [
                                                                                                                                                                      6833,
                                                                                                                                                                      6840
                                                                                                                                                                    ],
                                                                                                                                                                    "loc": {
                                                                                                                                                                      "start": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 6833
                                                                                                                                                                      },
                                                                                                                                                                      "end": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 6840
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  },
                                                                                                                                                                  "range": [
                                                                                                                                                                    6831,
                                                                                                                                                                    6840
                                                                                                                                                                  ],
                                                                                                                                                                  "loc": {
                                                                                                                                                                    "start": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 6831
                                                                                                                                                                    },
                                                                                                                                                                    "end": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 6840
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                },
                                                                                                                                                                "kind": "init",
                                                                                                                                                                "method": false,
                                                                                                                                                                "shorthand": false,
                                                                                                                                                                "computed": false,
                                                                                                                                                                "range": [
                                                                                                                                                                  6823,
                                                                                                                                                                  6840
                                                                                                                                                                ],
                                                                                                                                                                "loc": {
                                                                                                                                                                  "start": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 6823
                                                                                                                                                                  },
                                                                                                                                                                  "end": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 6840
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              }
                                                                                                                                                            ],
                                                                                                                                                            "range": [
                                                                                                                                                              6808,
                                                                                                                                                              6841
                                                                                                                                                            ],
                                                                                                                                                            "loc": {
                                                                                                                                                              "start": {
                                                                                                                                                                "line": 1,
                                                                                                                                                                "column": 6808
                                                                                                                                                              },
                                                                                                                                                              "end": {
                                                                                                                                                                "line": 1,
                                                                                                                                                                "column": 6841
                                                                                                                                                              }
                                                                                                                                                            }
                                                                                                                                                          },
                                                                                                                                                          {
                                                                                                                                                            "type": "Identifier",
                                                                                                                                                            "name": "d",
                                                                                                                                                            "range": [
                                                                                                                                                              6842,
                                                                                                                                                              6843
                                                                                                                                                            ],
                                                                                                                                                            "loc": {
                                                                                                                                                              "start": {
                                                                                                                                                                "line": 1,
                                                                                                                                                                "column": 6842
                                                                                                                                                              },
                                                                                                                                                              "end": {
                                                                                                                                                                "line": 1,
                                                                                                                                                                "column": 6843
                                                                                                                                                              }
                                                                                                                                                            }
                                                                                                                                                          }
                                                                                                                                                        ],
                                                                                                                                                        "range": [
                                                                                                                                                          6786,
                                                                                                                                                          6844
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6786
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6844
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    ],
                                                                                                                                                    "range": [
                                                                                                                                                      6755,
                                                                                                                                                      6845
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6755
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6845
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "range": [
                                                                                                                                                    6753,
                                                                                                                                                    6845
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6753
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6845
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              ],
                                                                                                                                              "kind": "var",
                                                                                                                                              "range": [
                                                                                                                                                6749,
                                                                                                                                                6846
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 6749
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 6846
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            {
                                                                                                                                              "type": "ReturnStatement",
                                                                                                                                              "argument": {
                                                                                                                                                "type": "SequenceExpression",
                                                                                                                                                "expressions": [
                                                                                                                                                  {
                                                                                                                                                    "type": "AssignmentExpression",
                                                                                                                                                    "operator": "=",
                                                                                                                                                    "left": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "f",
                                                                                                                                                        "range": [
                                                                                                                                                          6853,
                                                                                                                                                          6854
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6853
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6854
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "meta",
                                                                                                                                                        "range": [
                                                                                                                                                          6855,
                                                                                                                                                          6859
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6855
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6859
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        6853,
                                                                                                                                                        6859
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6853
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6859
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "right": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "e",
                                                                                                                                                        "range": [
                                                                                                                                                          6860,
                                                                                                                                                          6861
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6860
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6861
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "meta",
                                                                                                                                                        "range": [
                                                                                                                                                          6862,
                                                                                                                                                          6866
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6862
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6866
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        6860,
                                                                                                                                                        6866
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6860
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6866
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "range": [
                                                                                                                                                      6853,
                                                                                                                                                      6866
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6853
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6866
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  {
                                                                                                                                                    "type": "AssignmentExpression",
                                                                                                                                                    "operator": "=",
                                                                                                                                                    "left": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "f",
                                                                                                                                                        "range": [
                                                                                                                                                          6867,
                                                                                                                                                          6868
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6867
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6868
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "parent",
                                                                                                                                                        "range": [
                                                                                                                                                          6869,
                                                                                                                                                          6875
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6869
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6875
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        6867,
                                                                                                                                                        6875
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6867
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6875
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "right": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "e",
                                                                                                                                                        "range": [
                                                                                                                                                          6876,
                                                                                                                                                          6877
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6876
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6877
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "parent",
                                                                                                                                                        "range": [
                                                                                                                                                          6878,
                                                                                                                                                          6884
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6878
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6884
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        6876,
                                                                                                                                                        6884
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6876
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6884
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "range": [
                                                                                                                                                      6867,
                                                                                                                                                      6884
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6867
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6884
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  {
                                                                                                                                                    "type": "CallExpression",
                                                                                                                                                    "callee": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "f",
                                                                                                                                                        "range": [
                                                                                                                                                          6885,
                                                                                                                                                          6886
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6885
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6886
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "dispose",
                                                                                                                                                        "range": [
                                                                                                                                                          6887,
                                                                                                                                                          6894
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6887
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 6894
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        6885,
                                                                                                                                                        6894
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6885
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6894
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "arguments": [],
                                                                                                                                                    "range": [
                                                                                                                                                      6885,
                                                                                                                                                      6896
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6885
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6896
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "f",
                                                                                                                                                    "range": [
                                                                                                                                                      6897,
                                                                                                                                                      6898
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6897
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6898
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                ],
                                                                                                                                                "range": [
                                                                                                                                                  6853,
                                                                                                                                                  6898
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6853
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6898
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "range": [
                                                                                                                                                6846,
                                                                                                                                                6898
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 6846
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 6898
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          ],
                                                                                                                                          "range": [
                                                                                                                                            6748,
                                                                                                                                            6899
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6748
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6899
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "generator": false,
                                                                                                                                        "expression": false,
                                                                                                                                        "range": [
                                                                                                                                          6737,
                                                                                                                                          6899
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6737
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6899
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      6712,
                                                                                                                                      6900
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6712
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6900
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    6691,
                                                                                                                                    6900
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6691
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6900
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "alternate": {
                                                                                                                                  "type": "AssignmentExpression",
                                                                                                                                  "operator": "=",
                                                                                                                                  "left": {
                                                                                                                                    "type": "MemberExpression",
                                                                                                                                    "computed": false,
                                                                                                                                    "object": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "c",
                                                                                                                                      "range": [
                                                                                                                                        6901,
                                                                                                                                        6902
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6901
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6902
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "property": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "material",
                                                                                                                                      "range": [
                                                                                                                                        6903,
                                                                                                                                        6911
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6903
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6911
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      6901,
                                                                                                                                      6911
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6901
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6911
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "right": {
                                                                                                                                    "type": "NewExpression",
                                                                                                                                    "callee": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "THREE",
                                                                                                                                        "range": [
                                                                                                                                          6916,
                                                                                                                                          6921
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6916
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6921
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "MeshPhysicalMaterial",
                                                                                                                                        "range": [
                                                                                                                                          6922,
                                                                                                                                          6942
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6922
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6942
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        6916,
                                                                                                                                        6942
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6916
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 6942
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "arguments": [
                                                                                                                                      {
                                                                                                                                        "type": "CallExpression",
                                                                                                                                        "callee": {
                                                                                                                                          "type": "SequenceExpression",
                                                                                                                                          "expressions": [
                                                                                                                                            {
                                                                                                                                              "type": "Literal",
                                                                                                                                              "value": 0,
                                                                                                                                              "raw": "0",
                                                                                                                                              "range": [
                                                                                                                                                6944,
                                                                                                                                                6945
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 6944
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 6945
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            {
                                                                                                                                              "type": "MemberExpression",
                                                                                                                                              "computed": false,
                                                                                                                                              "object": {
                                                                                                                                                "type": "Identifier",
                                                                                                                                                "name": "_extends3",
                                                                                                                                                "range": [
                                                                                                                                                  6946,
                                                                                                                                                  6955
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6946
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6955
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "property": {
                                                                                                                                                "type": "Identifier",
                                                                                                                                                "name": "default",
                                                                                                                                                "range": [
                                                                                                                                                  6956,
                                                                                                                                                  6963
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6956
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6963
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "range": [
                                                                                                                                                6946,
                                                                                                                                                6963
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 6946
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 6963
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          ],
                                                                                                                                          "range": [
                                                                                                                                            6944,
                                                                                                                                            6963
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6944
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 6963
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "arguments": [
                                                                                                                                          {
                                                                                                                                            "type": "ObjectExpression",
                                                                                                                                            "properties": [
                                                                                                                                              {
                                                                                                                                                "type": "Property",
                                                                                                                                                "key": {
                                                                                                                                                  "type": "Identifier",
                                                                                                                                                  "name": "color",
                                                                                                                                                  "range": [
                                                                                                                                                    6966,
                                                                                                                                                    6971
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6966
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6971
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "value": {
                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                  "computed": false,
                                                                                                                                                  "object": {
                                                                                                                                                    "type": "MemberExpression",
                                                                                                                                                    "computed": false,
                                                                                                                                                    "object": {
                                                                                                                                                      "type": "Identifier",
                                                                                                                                                      "name": "c",
                                                                                                                                                      "range": [
                                                                                                                                                        6972,
                                                                                                                                                        6973
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6972
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6973
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "property": {
                                                                                                                                                      "type": "Identifier",
                                                                                                                                                      "name": "material",
                                                                                                                                                      "range": [
                                                                                                                                                        6974,
                                                                                                                                                        6982
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6974
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6982
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "range": [
                                                                                                                                                      6972,
                                                                                                                                                      6982
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6972
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6982
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "property": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "color",
                                                                                                                                                    "range": [
                                                                                                                                                      6983,
                                                                                                                                                      6988
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6983
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6988
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "range": [
                                                                                                                                                    6972,
                                                                                                                                                    6988
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6972
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6988
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "kind": "init",
                                                                                                                                                "method": false,
                                                                                                                                                "shorthand": false,
                                                                                                                                                "computed": false,
                                                                                                                                                "range": [
                                                                                                                                                  6966,
                                                                                                                                                  6988
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6966
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6988
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              {
                                                                                                                                                "type": "Property",
                                                                                                                                                "key": {
                                                                                                                                                  "type": "Identifier",
                                                                                                                                                  "name": "opacity",
                                                                                                                                                  "range": [
                                                                                                                                                    6989,
                                                                                                                                                    6996
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6989
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6996
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "value": {
                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                  "computed": false,
                                                                                                                                                  "object": {
                                                                                                                                                    "type": "MemberExpression",
                                                                                                                                                    "computed": false,
                                                                                                                                                    "object": {
                                                                                                                                                      "type": "Identifier",
                                                                                                                                                      "name": "c",
                                                                                                                                                      "range": [
                                                                                                                                                        6997,
                                                                                                                                                        6998
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6997
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6998
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "property": {
                                                                                                                                                      "type": "Identifier",
                                                                                                                                                      "name": "material",
                                                                                                                                                      "range": [
                                                                                                                                                        6999,
                                                                                                                                                        7007
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 6999
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 7007
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "range": [
                                                                                                                                                      6997,
                                                                                                                                                      7007
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 6997
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 7007
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "property": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "opacity",
                                                                                                                                                    "range": [
                                                                                                                                                      7008,
                                                                                                                                                      7015
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 7008
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 7015
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "range": [
                                                                                                                                                    6997,
                                                                                                                                                    7015
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 6997
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 7015
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "kind": "init",
                                                                                                                                                "method": false,
                                                                                                                                                "shorthand": false,
                                                                                                                                                "computed": false,
                                                                                                                                                "range": [
                                                                                                                                                  6989,
                                                                                                                                                  7015
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 6989
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 7015
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            ],
                                                                                                                                            "range": [
                                                                                                                                              6965,
                                                                                                                                              7016
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 6965
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7016
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "d",
                                                                                                                                            "range": [
                                                                                                                                              7017,
                                                                                                                                              7018
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7017
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7018
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        ],
                                                                                                                                        "range": [
                                                                                                                                          6943,
                                                                                                                                          7019
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 6943
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7019
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      6912,
                                                                                                                                      7020
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 6912
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7020
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    6901,
                                                                                                                                    7020
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 6901
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 7020
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "range": [
                                                                                                                                  6649,
                                                                                                                                  7020
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 6649
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7020
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              }
                                                                                                                            ],
                                                                                                                            "range": [
                                                                                                                              6614,
                                                                                                                              7020
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 6614
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7020
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            6614,
                                                                                                                            7020
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 6614
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7020
                                                                                                                            }
                                                                                                                          }
                                                                                                                        }
                                                                                                                      ],
                                                                                                                      "range": [
                                                                                                                        6394,
                                                                                                                        7021
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 6394
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7021
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "generator": false,
                                                                                                                    "expression": false,
                                                                                                                    "range": [
                                                                                                                      6384,
                                                                                                                      7021
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 6384
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7021
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "arguments": [],
                                                                                                                  "range": [
                                                                                                                    6384,
                                                                                                                    7023
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 6384
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 7023
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "alternate": {
                                                                                                                  "type": "LogicalExpression",
                                                                                                                  "operator": "&&",
                                                                                                                  "left": {
                                                                                                                    "type": "BinaryExpression",
                                                                                                                    "operator": "===",
                                                                                                                    "left": {
                                                                                                                      "type": "Literal",
                                                                                                                      "value": "LineSegments",
                                                                                                                      "raw": "'LineSegments'",
                                                                                                                      "range": [
                                                                                                                        7024,
                                                                                                                        7038
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7024
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7038
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "right": {
                                                                                                                      "type": "MemberExpression",
                                                                                                                      "computed": false,
                                                                                                                      "object": {
                                                                                                                        "type": "Identifier",
                                                                                                                        "name": "c",
                                                                                                                        "range": [
                                                                                                                          7041,
                                                                                                                          7042
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7041
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7042
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "property": {
                                                                                                                        "type": "Identifier",
                                                                                                                        "name": "type",
                                                                                                                        "range": [
                                                                                                                          7043,
                                                                                                                          7047
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7043
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7047
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "range": [
                                                                                                                        7041,
                                                                                                                        7047
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7041
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7047
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "range": [
                                                                                                                      7024,
                                                                                                                      7047
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7024
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7047
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "right": {
                                                                                                                    "type": "ConditionalExpression",
                                                                                                                    "test": {
                                                                                                                      "type": "MemberExpression",
                                                                                                                      "computed": false,
                                                                                                                      "object": {
                                                                                                                        "type": "MemberExpression",
                                                                                                                        "computed": false,
                                                                                                                        "object": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "_this5",
                                                                                                                            "range": [
                                                                                                                              7050,
                                                                                                                              7056
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7050
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7056
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "pool",
                                                                                                                            "range": [
                                                                                                                              7057,
                                                                                                                              7061
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7057
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7061
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            7050,
                                                                                                                            7061
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7050
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7061
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "property": {
                                                                                                                          "type": "Identifier",
                                                                                                                          "name": "options",
                                                                                                                          "range": [
                                                                                                                            7062,
                                                                                                                            7069
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7062
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7069
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "range": [
                                                                                                                          7050,
                                                                                                                          7069
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7050
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7069
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "property": {
                                                                                                                        "type": "Identifier",
                                                                                                                        "name": "edges",
                                                                                                                        "range": [
                                                                                                                          7070,
                                                                                                                          7075
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7070
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7075
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "range": [
                                                                                                                        7050,
                                                                                                                        7075
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7050
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7075
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "consequent": {
                                                                                                                      "type": "ConditionalExpression",
                                                                                                                      "test": {
                                                                                                                        "type": "BinaryExpression",
                                                                                                                        "operator": "instanceof",
                                                                                                                        "left": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "c",
                                                                                                                            "range": [
                                                                                                                              7076,
                                                                                                                              7077
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7076
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7077
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "material",
                                                                                                                            "range": [
                                                                                                                              7078,
                                                                                                                              7086
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7078
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7086
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            7076,
                                                                                                                            7086
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7076
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7086
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "right": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "THREE",
                                                                                                                            "range": [
                                                                                                                              7098,
                                                                                                                              7103
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7098
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7103
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "MultiMaterial",
                                                                                                                            "range": [
                                                                                                                              7104,
                                                                                                                              7117
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7104
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7117
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            7098,
                                                                                                                            7117
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7098
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7117
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "range": [
                                                                                                                          7076,
                                                                                                                          7117
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7076
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7117
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "consequent": {
                                                                                                                        "type": "CallExpression",
                                                                                                                        "callee": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "MemberExpression",
                                                                                                                            "computed": false,
                                                                                                                            "object": {
                                                                                                                              "type": "MemberExpression",
                                                                                                                              "computed": false,
                                                                                                                              "object": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "c",
                                                                                                                                "range": [
                                                                                                                                  7118,
                                                                                                                                  7119
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7118
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7119
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "property": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "material",
                                                                                                                                "range": [
                                                                                                                                  7120,
                                                                                                                                  7128
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7120
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7128
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "range": [
                                                                                                                                7118,
                                                                                                                                7128
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7118
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7128
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "property": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "materials",
                                                                                                                              "range": [
                                                                                                                                7129,
                                                                                                                                7138
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7129
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7138
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "range": [
                                                                                                                              7118,
                                                                                                                              7138
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7118
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7138
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "forEach",
                                                                                                                            "range": [
                                                                                                                              7139,
                                                                                                                              7146
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7139
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7146
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            7118,
                                                                                                                            7146
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7118
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7146
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "arguments": [
                                                                                                                          {
                                                                                                                            "type": "FunctionExpression",
                                                                                                                            "id": null,
                                                                                                                            "params": [
                                                                                                                              {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "d",
                                                                                                                                "range": [
                                                                                                                                  7156,
                                                                                                                                  7157
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7156
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7157
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              }
                                                                                                                            ],
                                                                                                                            "body": {
                                                                                                                              "type": "BlockStatement",
                                                                                                                              "body": [
                                                                                                                                {
                                                                                                                                  "type": "ReturnStatement",
                                                                                                                                  "argument": {
                                                                                                                                    "type": "AssignmentExpression",
                                                                                                                                    "operator": "=",
                                                                                                                                    "left": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "d",
                                                                                                                                        "range": [
                                                                                                                                          7166,
                                                                                                                                          7167
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7166
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7167
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "opacity",
                                                                                                                                        "range": [
                                                                                                                                          7168,
                                                                                                                                          7175
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7168
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7175
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        7166,
                                                                                                                                        7175
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 7166
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 7175
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "right": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "MemberExpression",
                                                                                                                                        "computed": false,
                                                                                                                                        "object": {
                                                                                                                                          "type": "MemberExpression",
                                                                                                                                          "computed": false,
                                                                                                                                          "object": {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "_this5",
                                                                                                                                            "range": [
                                                                                                                                              7176,
                                                                                                                                              7182
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7176
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7182
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          "property": {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "pool",
                                                                                                                                            "range": [
                                                                                                                                              7183,
                                                                                                                                              7187
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7183
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7187
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          "range": [
                                                                                                                                            7176,
                                                                                                                                            7187
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7176
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7187
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "property": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "options",
                                                                                                                                          "range": [
                                                                                                                                            7188,
                                                                                                                                            7195
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7188
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7195
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "range": [
                                                                                                                                          7176,
                                                                                                                                          7195
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7176
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7195
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "edges",
                                                                                                                                        "range": [
                                                                                                                                          7196,
                                                                                                                                          7201
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7196
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7201
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        7176,
                                                                                                                                        7201
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 7176
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 7201
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      7166,
                                                                                                                                      7201
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7166
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7201
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    7159,
                                                                                                                                    7201
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 7159
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 7201
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              ],
                                                                                                                              "range": [
                                                                                                                                7158,
                                                                                                                                7202
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7158
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7202
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "generator": false,
                                                                                                                            "expression": false,
                                                                                                                            "range": [
                                                                                                                              7147,
                                                                                                                              7202
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7147
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7202
                                                                                                                              }
                                                                                                                            }
                                                                                                                          }
                                                                                                                        ],
                                                                                                                        "range": [
                                                                                                                          7118,
                                                                                                                          7203
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7118
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7203
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "alternate": {
                                                                                                                        "type": "AssignmentExpression",
                                                                                                                        "operator": "=",
                                                                                                                        "left": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "MemberExpression",
                                                                                                                            "computed": false,
                                                                                                                            "object": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "c",
                                                                                                                              "range": [
                                                                                                                                7204,
                                                                                                                                7205
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7204
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7205
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "property": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "material",
                                                                                                                              "range": [
                                                                                                                                7206,
                                                                                                                                7214
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7206
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7214
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "range": [
                                                                                                                              7204,
                                                                                                                              7214
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7204
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7214
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "opacity",
                                                                                                                            "range": [
                                                                                                                              7215,
                                                                                                                              7222
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7215
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7222
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            7204,
                                                                                                                            7222
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7204
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7222
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "right": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "MemberExpression",
                                                                                                                            "computed": false,
                                                                                                                            "object": {
                                                                                                                              "type": "MemberExpression",
                                                                                                                              "computed": false,
                                                                                                                              "object": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "_this5",
                                                                                                                                "range": [
                                                                                                                                  7223,
                                                                                                                                  7229
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7223
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7229
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "property": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "pool",
                                                                                                                                "range": [
                                                                                                                                  7230,
                                                                                                                                  7234
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7230
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7234
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "range": [
                                                                                                                                7223,
                                                                                                                                7234
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7223
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7234
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "property": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "options",
                                                                                                                              "range": [
                                                                                                                                7235,
                                                                                                                                7242
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7235
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7242
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "range": [
                                                                                                                              7223,
                                                                                                                              7242
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7223
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7242
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "edges",
                                                                                                                            "range": [
                                                                                                                              7243,
                                                                                                                              7248
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7243
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7248
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            7223,
                                                                                                                            7248
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7223
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7248
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "range": [
                                                                                                                          7204,
                                                                                                                          7248
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7204
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7248
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "range": [
                                                                                                                        7076,
                                                                                                                        7248
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7076
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7248
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "alternate": {
                                                                                                                      "type": "CallExpression",
                                                                                                                      "callee": {
                                                                                                                        "type": "MemberExpression",
                                                                                                                        "computed": false,
                                                                                                                        "object": {
                                                                                                                          "type": "Identifier",
                                                                                                                          "name": "c",
                                                                                                                          "range": [
                                                                                                                            7249,
                                                                                                                            7250
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7249
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7250
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "property": {
                                                                                                                          "type": "Identifier",
                                                                                                                          "name": "destroy",
                                                                                                                          "range": [
                                                                                                                            7251,
                                                                                                                            7258
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7251
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7258
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "range": [
                                                                                                                          7249,
                                                                                                                          7258
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7249
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7258
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "arguments": [],
                                                                                                                      "range": [
                                                                                                                        7249,
                                                                                                                        7260
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7249
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7260
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "range": [
                                                                                                                      7050,
                                                                                                                      7260
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7050
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7260
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "range": [
                                                                                                                    7024,
                                                                                                                    7261
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 7024
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 7261
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "range": [
                                                                                                                  6368,
                                                                                                                  7261
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 6368
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7261
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "range": [
                                                                                                                6368,
                                                                                                                7261
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 6368
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 7261
                                                                                                                }
                                                                                                              }
                                                                                                            }
                                                                                                          ],
                                                                                                          "range": [
                                                                                                            6367,
                                                                                                            7262
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 1,
                                                                                                              "column": 6367
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 1,
                                                                                                              "column": 7262
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "generator": false,
                                                                                                        "expression": false,
                                                                                                        "range": [
                                                                                                          6356,
                                                                                                          7262
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 6356
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 7262
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    ],
                                                                                                    "range": [
                                                                                                      6345,
                                                                                                      7263
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 6345
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 7263
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  {
                                                                                                    "type": "CallExpression",
                                                                                                    "callee": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "MemberExpression",
                                                                                                        "computed": false,
                                                                                                        "object": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "_this5",
                                                                                                          "range": [
                                                                                                            7264,
                                                                                                            7270
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 1,
                                                                                                              "column": 7264
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 1,
                                                                                                              "column": 7270
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "property": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "pool",
                                                                                                          "range": [
                                                                                                            7271,
                                                                                                            7275
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 1,
                                                                                                              "column": 7271
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 1,
                                                                                                              "column": 7275
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "range": [
                                                                                                          7264,
                                                                                                          7275
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 7264
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 7275
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "update",
                                                                                                        "range": [
                                                                                                          7276,
                                                                                                          7282
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 7276
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 7282
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        7264,
                                                                                                        7282
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 7264
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 7282
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "arguments": [],
                                                                                                    "range": [
                                                                                                      7264,
                                                                                                      7284
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 7264
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 7284
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  {
                                                                                                    "type": "AssignmentExpression",
                                                                                                    "operator": "=",
                                                                                                    "left": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "_context",
                                                                                                        "range": [
                                                                                                          7285,
                                                                                                          7293
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 7285
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 7293
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "next",
                                                                                                        "range": [
                                                                                                          7294,
                                                                                                          7298
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 7294
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 7298
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        7285,
                                                                                                        7298
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 7285
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 7298
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "right": {
                                                                                                      "type": "Literal",
                                                                                                      "value": 4,
                                                                                                      "raw": "4",
                                                                                                      "range": [
                                                                                                        7299,
                                                                                                        7300
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 7299
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 7300
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "range": [
                                                                                                      7285,
                                                                                                      7300
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 7285
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 7300
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  {
                                                                                                    "type": "CallExpression",
                                                                                                    "callee": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "CallExpression",
                                                                                                        "callee": {
                                                                                                          "type": "MemberExpression",
                                                                                                          "computed": false,
                                                                                                          "object": {
                                                                                                            "type": "CallExpression",
                                                                                                            "callee": {
                                                                                                              "type": "MemberExpression",
                                                                                                              "computed": false,
                                                                                                              "object": {
                                                                                                                "type": "CallExpression",
                                                                                                                "callee": {
                                                                                                                  "type": "MemberExpression",
                                                                                                                  "computed": false,
                                                                                                                  "object": {
                                                                                                                    "type": "CallExpression",
                                                                                                                    "callee": {
                                                                                                                      "type": "MemberExpression",
                                                                                                                      "computed": false,
                                                                                                                      "object": {
                                                                                                                        "type": "CallExpression",
                                                                                                                        "callee": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "b",
                                                                                                                            "range": [
                                                                                                                              7301,
                                                                                                                              7302
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7301
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7302
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "updateMaterials",
                                                                                                                            "range": [
                                                                                                                              7303,
                                                                                                                              7318
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7303
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7318
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            7301,
                                                                                                                            7318
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7301
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7318
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "arguments": [],
                                                                                                                        "range": [
                                                                                                                          7301,
                                                                                                                          7320
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7301
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7320
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "property": {
                                                                                                                        "type": "Identifier",
                                                                                                                        "name": "animate",
                                                                                                                        "range": [
                                                                                                                          7321,
                                                                                                                          7328
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7321
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7328
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "range": [
                                                                                                                        7301,
                                                                                                                        7328
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7301
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 7328
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "arguments": [
                                                                                                                      {
                                                                                                                        "type": "ObjectExpression",
                                                                                                                        "properties": [
                                                                                                                          {
                                                                                                                            "type": "Property",
                                                                                                                            "key": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "materials",
                                                                                                                              "range": [
                                                                                                                                7330,
                                                                                                                                7339
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7330
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7339
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "value": {
                                                                                                                              "type": "ObjectExpression",
                                                                                                                              "properties": [
                                                                                                                                {
                                                                                                                                  "type": "Property",
                                                                                                                                  "key": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "meshes",
                                                                                                                                    "range": [
                                                                                                                                      7341,
                                                                                                                                      7347
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7341
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7347
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "value": {
                                                                                                                                    "type": "ArrayExpression",
                                                                                                                                    "elements": [
                                                                                                                                      {
                                                                                                                                        "type": "ObjectExpression",
                                                                                                                                        "properties": [
                                                                                                                                          {
                                                                                                                                            "type": "Property",
                                                                                                                                            "key": {
                                                                                                                                              "type": "Identifier",
                                                                                                                                              "name": "opacity",
                                                                                                                                              "range": [
                                                                                                                                                7350,
                                                                                                                                                7357
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 7350
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 7357
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            "value": {
                                                                                                                                              "type": "Literal",
                                                                                                                                              "value": 1,
                                                                                                                                              "raw": "1",
                                                                                                                                              "range": [
                                                                                                                                                7358,
                                                                                                                                                7359
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 7358
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 7359
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            "kind": "init",
                                                                                                                                            "method": false,
                                                                                                                                            "shorthand": false,
                                                                                                                                            "computed": false,
                                                                                                                                            "range": [
                                                                                                                                              7350,
                                                                                                                                              7359
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7350
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7359
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        ],
                                                                                                                                        "range": [
                                                                                                                                          7349,
                                                                                                                                          7360
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7349
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7360
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      7348,
                                                                                                                                      7361
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7348
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7361
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "kind": "init",
                                                                                                                                  "method": false,
                                                                                                                                  "shorthand": false,
                                                                                                                                  "computed": false,
                                                                                                                                  "range": [
                                                                                                                                    7341,
                                                                                                                                    7361
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 7341
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 7361
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                {
                                                                                                                                  "type": "Property",
                                                                                                                                  "key": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "lines",
                                                                                                                                    "range": [
                                                                                                                                      7362,
                                                                                                                                      7367
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7362
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7367
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "value": {
                                                                                                                                    "type": "ArrayExpression",
                                                                                                                                    "elements": [
                                                                                                                                      {
                                                                                                                                        "type": "ObjectExpression",
                                                                                                                                        "properties": [
                                                                                                                                          {
                                                                                                                                            "type": "Property",
                                                                                                                                            "key": {
                                                                                                                                              "type": "Identifier",
                                                                                                                                              "name": "opacity",
                                                                                                                                              "range": [
                                                                                                                                                7370,
                                                                                                                                                7377
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 7370
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 7377
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            "value": {
                                                                                                                                              "type": "MemberExpression",
                                                                                                                                              "computed": false,
                                                                                                                                              "object": {
                                                                                                                                                "type": "MemberExpression",
                                                                                                                                                "computed": false,
                                                                                                                                                "object": {
                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                  "computed": false,
                                                                                                                                                  "object": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "_this5",
                                                                                                                                                    "range": [
                                                                                                                                                      7378,
                                                                                                                                                      7384
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 7378
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 7384
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "property": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "pool",
                                                                                                                                                    "range": [
                                                                                                                                                      7385,
                                                                                                                                                      7389
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 7385
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 7389
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "range": [
                                                                                                                                                    7378,
                                                                                                                                                    7389
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 7378
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 7389
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "property": {
                                                                                                                                                  "type": "Identifier",
                                                                                                                                                  "name": "options",
                                                                                                                                                  "range": [
                                                                                                                                                    7390,
                                                                                                                                                    7397
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 7390
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 7397
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "range": [
                                                                                                                                                  7378,
                                                                                                                                                  7397
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 7378
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 7397
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "property": {
                                                                                                                                                "type": "Identifier",
                                                                                                                                                "name": "edges",
                                                                                                                                                "range": [
                                                                                                                                                  7398,
                                                                                                                                                  7403
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 7398
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 7403
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "range": [
                                                                                                                                                7378,
                                                                                                                                                7403
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 7378
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 7403
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            "kind": "init",
                                                                                                                                            "method": false,
                                                                                                                                            "shorthand": false,
                                                                                                                                            "computed": false,
                                                                                                                                            "range": [
                                                                                                                                              7370,
                                                                                                                                              7403
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7370
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 7403
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        ],
                                                                                                                                        "range": [
                                                                                                                                          7369,
                                                                                                                                          7404
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7369
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7404
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      7368,
                                                                                                                                      7405
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7368
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7405
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "kind": "init",
                                                                                                                                  "method": false,
                                                                                                                                  "shorthand": false,
                                                                                                                                  "computed": false,
                                                                                                                                  "range": [
                                                                                                                                    7362,
                                                                                                                                    7405
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 7362
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 7405
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              ],
                                                                                                                              "range": [
                                                                                                                                7340,
                                                                                                                                7406
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7340
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7406
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "kind": "init",
                                                                                                                            "method": false,
                                                                                                                            "shorthand": false,
                                                                                                                            "computed": false,
                                                                                                                            "range": [
                                                                                                                              7330,
                                                                                                                              7406
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7330
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 7406
                                                                                                                              }
                                                                                                                            }
                                                                                                                          }
                                                                                                                        ],
                                                                                                                        "range": [
                                                                                                                          7329,
                                                                                                                          7407
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7329
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7407
                                                                                                                          }
                                                                                                                        }
                                                                                                                      }
                                                                                                                    ],
                                                                                                                    "range": [
                                                                                                                      7301,
                                                                                                                      7408
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7301
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7408
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "property": {
                                                                                                                    "type": "Identifier",
                                                                                                                    "name": "from",
                                                                                                                    "range": [
                                                                                                                      7409,
                                                                                                                      7413
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7409
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7413
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "range": [
                                                                                                                    7301,
                                                                                                                    7413
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 7301
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 7413
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "arguments": [
                                                                                                                  {
                                                                                                                    "type": "ObjectExpression",
                                                                                                                    "properties": [
                                                                                                                      {
                                                                                                                        "type": "Property",
                                                                                                                        "key": {
                                                                                                                          "type": "Identifier",
                                                                                                                          "name": "materials",
                                                                                                                          "range": [
                                                                                                                            7415,
                                                                                                                            7424
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7415
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7424
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "value": {
                                                                                                                          "type": "ObjectExpression",
                                                                                                                          "properties": [
                                                                                                                            {
                                                                                                                              "type": "Property",
                                                                                                                              "key": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "meshes",
                                                                                                                                "range": [
                                                                                                                                  7426,
                                                                                                                                  7432
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7426
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7432
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "value": {
                                                                                                                                "type": "ArrayExpression",
                                                                                                                                "elements": [
                                                                                                                                  {
                                                                                                                                    "type": "ObjectExpression",
                                                                                                                                    "properties": [
                                                                                                                                      {
                                                                                                                                        "type": "Property",
                                                                                                                                        "key": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "opacity",
                                                                                                                                          "range": [
                                                                                                                                            7435,
                                                                                                                                            7442
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7435
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7442
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "value": {
                                                                                                                                          "type": "Literal",
                                                                                                                                          "value": 0,
                                                                                                                                          "raw": "0",
                                                                                                                                          "range": [
                                                                                                                                            7443,
                                                                                                                                            7444
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7443
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7444
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "kind": "init",
                                                                                                                                        "method": false,
                                                                                                                                        "shorthand": false,
                                                                                                                                        "computed": false,
                                                                                                                                        "range": [
                                                                                                                                          7435,
                                                                                                                                          7444
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7435
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7444
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      7434,
                                                                                                                                      7445
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7434
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7445
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                ],
                                                                                                                                "range": [
                                                                                                                                  7433,
                                                                                                                                  7446
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7433
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7446
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "kind": "init",
                                                                                                                              "method": false,
                                                                                                                              "shorthand": false,
                                                                                                                              "computed": false,
                                                                                                                              "range": [
                                                                                                                                7426,
                                                                                                                                7446
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7426
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7446
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            {
                                                                                                                              "type": "Property",
                                                                                                                              "key": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "lines",
                                                                                                                                "range": [
                                                                                                                                  7447,
                                                                                                                                  7452
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7447
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7452
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "value": {
                                                                                                                                "type": "ArrayExpression",
                                                                                                                                "elements": [
                                                                                                                                  {
                                                                                                                                    "type": "ObjectExpression",
                                                                                                                                    "properties": [
                                                                                                                                      {
                                                                                                                                        "type": "Property",
                                                                                                                                        "key": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "opacity",
                                                                                                                                          "range": [
                                                                                                                                            7455,
                                                                                                                                            7462
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7455
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7462
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "value": {
                                                                                                                                          "type": "Literal",
                                                                                                                                          "value": 0,
                                                                                                                                          "raw": "0",
                                                                                                                                          "range": [
                                                                                                                                            7463,
                                                                                                                                            7464
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7463
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 7464
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "kind": "init",
                                                                                                                                        "method": false,
                                                                                                                                        "shorthand": false,
                                                                                                                                        "computed": false,
                                                                                                                                        "range": [
                                                                                                                                          7455,
                                                                                                                                          7464
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7455
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 7464
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      7454,
                                                                                                                                      7465
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7454
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 7465
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                ],
                                                                                                                                "range": [
                                                                                                                                  7453,
                                                                                                                                  7466
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7453
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 7466
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "kind": "init",
                                                                                                                              "method": false,
                                                                                                                              "shorthand": false,
                                                                                                                              "computed": false,
                                                                                                                              "range": [
                                                                                                                                7447,
                                                                                                                                7466
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7447
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 7466
                                                                                                                                }
                                                                                                                              }
                                                                                                                            }
                                                                                                                          ],
                                                                                                                          "range": [
                                                                                                                            7425,
                                                                                                                            7467
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7425
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 7467
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "kind": "init",
                                                                                                                        "method": false,
                                                                                                                        "shorthand": false,
                                                                                                                        "computed": false,
                                                                                                                        "range": [
                                                                                                                          7415,
                                                                                                                          7467
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7415
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 7467
                                                                                                                          }
                                                                                                                        }
                                                                                                                      }
                                                                                                                    ],
                                                                                                                    "range": [
                                                                                                                      7414,
                                                                                                                      7468
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7414
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 7468
                                                                                                                      }
                                                                                                                    }
                                                                                                                  }
                                                                                                                ],
                                                                                                                "range": [
                                                                                                                  7301,
                                                                                                                  7469
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7301
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7469
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "property": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "start",
                                                                                                                "range": [
                                                                                                                  7470,
                                                                                                                  7475
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7470
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7475
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "range": [
                                                                                                                7301,
                                                                                                                7475
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 7301
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 7475
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "arguments": [
                                                                                                              {
                                                                                                                "type": "Literal",
                                                                                                                "value": 200,
                                                                                                                "raw": "200",
                                                                                                                "range": [
                                                                                                                  7476,
                                                                                                                  7479
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7476
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7479
                                                                                                                  }
                                                                                                                }
                                                                                                              }
                                                                                                            ],
                                                                                                            "range": [
                                                                                                              7301,
                                                                                                              7480
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 1,
                                                                                                                "column": 7301
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 1,
                                                                                                                "column": 7480
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "property": {
                                                                                                            "type": "Identifier",
                                                                                                            "name": "easing",
                                                                                                            "range": [
                                                                                                              7481,
                                                                                                              7487
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 1,
                                                                                                                "column": 7481
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 1,
                                                                                                                "column": 7487
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "range": [
                                                                                                            7301,
                                                                                                            7487
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 1,
                                                                                                              "column": 7301
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 1,
                                                                                                              "column": 7487
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "arguments": [
                                                                                                          {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "MemberExpression",
                                                                                                              "computed": false,
                                                                                                              "object": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "_easing",
                                                                                                                "range": [
                                                                                                                  7488,
                                                                                                                  7495
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7488
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7495
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "property": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "exponential",
                                                                                                                "range": [
                                                                                                                  7496,
                                                                                                                  7507
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7496
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 7507
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "range": [
                                                                                                                7488,
                                                                                                                7507
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 7488
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 7507
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "in",
                                                                                                              "range": [
                                                                                                                7508,
                                                                                                                7510
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 7508
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 7510
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              7488,
                                                                                                              7510
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 1,
                                                                                                                "column": 7488
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 1,
                                                                                                                "column": 7510
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        ],
                                                                                                        "range": [
                                                                                                          7301,
                                                                                                          7511
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 7301
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 7511
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "wait",
                                                                                                        "range": [
                                                                                                          7512,
                                                                                                          7516
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 7512
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 7516
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        7301,
                                                                                                        7516
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 7301
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 7516
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "arguments": [],
                                                                                                    "range": [
                                                                                                      7301,
                                                                                                      7518
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 7301
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 7518
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                ],
                                                                                                "range": [
                                                                                                  6345,
                                                                                                  7518
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 1,
                                                                                                    "column": 6345
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 1,
                                                                                                    "column": 7518
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                6338,
                                                                                                7519
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 1,
                                                                                                  "column": 6338
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 1,
                                                                                                  "column": 7519
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            6331,
                                                                                            7519
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 6331
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 7519
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "SwitchCase",
                                                                                          "test": {
                                                                                            "type": "Literal",
                                                                                            "value": 4,
                                                                                            "raw": "4",
                                                                                            "range": [
                                                                                              7524,
                                                                                              7525
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 7524
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 7525
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "consequent": [],
                                                                                          "range": [
                                                                                            7519,
                                                                                            7526
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 7519
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 7526
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "SwitchCase",
                                                                                          "test": {
                                                                                            "type": "Literal",
                                                                                            "value": "end",
                                                                                            "raw": "'end'",
                                                                                            "range": [
                                                                                              7530,
                                                                                              7535
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 7530
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 7535
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "consequent": [
                                                                                            {
                                                                                              "type": "ReturnStatement",
                                                                                              "argument": {
                                                                                                "type": "CallExpression",
                                                                                                "callee": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "_context",
                                                                                                    "range": [
                                                                                                      7543,
                                                                                                      7551
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 7543
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 7551
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "stop",
                                                                                                    "range": [
                                                                                                      7552,
                                                                                                      7556
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 7552
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 7556
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    7543,
                                                                                                    7556
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 1,
                                                                                                      "column": 7543
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 1,
                                                                                                      "column": 7556
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "arguments": [],
                                                                                                "range": [
                                                                                                  7543,
                                                                                                  7558
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 1,
                                                                                                    "column": 7543
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 1,
                                                                                                    "column": 7558
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                7536,
                                                                                                7559
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 1,
                                                                                                  "column": 7536
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 1,
                                                                                                  "column": 7559
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            7526,
                                                                                            7559
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 7526
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 7559
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "range": [
                                                                                        6295,
                                                                                        7560
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 6295
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 7560
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      6287,
                                                                                      7560
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 6287
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 7560
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  6286,
                                                                                  7561
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 6286
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 7561
                                                                                  }
                                                                                }
                                                                              },
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "range": [
                                                                                6259,
                                                                                7561
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 6259
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 7561
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "name": "_callee",
                                                                              "range": [
                                                                                7562,
                                                                                7569
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 7562
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 7569
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "name": "_this6",
                                                                              "range": [
                                                                                7570,
                                                                                7576
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 7570
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 7576
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            6232,
                                                                            7577
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 6232
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 7577
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          6225,
                                                                          7577
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 6225
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 7577
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      6206,
                                                                      7578
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 6206
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 7578
                                                                      }
                                                                    }
                                                                  },
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "range": [
                                                                    6183,
                                                                    7578
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 6183
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 7578
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                6156,
                                                                7579
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 6156
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 7579
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            6125,
                                                            7580
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 6125
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 7580
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          6119,
                                                          7580
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 6119
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 7580
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var",
                                                    "range": [
                                                      6115,
                                                      7581
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 6115
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 7581
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ReturnStatement",
                                                    "argument": {
                                                      "type": "FunctionExpression",
                                                      "id": null,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "_x",
                                                          "range": [
                                                            7597,
                                                            7599
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 7597
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 7599
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ReturnStatement",
                                                            "argument": {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "_ref4",
                                                                  "range": [
                                                                    7608,
                                                                    7613
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 7608
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 7613
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "apply",
                                                                  "range": [
                                                                    7614,
                                                                    7619
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 7614
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 7619
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  7608,
                                                                  7619
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 7608
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 7619
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    7620,
                                                                    7624
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 7620
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 7624
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "arguments",
                                                                  "range": [
                                                                    7625,
                                                                    7634
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 7625
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 7634
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                7608,
                                                                7635
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 7608
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 7635
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              7601,
                                                              7635
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 7601
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 7635
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          7600,
                                                          7636
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 7600
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 7636
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        7588,
                                                        7636
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 7588
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 7636
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      7581,
                                                      7636
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 7581
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 7636
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  6114,
                                                  7637
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 6114
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7637
                                                  }
                                                }
                                              },
                                              "generator": false,
                                              "expression": false,
                                              "range": [
                                                6104,
                                                7637
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 6104
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7637
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              6104,
                                              7639
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 6104
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 7639
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          6020,
                                          7640
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 6020
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 7640
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                7642,
                                                7643
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7642
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7643
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_defineProperty3",
                                                "range": [
                                                  7644,
                                                  7660
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7644
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7660
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  7661,
                                                  7668
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7661
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7668
                                                  }
                                                }
                                              },
                                              "range": [
                                                7644,
                                                7668
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7644
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7668
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            7642,
                                            7668
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 7642
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 7668
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "_this5$on",
                                            "range": [
                                              7670,
                                              7679
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 7670
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 7679
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "_object2",
                                                    "range": [
                                                      7680,
                                                      7688
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 7680
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 7688
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "default",
                                                    "range": [
                                                      7689,
                                                      7696
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 7689
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 7696
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    7680,
                                                    7696
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 7680
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 7696
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Events",
                                                  "range": [
                                                    7697,
                                                    7703
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 7697
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 7703
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  7680,
                                                  7703
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7680
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7703
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "Lifecycle",
                                                "range": [
                                                  7704,
                                                  7713
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7704
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7713
                                                  }
                                                }
                                              },
                                              "range": [
                                                7680,
                                                7713
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7680
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7713
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "ChildRemoved",
                                              "range": [
                                                7714,
                                                7726
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7714
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7726
                                                }
                                              }
                                            },
                                            "range": [
                                              7680,
                                              7726
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 7680
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 7726
                                              }
                                            }
                                          },
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "setTimeout",
                                                      "range": [
                                                        7738,
                                                        7748
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 7738
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 7748
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "FunctionExpression",
                                                        "id": null,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ReturnStatement",
                                                              "argument": {
                                                                "type": "CallExpression",
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "_this5",
                                                                      "range": [
                                                                        7767,
                                                                        7773
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 7767
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 7773
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "pool",
                                                                      "range": [
                                                                        7774,
                                                                        7778
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 7774
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 7778
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      7767,
                                                                      7778
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 7767
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 7778
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "update",
                                                                    "range": [
                                                                      7779,
                                                                      7785
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 7779
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 7785
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    7767,
                                                                    7785
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 7767
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 7785
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [],
                                                                "range": [
                                                                  7767,
                                                                  7787
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 7767
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 7787
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                7760,
                                                                7787
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 7760
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 7787
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            7759,
                                                            7788
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 7759
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 7788
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          7749,
                                                          7788
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 7749
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 7788
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          7789,
                                                          7790
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 7789
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 7790
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      7738,
                                                      7791
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 7738
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 7791
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    7738,
                                                    7791
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 7738
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 7791
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                7737,
                                                7792
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7737
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7792
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              7727,
                                              7792
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 7727
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 7792
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          7641,
                                          7793
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 7641
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 7793
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_this5$on",
                                        "range": [
                                          7794,
                                          7803
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 7794
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 7803
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      6007,
                                      7803
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 6007
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 7803
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5996,
                                  7805
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 5996
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 7805
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this5",
                                    "range": [
                                      7806,
                                      7812
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 7806
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 7812
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "pool",
                                    "range": [
                                      7813,
                                      7817
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 7813
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 7817
                                      }
                                    }
                                  },
                                  "range": [
                                    7806,
                                    7817
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 7806
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 7817
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "a",
                                  "range": [
                                    7818,
                                    7819
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 7818
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 7819
                                    }
                                  }
                                },
                                "range": [
                                  7806,
                                  7819
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 7806
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 7819
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this5",
                                    "range": [
                                      7820,
                                      7826
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 7820
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 7826
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "on",
                                    "range": [
                                      7827,
                                      7829
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 7827
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 7829
                                      }
                                    }
                                  },
                                  "range": [
                                    7820,
                                    7829
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 7820
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 7829
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "SequenceExpression",
                                    "expressions": [
                                      {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "_this5$on",
                                          "range": [
                                            7831,
                                            7840
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 7831
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 7840
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "ObjectExpression",
                                          "properties": [],
                                          "range": [
                                            7841,
                                            7843
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 7841
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 7843
                                            }
                                          }
                                        },
                                        "range": [
                                          7831,
                                          7843
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 7831
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 7843
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                7845,
                                                7846
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7845
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7846
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_defineProperty3",
                                                "range": [
                                                  7847,
                                                  7863
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7847
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7863
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  7864,
                                                  7871
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7864
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7871
                                                  }
                                                }
                                              },
                                              "range": [
                                                7847,
                                                7871
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7847
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7871
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            7845,
                                            7871
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 7845
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 7871
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "_this5$on",
                                            "range": [
                                              7873,
                                              7882
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 7873
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 7882
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "_object2",
                                                    "range": [
                                                      7883,
                                                      7891
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 7883
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 7891
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "default",
                                                    "range": [
                                                      7892,
                                                      7899
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 7892
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 7899
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    7883,
                                                    7899
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 7883
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 7899
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Events",
                                                  "range": [
                                                    7900,
                                                    7906
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 7900
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 7906
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  7883,
                                                  7906
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7883
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7906
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "Lifecycle",
                                                "range": [
                                                  7907,
                                                  7916
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7907
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 7916
                                                  }
                                                }
                                              },
                                              "range": [
                                                7883,
                                                7916
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7883
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7916
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "ChildAdded",
                                              "range": [
                                                7917,
                                                7927
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7917
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 7927
                                                }
                                              }
                                            },
                                            "range": [
                                              7883,
                                              7927
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 7883
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 7927
                                              }
                                            }
                                          },
                                          {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "FunctionExpression",
                                              "id": null,
                                              "params": [],
                                              "body": {
                                                "type": "BlockStatement",
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "id": {
                                                          "type": "Identifier",
                                                          "name": "_ref4",
                                                          "range": [
                                                            7943,
                                                            7948
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 7943
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 7948
                                                            }
                                                          }
                                                        },
                                                        "init": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "SequenceExpression",
                                                            "expressions": [
                                                              {
                                                                "type": "Literal",
                                                                "value": 0,
                                                                "raw": "0",
                                                                "range": [
                                                                  7950,
                                                                  7951
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 7950
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 7951
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "_asyncToGenerator3",
                                                                  "range": [
                                                                    7952,
                                                                    7970
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 7952
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 7970
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "default",
                                                                  "range": [
                                                                    7971,
                                                                    7978
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 7971
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 7978
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  7952,
                                                                  7978
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 7952
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 7978
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              7950,
                                                              7978
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 7950
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 7978
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "name": "_regenerator2",
                                                                    "range": [
                                                                      7980,
                                                                      7993
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 7980
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 7993
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "default",
                                                                    "range": [
                                                                      7994,
                                                                      8001
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 7994
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 8001
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    7980,
                                                                    8001
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 7980
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 8001
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "mark",
                                                                  "range": [
                                                                    8002,
                                                                    8006
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 8002
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 8006
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  7980,
                                                                  8006
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 7980
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 8006
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "FunctionExpression",
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "name": "_callee",
                                                                    "range": [
                                                                      8016,
                                                                      8023
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 8016
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 8023
                                                                      }
                                                                    }
                                                                  },
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "name": "_ref5",
                                                                      "range": [
                                                                        8024,
                                                                        8029
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 8024
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 8029
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "body": [
                                                                      {
                                                                        "type": "VariableDeclaration",
                                                                        "declarations": [
                                                                          {
                                                                            "type": "VariableDeclarator",
                                                                            "id": {
                                                                              "type": "Identifier",
                                                                              "name": "b",
                                                                              "range": [
                                                                                8035,
                                                                                8036
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 8035
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 8036
                                                                                }
                                                                              }
                                                                            },
                                                                            "init": {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "_ref5",
                                                                                "range": [
                                                                                  8037,
                                                                                  8042
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 8037
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 8042
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "child",
                                                                                "range": [
                                                                                  8043,
                                                                                  8048
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 8043
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 8048
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                8037,
                                                                                8048
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 8037
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 8048
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              8035,
                                                                              8048
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 8035
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 8048
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "kind": "var",
                                                                        "range": [
                                                                          8031,
                                                                          8049
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 8031
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 8049
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "argument": {
                                                                          "type": "CallExpression",
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "computed": false,
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "_regenerator2",
                                                                                "range": [
                                                                                  8056,
                                                                                  8069
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 8056
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 8069
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "default",
                                                                                "range": [
                                                                                  8070,
                                                                                  8077
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 8070
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 8077
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                8056,
                                                                                8077
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 8056
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 8077
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "wrap",
                                                                              "range": [
                                                                                8078,
                                                                                8082
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 8078
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 8082
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              8056,
                                                                              8082
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 8056
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 8082
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "FunctionExpression",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "_callee$",
                                                                                "range": [
                                                                                  8092,
                                                                                  8100
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 8092
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 8100
                                                                                  }
                                                                                }
                                                                              },
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "name": "_context",
                                                                                  "range": [
                                                                                    8101,
                                                                                    8109
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 8101
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 8109
                                                                                    }
                                                                                  }
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ForStatement",
                                                                                    "init": null,
                                                                                    "test": {
                                                                                      "type": "Literal",
                                                                                      "value": 1,
                                                                                      "raw": "1",
                                                                                      "range": [
                                                                                        8116,
                                                                                        8117
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 8116
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 8117
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "update": null,
                                                                                    "body": {
                                                                                      "type": "SwitchStatement",
                                                                                      "discriminant": {
                                                                                        "type": "AssignmentExpression",
                                                                                        "operator": "=",
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "computed": false,
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "name": "_context",
                                                                                            "range": [
                                                                                              8126,
                                                                                              8134
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 8126
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 8134
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "name": "prev",
                                                                                            "range": [
                                                                                              8135,
                                                                                              8139
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 8135
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 8139
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            8126,
                                                                                            8139
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 8126
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 8139
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "computed": false,
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "name": "_context",
                                                                                            "range": [
                                                                                              8140,
                                                                                              8148
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 8140
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 8148
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "name": "next",
                                                                                            "range": [
                                                                                              8149,
                                                                                              8153
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 8149
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 8153
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            8140,
                                                                                            8153
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 8140
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 8153
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "range": [
                                                                                          8126,
                                                                                          8153
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 1,
                                                                                            "column": 8126
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 1,
                                                                                            "column": 8153
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "cases": [
                                                                                        {
                                                                                          "type": "SwitchCase",
                                                                                          "test": {
                                                                                            "type": "Literal",
                                                                                            "value": 0,
                                                                                            "raw": "0",
                                                                                            "range": [
                                                                                              8160,
                                                                                              8161
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 8160
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 8161
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "consequent": [
                                                                                            {
                                                                                              "type": "ReturnStatement",
                                                                                              "argument": {
                                                                                                "type": "SequenceExpression",
                                                                                                "expressions": [
                                                                                                  {
                                                                                                    "type": "CallExpression",
                                                                                                    "callee": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "b",
                                                                                                        "range": [
                                                                                                          8169,
                                                                                                          8170
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 8169
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 8170
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "traverse",
                                                                                                        "range": [
                                                                                                          8171,
                                                                                                          8179
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 8171
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 8179
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        8169,
                                                                                                        8179
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 8169
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 8179
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "arguments": [
                                                                                                      {
                                                                                                        "type": "FunctionExpression",
                                                                                                        "id": null,
                                                                                                        "params": [
                                                                                                          {
                                                                                                            "type": "Identifier",
                                                                                                            "name": "c",
                                                                                                            "range": [
                                                                                                              8189,
                                                                                                              8190
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 1,
                                                                                                                "column": 8189
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 1,
                                                                                                                "column": 8190
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        ],
                                                                                                        "body": {
                                                                                                          "type": "BlockStatement",
                                                                                                          "body": [
                                                                                                            {
                                                                                                              "type": "ExpressionStatement",
                                                                                                              "expression": {
                                                                                                                "type": "ConditionalExpression",
                                                                                                                "test": {
                                                                                                                  "type": "BinaryExpression",
                                                                                                                  "operator": "===",
                                                                                                                  "left": {
                                                                                                                    "type": "Literal",
                                                                                                                    "value": "Mesh",
                                                                                                                    "raw": "'Mesh'",
                                                                                                                    "range": [
                                                                                                                      8192,
                                                                                                                      8198
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8192
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8198
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "right": {
                                                                                                                    "type": "MemberExpression",
                                                                                                                    "computed": false,
                                                                                                                    "object": {
                                                                                                                      "type": "Identifier",
                                                                                                                      "name": "c",
                                                                                                                      "range": [
                                                                                                                        8201,
                                                                                                                        8202
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8201
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8202
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "property": {
                                                                                                                      "type": "Identifier",
                                                                                                                      "name": "type",
                                                                                                                      "range": [
                                                                                                                        8203,
                                                                                                                        8207
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8203
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8207
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "range": [
                                                                                                                      8201,
                                                                                                                      8207
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8201
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8207
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "range": [
                                                                                                                    8192,
                                                                                                                    8207
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 8192
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 8207
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "consequent": {
                                                                                                                  "type": "CallExpression",
                                                                                                                  "callee": {
                                                                                                                    "type": "FunctionExpression",
                                                                                                                    "id": null,
                                                                                                                    "params": [],
                                                                                                                    "body": {
                                                                                                                      "type": "BlockStatement",
                                                                                                                      "body": [
                                                                                                                        {
                                                                                                                          "type": "VariableDeclaration",
                                                                                                                          "declarations": [
                                                                                                                            {
                                                                                                                              "type": "VariableDeclarator",
                                                                                                                              "id": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "d",
                                                                                                                                "range": [
                                                                                                                                  8223,
                                                                                                                                  8224
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8223
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8224
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "init": {
                                                                                                                                "type": "ObjectExpression",
                                                                                                                                "properties": [
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "reflectivity",
                                                                                                                                      "range": [
                                                                                                                                        8226,
                                                                                                                                        8238
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8226
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8238
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 1,
                                                                                                                                      "raw": "1",
                                                                                                                                      "range": [
                                                                                                                                        8239,
                                                                                                                                        8240
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8239
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8240
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8226,
                                                                                                                                      8240
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8226
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8240
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "fog",
                                                                                                                                      "range": [
                                                                                                                                        8241,
                                                                                                                                        8244
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8241
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8244
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "UnaryExpression",
                                                                                                                                      "operator": "!",
                                                                                                                                      "argument": {
                                                                                                                                        "type": "Literal",
                                                                                                                                        "value": 1,
                                                                                                                                        "raw": "1",
                                                                                                                                        "range": [
                                                                                                                                          8246,
                                                                                                                                          8247
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8246
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8247
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "prefix": true,
                                                                                                                                      "range": [
                                                                                                                                        8245,
                                                                                                                                        8247
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8245
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8247
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8241,
                                                                                                                                      8247
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8241
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8247
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "polygonOffset",
                                                                                                                                      "range": [
                                                                                                                                        8248,
                                                                                                                                        8261
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8248
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8261
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "UnaryExpression",
                                                                                                                                      "operator": "!",
                                                                                                                                      "argument": {
                                                                                                                                        "type": "Literal",
                                                                                                                                        "value": 0,
                                                                                                                                        "raw": "0",
                                                                                                                                        "range": [
                                                                                                                                          8263,
                                                                                                                                          8264
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8263
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8264
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "prefix": true,
                                                                                                                                      "range": [
                                                                                                                                        8262,
                                                                                                                                        8264
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8262
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8264
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8248,
                                                                                                                                      8264
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8248
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8264
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "polygonOffsetFactor",
                                                                                                                                      "range": [
                                                                                                                                        8265,
                                                                                                                                        8284
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8265
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8284
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 1,
                                                                                                                                      "raw": "1",
                                                                                                                                      "range": [
                                                                                                                                        8285,
                                                                                                                                        8286
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8285
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8286
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8265,
                                                                                                                                      8286
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8265
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8286
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "polygonOffsetUnits",
                                                                                                                                      "range": [
                                                                                                                                        8287,
                                                                                                                                        8305
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8287
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8305
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 1,
                                                                                                                                      "raw": "1",
                                                                                                                                      "range": [
                                                                                                                                        8306,
                                                                                                                                        8307
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8306
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8307
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8287,
                                                                                                                                      8307
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8287
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8307
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "transparent",
                                                                                                                                      "range": [
                                                                                                                                        8308,
                                                                                                                                        8319
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8308
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8319
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "UnaryExpression",
                                                                                                                                      "operator": "!",
                                                                                                                                      "argument": {
                                                                                                                                        "type": "Literal",
                                                                                                                                        "value": 0,
                                                                                                                                        "raw": "0",
                                                                                                                                        "range": [
                                                                                                                                          8321,
                                                                                                                                          8322
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8321
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8322
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "prefix": true,
                                                                                                                                      "range": [
                                                                                                                                        8320,
                                                                                                                                        8322
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8320
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8322
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8308,
                                                                                                                                      8322
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8308
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8322
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "emissive",
                                                                                                                                      "range": [
                                                                                                                                        8323,
                                                                                                                                        8331
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8323
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8331
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "NewExpression",
                                                                                                                                      "callee": {
                                                                                                                                        "type": "MemberExpression",
                                                                                                                                        "computed": false,
                                                                                                                                        "object": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "THREE",
                                                                                                                                          "range": [
                                                                                                                                            8336,
                                                                                                                                            8341
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8336
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8341
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "property": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "Color",
                                                                                                                                          "range": [
                                                                                                                                            8342,
                                                                                                                                            8347
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8342
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8347
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "range": [
                                                                                                                                          8336,
                                                                                                                                          8347
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8336
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8347
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "arguments": [
                                                                                                                                        {
                                                                                                                                          "type": "Literal",
                                                                                                                                          "value": 0,
                                                                                                                                          "raw": "0",
                                                                                                                                          "range": [
                                                                                                                                            8348,
                                                                                                                                            8349
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8348
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8349
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      ],
                                                                                                                                      "range": [
                                                                                                                                        8332,
                                                                                                                                        8350
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8332
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8350
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8323,
                                                                                                                                      8350
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8323
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8350
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "metalness",
                                                                                                                                      "range": [
                                                                                                                                        8351,
                                                                                                                                        8360
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8351
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8360
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.8,
                                                                                                                                      "raw": "0.8",
                                                                                                                                      "range": [
                                                                                                                                        8361,
                                                                                                                                        8364
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8361
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8364
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8351,
                                                                                                                                      8364
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8351
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8364
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "roughness",
                                                                                                                                      "range": [
                                                                                                                                        8365,
                                                                                                                                        8374
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8365
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8374
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.75,
                                                                                                                                      "raw": "0.75",
                                                                                                                                      "range": [
                                                                                                                                        8375,
                                                                                                                                        8379
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8375
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8379
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8365,
                                                                                                                                      8379
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8365
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8379
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "clearCoat",
                                                                                                                                      "range": [
                                                                                                                                        8380,
                                                                                                                                        8389
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8380
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8389
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.5,
                                                                                                                                      "raw": "0.5",
                                                                                                                                      "range": [
                                                                                                                                        8390,
                                                                                                                                        8393
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8390
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8393
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8380,
                                                                                                                                      8393
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8380
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8393
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "clearCoatRoughness",
                                                                                                                                      "range": [
                                                                                                                                        8394,
                                                                                                                                        8412
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8394
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8412
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.7,
                                                                                                                                      "raw": "0.7",
                                                                                                                                      "range": [
                                                                                                                                        8413,
                                                                                                                                        8416
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8413
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8416
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8394,
                                                                                                                                      8416
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8394
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8416
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  {
                                                                                                                                    "type": "Property",
                                                                                                                                    "key": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "envMapIntensity",
                                                                                                                                      "range": [
                                                                                                                                        8417,
                                                                                                                                        8432
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8417
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8432
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "value": {
                                                                                                                                      "type": "Literal",
                                                                                                                                      "value": 0.4,
                                                                                                                                      "raw": "0.4",
                                                                                                                                      "range": [
                                                                                                                                        8433,
                                                                                                                                        8436
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8433
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8436
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "kind": "init",
                                                                                                                                    "method": false,
                                                                                                                                    "shorthand": false,
                                                                                                                                    "computed": false,
                                                                                                                                    "range": [
                                                                                                                                      8417,
                                                                                                                                      8436
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8417
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8436
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                ],
                                                                                                                                "range": [
                                                                                                                                  8225,
                                                                                                                                  8437
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8225
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8437
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "range": [
                                                                                                                                8223,
                                                                                                                                8437
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 8223
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 8437
                                                                                                                                }
                                                                                                                              }
                                                                                                                            }
                                                                                                                          ],
                                                                                                                          "kind": "var",
                                                                                                                          "range": [
                                                                                                                            8219,
                                                                                                                            8438
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8219
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8438
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        {
                                                                                                                          "type": "ExpressionStatement",
                                                                                                                          "expression": {
                                                                                                                            "type": "SequenceExpression",
                                                                                                                            "expressions": [
                                                                                                                              {
                                                                                                                                "type": "AssignmentExpression",
                                                                                                                                "operator": "=",
                                                                                                                                "left": {
                                                                                                                                  "type": "MemberExpression",
                                                                                                                                  "computed": false,
                                                                                                                                  "object": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "c",
                                                                                                                                    "range": [
                                                                                                                                      8438,
                                                                                                                                      8439
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8438
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8439
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "property": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "castShadow",
                                                                                                                                    "range": [
                                                                                                                                      8440,
                                                                                                                                      8450
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8440
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8450
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    8438,
                                                                                                                                    8450
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8438
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8450
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "right": {
                                                                                                                                  "type": "UnaryExpression",
                                                                                                                                  "operator": "!",
                                                                                                                                  "argument": {
                                                                                                                                    "type": "Literal",
                                                                                                                                    "value": 0,
                                                                                                                                    "raw": "0",
                                                                                                                                    "range": [
                                                                                                                                      8452,
                                                                                                                                      8453
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8452
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8453
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "prefix": true,
                                                                                                                                  "range": [
                                                                                                                                    8451,
                                                                                                                                    8453
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8451
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8453
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "range": [
                                                                                                                                  8438,
                                                                                                                                  8453
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8438
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8453
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              {
                                                                                                                                "type": "AssignmentExpression",
                                                                                                                                "operator": "=",
                                                                                                                                "left": {
                                                                                                                                  "type": "MemberExpression",
                                                                                                                                  "computed": false,
                                                                                                                                  "object": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "c",
                                                                                                                                    "range": [
                                                                                                                                      8454,
                                                                                                                                      8455
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8454
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8455
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "property": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "receiveShadow",
                                                                                                                                    "range": [
                                                                                                                                      8456,
                                                                                                                                      8469
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8456
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8469
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    8454,
                                                                                                                                    8469
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8454
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8469
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "right": {
                                                                                                                                  "type": "UnaryExpression",
                                                                                                                                  "operator": "!",
                                                                                                                                  "argument": {
                                                                                                                                    "type": "Literal",
                                                                                                                                    "value": 0,
                                                                                                                                    "raw": "0",
                                                                                                                                    "range": [
                                                                                                                                      8471,
                                                                                                                                      8472
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8471
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8472
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "prefix": true,
                                                                                                                                  "range": [
                                                                                                                                    8470,
                                                                                                                                    8472
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8470
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8472
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "range": [
                                                                                                                                  8454,
                                                                                                                                  8472
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8454
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8472
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              {
                                                                                                                                "type": "ConditionalExpression",
                                                                                                                                "test": {
                                                                                                                                  "type": "BinaryExpression",
                                                                                                                                  "operator": "instanceof",
                                                                                                                                  "left": {
                                                                                                                                    "type": "MemberExpression",
                                                                                                                                    "computed": false,
                                                                                                                                    "object": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "c",
                                                                                                                                      "range": [
                                                                                                                                        8473,
                                                                                                                                        8474
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8473
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8474
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "property": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "material",
                                                                                                                                      "range": [
                                                                                                                                        8475,
                                                                                                                                        8483
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8475
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8483
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      8473,
                                                                                                                                      8483
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8473
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8483
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "right": {
                                                                                                                                    "type": "MemberExpression",
                                                                                                                                    "computed": false,
                                                                                                                                    "object": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "THREE",
                                                                                                                                      "range": [
                                                                                                                                        8495,
                                                                                                                                        8500
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8495
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8500
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "property": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "MultiMaterial",
                                                                                                                                      "range": [
                                                                                                                                        8501,
                                                                                                                                        8514
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8501
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8514
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      8495,
                                                                                                                                      8514
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8495
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8514
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    8473,
                                                                                                                                    8514
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8473
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8514
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "consequent": {
                                                                                                                                  "type": "AssignmentExpression",
                                                                                                                                  "operator": "=",
                                                                                                                                  "left": {
                                                                                                                                    "type": "MemberExpression",
                                                                                                                                    "computed": false,
                                                                                                                                    "object": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "c",
                                                                                                                                        "range": [
                                                                                                                                          8515,
                                                                                                                                          8516
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8515
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8516
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "material",
                                                                                                                                        "range": [
                                                                                                                                          8517,
                                                                                                                                          8525
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8517
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8525
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        8515,
                                                                                                                                        8525
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8515
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8525
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "property": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "materials",
                                                                                                                                      "range": [
                                                                                                                                        8526,
                                                                                                                                        8535
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8526
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8535
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      8515,
                                                                                                                                      8535
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8515
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8535
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "right": {
                                                                                                                                    "type": "CallExpression",
                                                                                                                                    "callee": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "MemberExpression",
                                                                                                                                        "computed": false,
                                                                                                                                        "object": {
                                                                                                                                          "type": "MemberExpression",
                                                                                                                                          "computed": false,
                                                                                                                                          "object": {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "c",
                                                                                                                                            "range": [
                                                                                                                                              8536,
                                                                                                                                              8537
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8536
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8537
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          "property": {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "material",
                                                                                                                                            "range": [
                                                                                                                                              8538,
                                                                                                                                              8546
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8538
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8546
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          "range": [
                                                                                                                                            8536,
                                                                                                                                            8546
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8536
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8546
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "property": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "materials",
                                                                                                                                          "range": [
                                                                                                                                            8547,
                                                                                                                                            8556
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8547
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8556
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "range": [
                                                                                                                                          8536,
                                                                                                                                          8556
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8536
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8556
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "map",
                                                                                                                                        "range": [
                                                                                                                                          8557,
                                                                                                                                          8560
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8557
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8560
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        8536,
                                                                                                                                        8560
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8536
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8560
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "arguments": [
                                                                                                                                      {
                                                                                                                                        "type": "FunctionExpression",
                                                                                                                                        "id": null,
                                                                                                                                        "params": [
                                                                                                                                          {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "e",
                                                                                                                                            "range": [
                                                                                                                                              8570,
                                                                                                                                              8571
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8570
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8571
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        ],
                                                                                                                                        "body": {
                                                                                                                                          "type": "BlockStatement",
                                                                                                                                          "body": [
                                                                                                                                            {
                                                                                                                                              "type": "VariableDeclaration",
                                                                                                                                              "declarations": [
                                                                                                                                                {
                                                                                                                                                  "type": "VariableDeclarator",
                                                                                                                                                  "id": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "f",
                                                                                                                                                    "range": [
                                                                                                                                                      8577,
                                                                                                                                                      8578
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8577
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8578
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "init": {
                                                                                                                                                    "type": "NewExpression",
                                                                                                                                                    "callee": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "THREE",
                                                                                                                                                        "range": [
                                                                                                                                                          8583,
                                                                                                                                                          8588
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8583
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8588
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "MeshPhysicalMaterial",
                                                                                                                                                        "range": [
                                                                                                                                                          8589,
                                                                                                                                                          8609
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8589
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8609
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        8583,
                                                                                                                                                        8609
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8583
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8609
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "arguments": [
                                                                                                                                                      {
                                                                                                                                                        "type": "CallExpression",
                                                                                                                                                        "callee": {
                                                                                                                                                          "type": "SequenceExpression",
                                                                                                                                                          "expressions": [
                                                                                                                                                            {
                                                                                                                                                              "type": "Literal",
                                                                                                                                                              "value": 0,
                                                                                                                                                              "raw": "0",
                                                                                                                                                              "range": [
                                                                                                                                                                8611,
                                                                                                                                                                8612
                                                                                                                                                              ],
                                                                                                                                                              "loc": {
                                                                                                                                                                "start": {
                                                                                                                                                                  "line": 1,
                                                                                                                                                                  "column": 8611
                                                                                                                                                                },
                                                                                                                                                                "end": {
                                                                                                                                                                  "line": 1,
                                                                                                                                                                  "column": 8612
                                                                                                                                                                }
                                                                                                                                                              }
                                                                                                                                                            },
                                                                                                                                                            {
                                                                                                                                                              "type": "MemberExpression",
                                                                                                                                                              "computed": false,
                                                                                                                                                              "object": {
                                                                                                                                                                "type": "Identifier",
                                                                                                                                                                "name": "_extends3",
                                                                                                                                                                "range": [
                                                                                                                                                                  8613,
                                                                                                                                                                  8622
                                                                                                                                                                ],
                                                                                                                                                                "loc": {
                                                                                                                                                                  "start": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 8613
                                                                                                                                                                  },
                                                                                                                                                                  "end": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 8622
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              },
                                                                                                                                                              "property": {
                                                                                                                                                                "type": "Identifier",
                                                                                                                                                                "name": "default",
                                                                                                                                                                "range": [
                                                                                                                                                                  8623,
                                                                                                                                                                  8630
                                                                                                                                                                ],
                                                                                                                                                                "loc": {
                                                                                                                                                                  "start": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 8623
                                                                                                                                                                  },
                                                                                                                                                                  "end": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 8630
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              },
                                                                                                                                                              "range": [
                                                                                                                                                                8613,
                                                                                                                                                                8630
                                                                                                                                                              ],
                                                                                                                                                              "loc": {
                                                                                                                                                                "start": {
                                                                                                                                                                  "line": 1,
                                                                                                                                                                  "column": 8613
                                                                                                                                                                },
                                                                                                                                                                "end": {
                                                                                                                                                                  "line": 1,
                                                                                                                                                                  "column": 8630
                                                                                                                                                                }
                                                                                                                                                              }
                                                                                                                                                            }
                                                                                                                                                          ],
                                                                                                                                                          "range": [
                                                                                                                                                            8611,
                                                                                                                                                            8630
                                                                                                                                                          ],
                                                                                                                                                          "loc": {
                                                                                                                                                            "start": {
                                                                                                                                                              "line": 1,
                                                                                                                                                              "column": 8611
                                                                                                                                                            },
                                                                                                                                                            "end": {
                                                                                                                                                              "line": 1,
                                                                                                                                                              "column": 8630
                                                                                                                                                            }
                                                                                                                                                          }
                                                                                                                                                        },
                                                                                                                                                        "arguments": [
                                                                                                                                                          {
                                                                                                                                                            "type": "ObjectExpression",
                                                                                                                                                            "properties": [
                                                                                                                                                              {
                                                                                                                                                                "type": "Property",
                                                                                                                                                                "key": {
                                                                                                                                                                  "type": "Identifier",
                                                                                                                                                                  "name": "color",
                                                                                                                                                                  "range": [
                                                                                                                                                                    8633,
                                                                                                                                                                    8638
                                                                                                                                                                  ],
                                                                                                                                                                  "loc": {
                                                                                                                                                                    "start": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 8633
                                                                                                                                                                    },
                                                                                                                                                                    "end": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 8638
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                },
                                                                                                                                                                "value": {
                                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                                  "computed": false,
                                                                                                                                                                  "object": {
                                                                                                                                                                    "type": "Identifier",
                                                                                                                                                                    "name": "e",
                                                                                                                                                                    "range": [
                                                                                                                                                                      8639,
                                                                                                                                                                      8640
                                                                                                                                                                    ],
                                                                                                                                                                    "loc": {
                                                                                                                                                                      "start": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 8639
                                                                                                                                                                      },
                                                                                                                                                                      "end": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 8640
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  },
                                                                                                                                                                  "property": {
                                                                                                                                                                    "type": "Identifier",
                                                                                                                                                                    "name": "color",
                                                                                                                                                                    "range": [
                                                                                                                                                                      8641,
                                                                                                                                                                      8646
                                                                                                                                                                    ],
                                                                                                                                                                    "loc": {
                                                                                                                                                                      "start": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 8641
                                                                                                                                                                      },
                                                                                                                                                                      "end": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 8646
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  },
                                                                                                                                                                  "range": [
                                                                                                                                                                    8639,
                                                                                                                                                                    8646
                                                                                                                                                                  ],
                                                                                                                                                                  "loc": {
                                                                                                                                                                    "start": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 8639
                                                                                                                                                                    },
                                                                                                                                                                    "end": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 8646
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                },
                                                                                                                                                                "kind": "init",
                                                                                                                                                                "method": false,
                                                                                                                                                                "shorthand": false,
                                                                                                                                                                "computed": false,
                                                                                                                                                                "range": [
                                                                                                                                                                  8633,
                                                                                                                                                                  8646
                                                                                                                                                                ],
                                                                                                                                                                "loc": {
                                                                                                                                                                  "start": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 8633
                                                                                                                                                                  },
                                                                                                                                                                  "end": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 8646
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              },
                                                                                                                                                              {
                                                                                                                                                                "type": "Property",
                                                                                                                                                                "key": {
                                                                                                                                                                  "type": "Identifier",
                                                                                                                                                                  "name": "opacity",
                                                                                                                                                                  "range": [
                                                                                                                                                                    8647,
                                                                                                                                                                    8654
                                                                                                                                                                  ],
                                                                                                                                                                  "loc": {
                                                                                                                                                                    "start": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 8647
                                                                                                                                                                    },
                                                                                                                                                                    "end": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 8654
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                },
                                                                                                                                                                "value": {
                                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                                  "computed": false,
                                                                                                                                                                  "object": {
                                                                                                                                                                    "type": "Identifier",
                                                                                                                                                                    "name": "e",
                                                                                                                                                                    "range": [
                                                                                                                                                                      8655,
                                                                                                                                                                      8656
                                                                                                                                                                    ],
                                                                                                                                                                    "loc": {
                                                                                                                                                                      "start": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 8655
                                                                                                                                                                      },
                                                                                                                                                                      "end": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 8656
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  },
                                                                                                                                                                  "property": {
                                                                                                                                                                    "type": "Identifier",
                                                                                                                                                                    "name": "opacity",
                                                                                                                                                                    "range": [
                                                                                                                                                                      8657,
                                                                                                                                                                      8664
                                                                                                                                                                    ],
                                                                                                                                                                    "loc": {
                                                                                                                                                                      "start": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 8657
                                                                                                                                                                      },
                                                                                                                                                                      "end": {
                                                                                                                                                                        "line": 1,
                                                                                                                                                                        "column": 8664
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  },
                                                                                                                                                                  "range": [
                                                                                                                                                                    8655,
                                                                                                                                                                    8664
                                                                                                                                                                  ],
                                                                                                                                                                  "loc": {
                                                                                                                                                                    "start": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 8655
                                                                                                                                                                    },
                                                                                                                                                                    "end": {
                                                                                                                                                                      "line": 1,
                                                                                                                                                                      "column": 8664
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                },
                                                                                                                                                                "kind": "init",
                                                                                                                                                                "method": false,
                                                                                                                                                                "shorthand": false,
                                                                                                                                                                "computed": false,
                                                                                                                                                                "range": [
                                                                                                                                                                  8647,
                                                                                                                                                                  8664
                                                                                                                                                                ],
                                                                                                                                                                "loc": {
                                                                                                                                                                  "start": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 8647
                                                                                                                                                                  },
                                                                                                                                                                  "end": {
                                                                                                                                                                    "line": 1,
                                                                                                                                                                    "column": 8664
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              }
                                                                                                                                                            ],
                                                                                                                                                            "range": [
                                                                                                                                                              8632,
                                                                                                                                                              8665
                                                                                                                                                            ],
                                                                                                                                                            "loc": {
                                                                                                                                                              "start": {
                                                                                                                                                                "line": 1,
                                                                                                                                                                "column": 8632
                                                                                                                                                              },
                                                                                                                                                              "end": {
                                                                                                                                                                "line": 1,
                                                                                                                                                                "column": 8665
                                                                                                                                                              }
                                                                                                                                                            }
                                                                                                                                                          },
                                                                                                                                                          {
                                                                                                                                                            "type": "Identifier",
                                                                                                                                                            "name": "d",
                                                                                                                                                            "range": [
                                                                                                                                                              8666,
                                                                                                                                                              8667
                                                                                                                                                            ],
                                                                                                                                                            "loc": {
                                                                                                                                                              "start": {
                                                                                                                                                                "line": 1,
                                                                                                                                                                "column": 8666
                                                                                                                                                              },
                                                                                                                                                              "end": {
                                                                                                                                                                "line": 1,
                                                                                                                                                                "column": 8667
                                                                                                                                                              }
                                                                                                                                                            }
                                                                                                                                                          }
                                                                                                                                                        ],
                                                                                                                                                        "range": [
                                                                                                                                                          8610,
                                                                                                                                                          8668
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8610
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8668
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    ],
                                                                                                                                                    "range": [
                                                                                                                                                      8579,
                                                                                                                                                      8669
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8579
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8669
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "range": [
                                                                                                                                                    8577,
                                                                                                                                                    8669
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8577
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8669
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              ],
                                                                                                                                              "kind": "var",
                                                                                                                                              "range": [
                                                                                                                                                8573,
                                                                                                                                                8670
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 8573
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 8670
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            {
                                                                                                                                              "type": "ReturnStatement",
                                                                                                                                              "argument": {
                                                                                                                                                "type": "SequenceExpression",
                                                                                                                                                "expressions": [
                                                                                                                                                  {
                                                                                                                                                    "type": "AssignmentExpression",
                                                                                                                                                    "operator": "=",
                                                                                                                                                    "left": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "f",
                                                                                                                                                        "range": [
                                                                                                                                                          8677,
                                                                                                                                                          8678
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8677
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8678
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "meta",
                                                                                                                                                        "range": [
                                                                                                                                                          8679,
                                                                                                                                                          8683
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8679
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8683
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        8677,
                                                                                                                                                        8683
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8677
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8683
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "right": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "e",
                                                                                                                                                        "range": [
                                                                                                                                                          8684,
                                                                                                                                                          8685
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8684
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8685
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "meta",
                                                                                                                                                        "range": [
                                                                                                                                                          8686,
                                                                                                                                                          8690
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8686
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8690
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        8684,
                                                                                                                                                        8690
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8684
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8690
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "range": [
                                                                                                                                                      8677,
                                                                                                                                                      8690
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8677
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8690
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  {
                                                                                                                                                    "type": "AssignmentExpression",
                                                                                                                                                    "operator": "=",
                                                                                                                                                    "left": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "f",
                                                                                                                                                        "range": [
                                                                                                                                                          8691,
                                                                                                                                                          8692
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8691
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8692
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "parent",
                                                                                                                                                        "range": [
                                                                                                                                                          8693,
                                                                                                                                                          8699
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8693
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8699
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        8691,
                                                                                                                                                        8699
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8691
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8699
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "right": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "e",
                                                                                                                                                        "range": [
                                                                                                                                                          8700,
                                                                                                                                                          8701
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8700
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8701
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "parent",
                                                                                                                                                        "range": [
                                                                                                                                                          8702,
                                                                                                                                                          8708
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8702
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8708
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        8700,
                                                                                                                                                        8708
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8700
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8708
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "range": [
                                                                                                                                                      8691,
                                                                                                                                                      8708
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8691
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8708
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  {
                                                                                                                                                    "type": "CallExpression",
                                                                                                                                                    "callee": {
                                                                                                                                                      "type": "MemberExpression",
                                                                                                                                                      "computed": false,
                                                                                                                                                      "object": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "f",
                                                                                                                                                        "range": [
                                                                                                                                                          8709,
                                                                                                                                                          8710
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8709
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8710
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "property": {
                                                                                                                                                        "type": "Identifier",
                                                                                                                                                        "name": "dispose",
                                                                                                                                                        "range": [
                                                                                                                                                          8711,
                                                                                                                                                          8718
                                                                                                                                                        ],
                                                                                                                                                        "loc": {
                                                                                                                                                          "start": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8711
                                                                                                                                                          },
                                                                                                                                                          "end": {
                                                                                                                                                            "line": 1,
                                                                                                                                                            "column": 8718
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      },
                                                                                                                                                      "range": [
                                                                                                                                                        8709,
                                                                                                                                                        8718
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8709
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8718
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "arguments": [],
                                                                                                                                                    "range": [
                                                                                                                                                      8709,
                                                                                                                                                      8720
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8709
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8720
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "f",
                                                                                                                                                    "range": [
                                                                                                                                                      8721,
                                                                                                                                                      8722
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8721
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8722
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                ],
                                                                                                                                                "range": [
                                                                                                                                                  8677,
                                                                                                                                                  8722
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8677
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8722
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "range": [
                                                                                                                                                8670,
                                                                                                                                                8722
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 8670
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 8722
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          ],
                                                                                                                                          "range": [
                                                                                                                                            8572,
                                                                                                                                            8723
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8572
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8723
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "generator": false,
                                                                                                                                        "expression": false,
                                                                                                                                        "range": [
                                                                                                                                          8561,
                                                                                                                                          8723
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8561
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8723
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      8536,
                                                                                                                                      8724
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8536
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8724
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    8515,
                                                                                                                                    8724
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8515
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8724
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "alternate": {
                                                                                                                                  "type": "AssignmentExpression",
                                                                                                                                  "operator": "=",
                                                                                                                                  "left": {
                                                                                                                                    "type": "MemberExpression",
                                                                                                                                    "computed": false,
                                                                                                                                    "object": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "c",
                                                                                                                                      "range": [
                                                                                                                                        8725,
                                                                                                                                        8726
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8725
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8726
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "property": {
                                                                                                                                      "type": "Identifier",
                                                                                                                                      "name": "material",
                                                                                                                                      "range": [
                                                                                                                                        8727,
                                                                                                                                        8735
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8727
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8735
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      8725,
                                                                                                                                      8735
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8725
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8735
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "right": {
                                                                                                                                    "type": "NewExpression",
                                                                                                                                    "callee": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "THREE",
                                                                                                                                        "range": [
                                                                                                                                          8740,
                                                                                                                                          8745
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8740
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8745
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "MeshPhysicalMaterial",
                                                                                                                                        "range": [
                                                                                                                                          8746,
                                                                                                                                          8766
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8746
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8766
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        8740,
                                                                                                                                        8766
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8740
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8766
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "arguments": [
                                                                                                                                      {
                                                                                                                                        "type": "CallExpression",
                                                                                                                                        "callee": {
                                                                                                                                          "type": "SequenceExpression",
                                                                                                                                          "expressions": [
                                                                                                                                            {
                                                                                                                                              "type": "Literal",
                                                                                                                                              "value": 0,
                                                                                                                                              "raw": "0",
                                                                                                                                              "range": [
                                                                                                                                                8768,
                                                                                                                                                8769
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 8768
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 8769
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            {
                                                                                                                                              "type": "MemberExpression",
                                                                                                                                              "computed": false,
                                                                                                                                              "object": {
                                                                                                                                                "type": "Identifier",
                                                                                                                                                "name": "_extends3",
                                                                                                                                                "range": [
                                                                                                                                                  8770,
                                                                                                                                                  8779
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8770
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8779
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "property": {
                                                                                                                                                "type": "Identifier",
                                                                                                                                                "name": "default",
                                                                                                                                                "range": [
                                                                                                                                                  8780,
                                                                                                                                                  8787
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8780
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8787
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "range": [
                                                                                                                                                8770,
                                                                                                                                                8787
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 8770
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 8787
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          ],
                                                                                                                                          "range": [
                                                                                                                                            8768,
                                                                                                                                            8787
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8768
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 8787
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "arguments": [
                                                                                                                                          {
                                                                                                                                            "type": "ObjectExpression",
                                                                                                                                            "properties": [
                                                                                                                                              {
                                                                                                                                                "type": "Property",
                                                                                                                                                "key": {
                                                                                                                                                  "type": "Identifier",
                                                                                                                                                  "name": "color",
                                                                                                                                                  "range": [
                                                                                                                                                    8790,
                                                                                                                                                    8795
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8790
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8795
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "value": {
                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                  "computed": false,
                                                                                                                                                  "object": {
                                                                                                                                                    "type": "MemberExpression",
                                                                                                                                                    "computed": false,
                                                                                                                                                    "object": {
                                                                                                                                                      "type": "Identifier",
                                                                                                                                                      "name": "c",
                                                                                                                                                      "range": [
                                                                                                                                                        8796,
                                                                                                                                                        8797
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8796
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8797
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "property": {
                                                                                                                                                      "type": "Identifier",
                                                                                                                                                      "name": "material",
                                                                                                                                                      "range": [
                                                                                                                                                        8798,
                                                                                                                                                        8806
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8798
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8806
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "range": [
                                                                                                                                                      8796,
                                                                                                                                                      8806
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8796
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8806
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "property": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "color",
                                                                                                                                                    "range": [
                                                                                                                                                      8807,
                                                                                                                                                      8812
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8807
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8812
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "range": [
                                                                                                                                                    8796,
                                                                                                                                                    8812
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8796
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8812
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "kind": "init",
                                                                                                                                                "method": false,
                                                                                                                                                "shorthand": false,
                                                                                                                                                "computed": false,
                                                                                                                                                "range": [
                                                                                                                                                  8790,
                                                                                                                                                  8812
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8790
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8812
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              {
                                                                                                                                                "type": "Property",
                                                                                                                                                "key": {
                                                                                                                                                  "type": "Identifier",
                                                                                                                                                  "name": "opacity",
                                                                                                                                                  "range": [
                                                                                                                                                    8813,
                                                                                                                                                    8820
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8813
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8820
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "value": {
                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                  "computed": false,
                                                                                                                                                  "object": {
                                                                                                                                                    "type": "MemberExpression",
                                                                                                                                                    "computed": false,
                                                                                                                                                    "object": {
                                                                                                                                                      "type": "Identifier",
                                                                                                                                                      "name": "c",
                                                                                                                                                      "range": [
                                                                                                                                                        8821,
                                                                                                                                                        8822
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8821
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8822
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "property": {
                                                                                                                                                      "type": "Identifier",
                                                                                                                                                      "name": "material",
                                                                                                                                                      "range": [
                                                                                                                                                        8823,
                                                                                                                                                        8831
                                                                                                                                                      ],
                                                                                                                                                      "loc": {
                                                                                                                                                        "start": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8823
                                                                                                                                                        },
                                                                                                                                                        "end": {
                                                                                                                                                          "line": 1,
                                                                                                                                                          "column": 8831
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    },
                                                                                                                                                    "range": [
                                                                                                                                                      8821,
                                                                                                                                                      8831
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8821
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8831
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "property": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "opacity",
                                                                                                                                                    "range": [
                                                                                                                                                      8832,
                                                                                                                                                      8839
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8832
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 8839
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "range": [
                                                                                                                                                    8821,
                                                                                                                                                    8839
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8821
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 8839
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "kind": "init",
                                                                                                                                                "method": false,
                                                                                                                                                "shorthand": false,
                                                                                                                                                "computed": false,
                                                                                                                                                "range": [
                                                                                                                                                  8813,
                                                                                                                                                  8839
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8813
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 8839
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            ],
                                                                                                                                            "range": [
                                                                                                                                              8789,
                                                                                                                                              8840
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8789
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8840
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "d",
                                                                                                                                            "range": [
                                                                                                                                              8841,
                                                                                                                                              8842
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8841
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 8842
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        ],
                                                                                                                                        "range": [
                                                                                                                                          8767,
                                                                                                                                          8843
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8767
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8843
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      8736,
                                                                                                                                      8844
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8736
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8844
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    8725,
                                                                                                                                    8844
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8725
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8844
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                "range": [
                                                                                                                                  8473,
                                                                                                                                  8844
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8473
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8844
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              }
                                                                                                                            ],
                                                                                                                            "range": [
                                                                                                                              8438,
                                                                                                                              8844
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8438
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8844
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            8438,
                                                                                                                            8844
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8438
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8844
                                                                                                                            }
                                                                                                                          }
                                                                                                                        }
                                                                                                                      ],
                                                                                                                      "range": [
                                                                                                                        8218,
                                                                                                                        8845
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8218
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8845
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "generator": false,
                                                                                                                    "expression": false,
                                                                                                                    "range": [
                                                                                                                      8208,
                                                                                                                      8845
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8208
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8845
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "arguments": [],
                                                                                                                  "range": [
                                                                                                                    8208,
                                                                                                                    8847
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 8208
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 8847
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "alternate": {
                                                                                                                  "type": "LogicalExpression",
                                                                                                                  "operator": "&&",
                                                                                                                  "left": {
                                                                                                                    "type": "BinaryExpression",
                                                                                                                    "operator": "===",
                                                                                                                    "left": {
                                                                                                                      "type": "Literal",
                                                                                                                      "value": "LineSegments",
                                                                                                                      "raw": "'LineSegments'",
                                                                                                                      "range": [
                                                                                                                        8848,
                                                                                                                        8862
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8848
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8862
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "right": {
                                                                                                                      "type": "MemberExpression",
                                                                                                                      "computed": false,
                                                                                                                      "object": {
                                                                                                                        "type": "Identifier",
                                                                                                                        "name": "c",
                                                                                                                        "range": [
                                                                                                                          8865,
                                                                                                                          8866
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8865
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8866
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "property": {
                                                                                                                        "type": "Identifier",
                                                                                                                        "name": "type",
                                                                                                                        "range": [
                                                                                                                          8867,
                                                                                                                          8871
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8867
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8871
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "range": [
                                                                                                                        8865,
                                                                                                                        8871
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8865
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8871
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "range": [
                                                                                                                      8848,
                                                                                                                      8871
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8848
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8871
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "right": {
                                                                                                                    "type": "ConditionalExpression",
                                                                                                                    "test": {
                                                                                                                      "type": "MemberExpression",
                                                                                                                      "computed": false,
                                                                                                                      "object": {
                                                                                                                        "type": "MemberExpression",
                                                                                                                        "computed": false,
                                                                                                                        "object": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "_this5",
                                                                                                                            "range": [
                                                                                                                              8874,
                                                                                                                              8880
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8874
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8880
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "pool",
                                                                                                                            "range": [
                                                                                                                              8881,
                                                                                                                              8885
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8881
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8885
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            8874,
                                                                                                                            8885
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8874
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8885
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "property": {
                                                                                                                          "type": "Identifier",
                                                                                                                          "name": "options",
                                                                                                                          "range": [
                                                                                                                            8886,
                                                                                                                            8893
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8886
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8893
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "range": [
                                                                                                                          8874,
                                                                                                                          8893
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8874
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8893
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "property": {
                                                                                                                        "type": "Identifier",
                                                                                                                        "name": "edges",
                                                                                                                        "range": [
                                                                                                                          8894,
                                                                                                                          8899
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8894
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8899
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "range": [
                                                                                                                        8874,
                                                                                                                        8899
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8874
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8899
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "consequent": {
                                                                                                                      "type": "ConditionalExpression",
                                                                                                                      "test": {
                                                                                                                        "type": "BinaryExpression",
                                                                                                                        "operator": "instanceof",
                                                                                                                        "left": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "c",
                                                                                                                            "range": [
                                                                                                                              8900,
                                                                                                                              8901
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8900
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8901
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "material",
                                                                                                                            "range": [
                                                                                                                              8902,
                                                                                                                              8910
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8902
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8910
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            8900,
                                                                                                                            8910
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8900
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8910
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "right": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "THREE",
                                                                                                                            "range": [
                                                                                                                              8922,
                                                                                                                              8927
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8922
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8927
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "MultiMaterial",
                                                                                                                            "range": [
                                                                                                                              8928,
                                                                                                                              8941
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8928
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8941
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            8922,
                                                                                                                            8941
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8922
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8941
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "range": [
                                                                                                                          8900,
                                                                                                                          8941
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8900
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8941
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "consequent": {
                                                                                                                        "type": "CallExpression",
                                                                                                                        "callee": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "MemberExpression",
                                                                                                                            "computed": false,
                                                                                                                            "object": {
                                                                                                                              "type": "MemberExpression",
                                                                                                                              "computed": false,
                                                                                                                              "object": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "c",
                                                                                                                                "range": [
                                                                                                                                  8942,
                                                                                                                                  8943
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8942
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8943
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "property": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "material",
                                                                                                                                "range": [
                                                                                                                                  8944,
                                                                                                                                  8952
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8944
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8952
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "range": [
                                                                                                                                8942,
                                                                                                                                8952
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 8942
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 8952
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "property": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "materials",
                                                                                                                              "range": [
                                                                                                                                8953,
                                                                                                                                8962
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 8953
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 8962
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "range": [
                                                                                                                              8942,
                                                                                                                              8962
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8942
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8962
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "forEach",
                                                                                                                            "range": [
                                                                                                                              8963,
                                                                                                                              8970
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8963
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8970
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            8942,
                                                                                                                            8970
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8942
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 8970
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "arguments": [
                                                                                                                          {
                                                                                                                            "type": "FunctionExpression",
                                                                                                                            "id": null,
                                                                                                                            "params": [
                                                                                                                              {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "d",
                                                                                                                                "range": [
                                                                                                                                  8980,
                                                                                                                                  8981
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8980
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 8981
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              }
                                                                                                                            ],
                                                                                                                            "body": {
                                                                                                                              "type": "BlockStatement",
                                                                                                                              "body": [
                                                                                                                                {
                                                                                                                                  "type": "ReturnStatement",
                                                                                                                                  "argument": {
                                                                                                                                    "type": "AssignmentExpression",
                                                                                                                                    "operator": "=",
                                                                                                                                    "left": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "d",
                                                                                                                                        "range": [
                                                                                                                                          8990,
                                                                                                                                          8991
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8990
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8991
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "opacity",
                                                                                                                                        "range": [
                                                                                                                                          8992,
                                                                                                                                          8999
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8992
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 8999
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        8990,
                                                                                                                                        8999
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8990
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 8999
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "right": {
                                                                                                                                      "type": "MemberExpression",
                                                                                                                                      "computed": false,
                                                                                                                                      "object": {
                                                                                                                                        "type": "MemberExpression",
                                                                                                                                        "computed": false,
                                                                                                                                        "object": {
                                                                                                                                          "type": "MemberExpression",
                                                                                                                                          "computed": false,
                                                                                                                                          "object": {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "_this5",
                                                                                                                                            "range": [
                                                                                                                                              9000,
                                                                                                                                              9006
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 9000
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 9006
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          "property": {
                                                                                                                                            "type": "Identifier",
                                                                                                                                            "name": "pool",
                                                                                                                                            "range": [
                                                                                                                                              9007,
                                                                                                                                              9011
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 9007
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 9011
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          },
                                                                                                                                          "range": [
                                                                                                                                            9000,
                                                                                                                                            9011
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9000
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9011
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "property": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "options",
                                                                                                                                          "range": [
                                                                                                                                            9012,
                                                                                                                                            9019
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9012
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9019
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "range": [
                                                                                                                                          9000,
                                                                                                                                          9019
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9000
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9019
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "property": {
                                                                                                                                        "type": "Identifier",
                                                                                                                                        "name": "edges",
                                                                                                                                        "range": [
                                                                                                                                          9020,
                                                                                                                                          9025
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9020
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9025
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      },
                                                                                                                                      "range": [
                                                                                                                                        9000,
                                                                                                                                        9025
                                                                                                                                      ],
                                                                                                                                      "loc": {
                                                                                                                                        "start": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 9000
                                                                                                                                        },
                                                                                                                                        "end": {
                                                                                                                                          "line": 1,
                                                                                                                                          "column": 9025
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    },
                                                                                                                                    "range": [
                                                                                                                                      8990,
                                                                                                                                      9025
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 8990
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9025
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "range": [
                                                                                                                                    8983,
                                                                                                                                    9025
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 8983
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 9025
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              ],
                                                                                                                              "range": [
                                                                                                                                8982,
                                                                                                                                9026
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 8982
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9026
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "generator": false,
                                                                                                                            "expression": false,
                                                                                                                            "range": [
                                                                                                                              8971,
                                                                                                                              9026
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 8971
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9026
                                                                                                                              }
                                                                                                                            }
                                                                                                                          }
                                                                                                                        ],
                                                                                                                        "range": [
                                                                                                                          8942,
                                                                                                                          9027
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 8942
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9027
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "alternate": {
                                                                                                                        "type": "AssignmentExpression",
                                                                                                                        "operator": "=",
                                                                                                                        "left": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "MemberExpression",
                                                                                                                            "computed": false,
                                                                                                                            "object": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "c",
                                                                                                                              "range": [
                                                                                                                                9028,
                                                                                                                                9029
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9028
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9029
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "property": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "material",
                                                                                                                              "range": [
                                                                                                                                9030,
                                                                                                                                9038
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9030
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9038
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "range": [
                                                                                                                              9028,
                                                                                                                              9038
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9028
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9038
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "opacity",
                                                                                                                            "range": [
                                                                                                                              9039,
                                                                                                                              9046
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9039
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9046
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            9028,
                                                                                                                            9046
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9028
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9046
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "right": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "MemberExpression",
                                                                                                                            "computed": false,
                                                                                                                            "object": {
                                                                                                                              "type": "MemberExpression",
                                                                                                                              "computed": false,
                                                                                                                              "object": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "_this5",
                                                                                                                                "range": [
                                                                                                                                  9047,
                                                                                                                                  9053
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9047
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9053
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "property": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "pool",
                                                                                                                                "range": [
                                                                                                                                  9054,
                                                                                                                                  9058
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9054
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9058
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "range": [
                                                                                                                                9047,
                                                                                                                                9058
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9047
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9058
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "property": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "options",
                                                                                                                              "range": [
                                                                                                                                9059,
                                                                                                                                9066
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9059
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9066
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "range": [
                                                                                                                              9047,
                                                                                                                              9066
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9047
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9066
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "edges",
                                                                                                                            "range": [
                                                                                                                              9067,
                                                                                                                              9072
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9067
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9072
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            9047,
                                                                                                                            9072
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9047
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9072
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "range": [
                                                                                                                          9028,
                                                                                                                          9072
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9028
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9072
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "range": [
                                                                                                                        8900,
                                                                                                                        9072
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 8900
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 9072
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "alternate": {
                                                                                                                      "type": "CallExpression",
                                                                                                                      "callee": {
                                                                                                                        "type": "MemberExpression",
                                                                                                                        "computed": false,
                                                                                                                        "object": {
                                                                                                                          "type": "Identifier",
                                                                                                                          "name": "c",
                                                                                                                          "range": [
                                                                                                                            9073,
                                                                                                                            9074
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9073
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9074
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "property": {
                                                                                                                          "type": "Identifier",
                                                                                                                          "name": "destroy",
                                                                                                                          "range": [
                                                                                                                            9075,
                                                                                                                            9082
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9075
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9082
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "range": [
                                                                                                                          9073,
                                                                                                                          9082
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9073
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9082
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "arguments": [],
                                                                                                                      "range": [
                                                                                                                        9073,
                                                                                                                        9084
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 9073
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 9084
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "range": [
                                                                                                                      8874,
                                                                                                                      9084
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 8874
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 9084
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "range": [
                                                                                                                    8848,
                                                                                                                    9085
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 8848
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 9085
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "range": [
                                                                                                                  8192,
                                                                                                                  9085
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 8192
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9085
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "range": [
                                                                                                                8192,
                                                                                                                9085
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 8192
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 9085
                                                                                                                }
                                                                                                              }
                                                                                                            }
                                                                                                          ],
                                                                                                          "range": [
                                                                                                            8191,
                                                                                                            9086
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 1,
                                                                                                              "column": 8191
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 1,
                                                                                                              "column": 9086
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "generator": false,
                                                                                                        "expression": false,
                                                                                                        "range": [
                                                                                                          8180,
                                                                                                          9086
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 8180
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 9086
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    ],
                                                                                                    "range": [
                                                                                                      8169,
                                                                                                      9087
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 8169
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 9087
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  {
                                                                                                    "type": "CallExpression",
                                                                                                    "callee": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "MemberExpression",
                                                                                                        "computed": false,
                                                                                                        "object": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "_this5",
                                                                                                          "range": [
                                                                                                            9088,
                                                                                                            9094
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 1,
                                                                                                              "column": 9088
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 1,
                                                                                                              "column": 9094
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "property": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "pool",
                                                                                                          "range": [
                                                                                                            9095,
                                                                                                            9099
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 1,
                                                                                                              "column": 9095
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 1,
                                                                                                              "column": 9099
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "range": [
                                                                                                          9088,
                                                                                                          9099
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 9088
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 9099
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "update",
                                                                                                        "range": [
                                                                                                          9100,
                                                                                                          9106
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 9100
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 9106
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        9088,
                                                                                                        9106
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 9088
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 9106
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "arguments": [],
                                                                                                    "range": [
                                                                                                      9088,
                                                                                                      9108
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 9088
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 9108
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  {
                                                                                                    "type": "AssignmentExpression",
                                                                                                    "operator": "=",
                                                                                                    "left": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "_context",
                                                                                                        "range": [
                                                                                                          9109,
                                                                                                          9117
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 9109
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 9117
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "next",
                                                                                                        "range": [
                                                                                                          9118,
                                                                                                          9122
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 9118
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 9122
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        9109,
                                                                                                        9122
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 9109
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 9122
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "right": {
                                                                                                      "type": "Literal",
                                                                                                      "value": 4,
                                                                                                      "raw": "4",
                                                                                                      "range": [
                                                                                                        9123,
                                                                                                        9124
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 9123
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 9124
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "range": [
                                                                                                      9109,
                                                                                                      9124
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 9109
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 9124
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  {
                                                                                                    "type": "CallExpression",
                                                                                                    "callee": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "CallExpression",
                                                                                                        "callee": {
                                                                                                          "type": "MemberExpression",
                                                                                                          "computed": false,
                                                                                                          "object": {
                                                                                                            "type": "CallExpression",
                                                                                                            "callee": {
                                                                                                              "type": "MemberExpression",
                                                                                                              "computed": false,
                                                                                                              "object": {
                                                                                                                "type": "CallExpression",
                                                                                                                "callee": {
                                                                                                                  "type": "MemberExpression",
                                                                                                                  "computed": false,
                                                                                                                  "object": {
                                                                                                                    "type": "CallExpression",
                                                                                                                    "callee": {
                                                                                                                      "type": "MemberExpression",
                                                                                                                      "computed": false,
                                                                                                                      "object": {
                                                                                                                        "type": "CallExpression",
                                                                                                                        "callee": {
                                                                                                                          "type": "MemberExpression",
                                                                                                                          "computed": false,
                                                                                                                          "object": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "b",
                                                                                                                            "range": [
                                                                                                                              9125,
                                                                                                                              9126
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9125
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9126
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "property": {
                                                                                                                            "type": "Identifier",
                                                                                                                            "name": "updateMaterials",
                                                                                                                            "range": [
                                                                                                                              9127,
                                                                                                                              9142
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9127
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9142
                                                                                                                              }
                                                                                                                            }
                                                                                                                          },
                                                                                                                          "range": [
                                                                                                                            9125,
                                                                                                                            9142
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9125
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9142
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "arguments": [],
                                                                                                                        "range": [
                                                                                                                          9125,
                                                                                                                          9144
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9125
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9144
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "property": {
                                                                                                                        "type": "Identifier",
                                                                                                                        "name": "animate",
                                                                                                                        "range": [
                                                                                                                          9145,
                                                                                                                          9152
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9145
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9152
                                                                                                                          }
                                                                                                                        }
                                                                                                                      },
                                                                                                                      "range": [
                                                                                                                        9125,
                                                                                                                        9152
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 9125
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 1,
                                                                                                                          "column": 9152
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "arguments": [
                                                                                                                      {
                                                                                                                        "type": "ObjectExpression",
                                                                                                                        "properties": [
                                                                                                                          {
                                                                                                                            "type": "Property",
                                                                                                                            "key": {
                                                                                                                              "type": "Identifier",
                                                                                                                              "name": "materials",
                                                                                                                              "range": [
                                                                                                                                9154,
                                                                                                                                9163
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9154
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9163
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "value": {
                                                                                                                              "type": "ObjectExpression",
                                                                                                                              "properties": [
                                                                                                                                {
                                                                                                                                  "type": "Property",
                                                                                                                                  "key": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "meshes",
                                                                                                                                    "range": [
                                                                                                                                      9165,
                                                                                                                                      9171
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9165
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9171
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "value": {
                                                                                                                                    "type": "ArrayExpression",
                                                                                                                                    "elements": [
                                                                                                                                      {
                                                                                                                                        "type": "ObjectExpression",
                                                                                                                                        "properties": [
                                                                                                                                          {
                                                                                                                                            "type": "Property",
                                                                                                                                            "key": {
                                                                                                                                              "type": "Identifier",
                                                                                                                                              "name": "opacity",
                                                                                                                                              "range": [
                                                                                                                                                9174,
                                                                                                                                                9181
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 9174
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 9181
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            "value": {
                                                                                                                                              "type": "Literal",
                                                                                                                                              "value": 1,
                                                                                                                                              "raw": "1",
                                                                                                                                              "range": [
                                                                                                                                                9182,
                                                                                                                                                9183
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 9182
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 9183
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            "kind": "init",
                                                                                                                                            "method": false,
                                                                                                                                            "shorthand": false,
                                                                                                                                            "computed": false,
                                                                                                                                            "range": [
                                                                                                                                              9174,
                                                                                                                                              9183
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 9174
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 9183
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        ],
                                                                                                                                        "range": [
                                                                                                                                          9173,
                                                                                                                                          9184
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9173
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9184
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      9172,
                                                                                                                                      9185
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9172
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9185
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "kind": "init",
                                                                                                                                  "method": false,
                                                                                                                                  "shorthand": false,
                                                                                                                                  "computed": false,
                                                                                                                                  "range": [
                                                                                                                                    9165,
                                                                                                                                    9185
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 9165
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 9185
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                },
                                                                                                                                {
                                                                                                                                  "type": "Property",
                                                                                                                                  "key": {
                                                                                                                                    "type": "Identifier",
                                                                                                                                    "name": "lines",
                                                                                                                                    "range": [
                                                                                                                                      9186,
                                                                                                                                      9191
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9186
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9191
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "value": {
                                                                                                                                    "type": "ArrayExpression",
                                                                                                                                    "elements": [
                                                                                                                                      {
                                                                                                                                        "type": "ObjectExpression",
                                                                                                                                        "properties": [
                                                                                                                                          {
                                                                                                                                            "type": "Property",
                                                                                                                                            "key": {
                                                                                                                                              "type": "Identifier",
                                                                                                                                              "name": "opacity",
                                                                                                                                              "range": [
                                                                                                                                                9194,
                                                                                                                                                9201
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 9194
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 9201
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            "value": {
                                                                                                                                              "type": "MemberExpression",
                                                                                                                                              "computed": false,
                                                                                                                                              "object": {
                                                                                                                                                "type": "MemberExpression",
                                                                                                                                                "computed": false,
                                                                                                                                                "object": {
                                                                                                                                                  "type": "MemberExpression",
                                                                                                                                                  "computed": false,
                                                                                                                                                  "object": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "_this5",
                                                                                                                                                    "range": [
                                                                                                                                                      9202,
                                                                                                                                                      9208
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 9202
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 9208
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "property": {
                                                                                                                                                    "type": "Identifier",
                                                                                                                                                    "name": "pool",
                                                                                                                                                    "range": [
                                                                                                                                                      9209,
                                                                                                                                                      9213
                                                                                                                                                    ],
                                                                                                                                                    "loc": {
                                                                                                                                                      "start": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 9209
                                                                                                                                                      },
                                                                                                                                                      "end": {
                                                                                                                                                        "line": 1,
                                                                                                                                                        "column": 9213
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  },
                                                                                                                                                  "range": [
                                                                                                                                                    9202,
                                                                                                                                                    9213
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 9202
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 9213
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "property": {
                                                                                                                                                  "type": "Identifier",
                                                                                                                                                  "name": "options",
                                                                                                                                                  "range": [
                                                                                                                                                    9214,
                                                                                                                                                    9221
                                                                                                                                                  ],
                                                                                                                                                  "loc": {
                                                                                                                                                    "start": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 9214
                                                                                                                                                    },
                                                                                                                                                    "end": {
                                                                                                                                                      "line": 1,
                                                                                                                                                      "column": 9221
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                },
                                                                                                                                                "range": [
                                                                                                                                                  9202,
                                                                                                                                                  9221
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 9202
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 9221
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "property": {
                                                                                                                                                "type": "Identifier",
                                                                                                                                                "name": "edges",
                                                                                                                                                "range": [
                                                                                                                                                  9222,
                                                                                                                                                  9227
                                                                                                                                                ],
                                                                                                                                                "loc": {
                                                                                                                                                  "start": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 9222
                                                                                                                                                  },
                                                                                                                                                  "end": {
                                                                                                                                                    "line": 1,
                                                                                                                                                    "column": 9227
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              },
                                                                                                                                              "range": [
                                                                                                                                                9202,
                                                                                                                                                9227
                                                                                                                                              ],
                                                                                                                                              "loc": {
                                                                                                                                                "start": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 9202
                                                                                                                                                },
                                                                                                                                                "end": {
                                                                                                                                                  "line": 1,
                                                                                                                                                  "column": 9227
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            },
                                                                                                                                            "kind": "init",
                                                                                                                                            "method": false,
                                                                                                                                            "shorthand": false,
                                                                                                                                            "computed": false,
                                                                                                                                            "range": [
                                                                                                                                              9194,
                                                                                                                                              9227
                                                                                                                                            ],
                                                                                                                                            "loc": {
                                                                                                                                              "start": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 9194
                                                                                                                                              },
                                                                                                                                              "end": {
                                                                                                                                                "line": 1,
                                                                                                                                                "column": 9227
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        ],
                                                                                                                                        "range": [
                                                                                                                                          9193,
                                                                                                                                          9228
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9193
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9228
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      9192,
                                                                                                                                      9229
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9192
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9229
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  },
                                                                                                                                  "kind": "init",
                                                                                                                                  "method": false,
                                                                                                                                  "shorthand": false,
                                                                                                                                  "computed": false,
                                                                                                                                  "range": [
                                                                                                                                    9186,
                                                                                                                                    9229
                                                                                                                                  ],
                                                                                                                                  "loc": {
                                                                                                                                    "start": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 9186
                                                                                                                                    },
                                                                                                                                    "end": {
                                                                                                                                      "line": 1,
                                                                                                                                      "column": 9229
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              ],
                                                                                                                              "range": [
                                                                                                                                9164,
                                                                                                                                9230
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9164
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9230
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            "kind": "init",
                                                                                                                            "method": false,
                                                                                                                            "shorthand": false,
                                                                                                                            "computed": false,
                                                                                                                            "range": [
                                                                                                                              9154,
                                                                                                                              9230
                                                                                                                            ],
                                                                                                                            "loc": {
                                                                                                                              "start": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9154
                                                                                                                              },
                                                                                                                              "end": {
                                                                                                                                "line": 1,
                                                                                                                                "column": 9230
                                                                                                                              }
                                                                                                                            }
                                                                                                                          }
                                                                                                                        ],
                                                                                                                        "range": [
                                                                                                                          9153,
                                                                                                                          9231
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9153
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9231
                                                                                                                          }
                                                                                                                        }
                                                                                                                      }
                                                                                                                    ],
                                                                                                                    "range": [
                                                                                                                      9125,
                                                                                                                      9232
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 9125
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 9232
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "property": {
                                                                                                                    "type": "Identifier",
                                                                                                                    "name": "from",
                                                                                                                    "range": [
                                                                                                                      9233,
                                                                                                                      9237
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 9233
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 9237
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "range": [
                                                                                                                    9125,
                                                                                                                    9237
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 9125
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 1,
                                                                                                                      "column": 9237
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "arguments": [
                                                                                                                  {
                                                                                                                    "type": "ObjectExpression",
                                                                                                                    "properties": [
                                                                                                                      {
                                                                                                                        "type": "Property",
                                                                                                                        "key": {
                                                                                                                          "type": "Identifier",
                                                                                                                          "name": "materials",
                                                                                                                          "range": [
                                                                                                                            9239,
                                                                                                                            9248
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9239
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9248
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "value": {
                                                                                                                          "type": "ObjectExpression",
                                                                                                                          "properties": [
                                                                                                                            {
                                                                                                                              "type": "Property",
                                                                                                                              "key": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "meshes",
                                                                                                                                "range": [
                                                                                                                                  9250,
                                                                                                                                  9256
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9250
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9256
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "value": {
                                                                                                                                "type": "ArrayExpression",
                                                                                                                                "elements": [
                                                                                                                                  {
                                                                                                                                    "type": "ObjectExpression",
                                                                                                                                    "properties": [
                                                                                                                                      {
                                                                                                                                        "type": "Property",
                                                                                                                                        "key": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "opacity",
                                                                                                                                          "range": [
                                                                                                                                            9259,
                                                                                                                                            9266
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9259
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9266
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "value": {
                                                                                                                                          "type": "Literal",
                                                                                                                                          "value": 0,
                                                                                                                                          "raw": "0",
                                                                                                                                          "range": [
                                                                                                                                            9267,
                                                                                                                                            9268
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9267
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9268
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "kind": "init",
                                                                                                                                        "method": false,
                                                                                                                                        "shorthand": false,
                                                                                                                                        "computed": false,
                                                                                                                                        "range": [
                                                                                                                                          9259,
                                                                                                                                          9268
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9259
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9268
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      9258,
                                                                                                                                      9269
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9258
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9269
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                ],
                                                                                                                                "range": [
                                                                                                                                  9257,
                                                                                                                                  9270
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9257
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9270
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "kind": "init",
                                                                                                                              "method": false,
                                                                                                                              "shorthand": false,
                                                                                                                              "computed": false,
                                                                                                                              "range": [
                                                                                                                                9250,
                                                                                                                                9270
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9250
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9270
                                                                                                                                }
                                                                                                                              }
                                                                                                                            },
                                                                                                                            {
                                                                                                                              "type": "Property",
                                                                                                                              "key": {
                                                                                                                                "type": "Identifier",
                                                                                                                                "name": "lines",
                                                                                                                                "range": [
                                                                                                                                  9271,
                                                                                                                                  9276
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9271
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9276
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "value": {
                                                                                                                                "type": "ArrayExpression",
                                                                                                                                "elements": [
                                                                                                                                  {
                                                                                                                                    "type": "ObjectExpression",
                                                                                                                                    "properties": [
                                                                                                                                      {
                                                                                                                                        "type": "Property",
                                                                                                                                        "key": {
                                                                                                                                          "type": "Identifier",
                                                                                                                                          "name": "opacity",
                                                                                                                                          "range": [
                                                                                                                                            9279,
                                                                                                                                            9286
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9279
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9286
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "value": {
                                                                                                                                          "type": "Literal",
                                                                                                                                          "value": 0,
                                                                                                                                          "raw": "0",
                                                                                                                                          "range": [
                                                                                                                                            9287,
                                                                                                                                            9288
                                                                                                                                          ],
                                                                                                                                          "loc": {
                                                                                                                                            "start": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9287
                                                                                                                                            },
                                                                                                                                            "end": {
                                                                                                                                              "line": 1,
                                                                                                                                              "column": 9288
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        },
                                                                                                                                        "kind": "init",
                                                                                                                                        "method": false,
                                                                                                                                        "shorthand": false,
                                                                                                                                        "computed": false,
                                                                                                                                        "range": [
                                                                                                                                          9279,
                                                                                                                                          9288
                                                                                                                                        ],
                                                                                                                                        "loc": {
                                                                                                                                          "start": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9279
                                                                                                                                          },
                                                                                                                                          "end": {
                                                                                                                                            "line": 1,
                                                                                                                                            "column": 9288
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    ],
                                                                                                                                    "range": [
                                                                                                                                      9278,
                                                                                                                                      9289
                                                                                                                                    ],
                                                                                                                                    "loc": {
                                                                                                                                      "start": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9278
                                                                                                                                      },
                                                                                                                                      "end": {
                                                                                                                                        "line": 1,
                                                                                                                                        "column": 9289
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                ],
                                                                                                                                "range": [
                                                                                                                                  9277,
                                                                                                                                  9290
                                                                                                                                ],
                                                                                                                                "loc": {
                                                                                                                                  "start": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9277
                                                                                                                                  },
                                                                                                                                  "end": {
                                                                                                                                    "line": 1,
                                                                                                                                    "column": 9290
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              },
                                                                                                                              "kind": "init",
                                                                                                                              "method": false,
                                                                                                                              "shorthand": false,
                                                                                                                              "computed": false,
                                                                                                                              "range": [
                                                                                                                                9271,
                                                                                                                                9290
                                                                                                                              ],
                                                                                                                              "loc": {
                                                                                                                                "start": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9271
                                                                                                                                },
                                                                                                                                "end": {
                                                                                                                                  "line": 1,
                                                                                                                                  "column": 9290
                                                                                                                                }
                                                                                                                              }
                                                                                                                            }
                                                                                                                          ],
                                                                                                                          "range": [
                                                                                                                            9249,
                                                                                                                            9291
                                                                                                                          ],
                                                                                                                          "loc": {
                                                                                                                            "start": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9249
                                                                                                                            },
                                                                                                                            "end": {
                                                                                                                              "line": 1,
                                                                                                                              "column": 9291
                                                                                                                            }
                                                                                                                          }
                                                                                                                        },
                                                                                                                        "kind": "init",
                                                                                                                        "method": false,
                                                                                                                        "shorthand": false,
                                                                                                                        "computed": false,
                                                                                                                        "range": [
                                                                                                                          9239,
                                                                                                                          9291
                                                                                                                        ],
                                                                                                                        "loc": {
                                                                                                                          "start": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9239
                                                                                                                          },
                                                                                                                          "end": {
                                                                                                                            "line": 1,
                                                                                                                            "column": 9291
                                                                                                                          }
                                                                                                                        }
                                                                                                                      }
                                                                                                                    ],
                                                                                                                    "range": [
                                                                                                                      9238,
                                                                                                                      9292
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 9238
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 1,
                                                                                                                        "column": 9292
                                                                                                                      }
                                                                                                                    }
                                                                                                                  }
                                                                                                                ],
                                                                                                                "range": [
                                                                                                                  9125,
                                                                                                                  9293
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9125
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9293
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "property": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "start",
                                                                                                                "range": [
                                                                                                                  9294,
                                                                                                                  9299
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9294
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9299
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "range": [
                                                                                                                9125,
                                                                                                                9299
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 9125
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 9299
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "arguments": [
                                                                                                              {
                                                                                                                "type": "Literal",
                                                                                                                "value": 200,
                                                                                                                "raw": "200",
                                                                                                                "range": [
                                                                                                                  9300,
                                                                                                                  9303
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9300
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9303
                                                                                                                  }
                                                                                                                }
                                                                                                              }
                                                                                                            ],
                                                                                                            "range": [
                                                                                                              9125,
                                                                                                              9304
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 1,
                                                                                                                "column": 9125
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 1,
                                                                                                                "column": 9304
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "property": {
                                                                                                            "type": "Identifier",
                                                                                                            "name": "easing",
                                                                                                            "range": [
                                                                                                              9305,
                                                                                                              9311
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 1,
                                                                                                                "column": 9305
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 1,
                                                                                                                "column": 9311
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "range": [
                                                                                                            9125,
                                                                                                            9311
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 1,
                                                                                                              "column": 9125
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 1,
                                                                                                              "column": 9311
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "arguments": [
                                                                                                          {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "MemberExpression",
                                                                                                              "computed": false,
                                                                                                              "object": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "_easing",
                                                                                                                "range": [
                                                                                                                  9312,
                                                                                                                  9319
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9312
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9319
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "property": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "exponential",
                                                                                                                "range": [
                                                                                                                  9320,
                                                                                                                  9331
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9320
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 1,
                                                                                                                    "column": 9331
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "range": [
                                                                                                                9312,
                                                                                                                9331
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 9312
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 9331
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "in",
                                                                                                              "range": [
                                                                                                                9332,
                                                                                                                9334
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 9332
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 1,
                                                                                                                  "column": 9334
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              9312,
                                                                                                              9334
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 1,
                                                                                                                "column": 9312
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 1,
                                                                                                                "column": 9334
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        ],
                                                                                                        "range": [
                                                                                                          9125,
                                                                                                          9335
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 9125
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 9335
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "wait",
                                                                                                        "range": [
                                                                                                          9336,
                                                                                                          9340
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 1,
                                                                                                            "column": 9336
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 1,
                                                                                                            "column": 9340
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        9125,
                                                                                                        9340
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 1,
                                                                                                          "column": 9125
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 1,
                                                                                                          "column": 9340
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "arguments": [],
                                                                                                    "range": [
                                                                                                      9125,
                                                                                                      9342
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 9125
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 9342
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                ],
                                                                                                "range": [
                                                                                                  8169,
                                                                                                  9342
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 1,
                                                                                                    "column": 8169
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 1,
                                                                                                    "column": 9342
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                8162,
                                                                                                9343
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 1,
                                                                                                  "column": 8162
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 1,
                                                                                                  "column": 9343
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            8155,
                                                                                            9343
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 8155
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 9343
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "SwitchCase",
                                                                                          "test": {
                                                                                            "type": "Literal",
                                                                                            "value": 4,
                                                                                            "raw": "4",
                                                                                            "range": [
                                                                                              9348,
                                                                                              9349
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 9348
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 9349
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "consequent": [],
                                                                                          "range": [
                                                                                            9343,
                                                                                            9350
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 9343
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 9350
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "SwitchCase",
                                                                                          "test": {
                                                                                            "type": "Literal",
                                                                                            "value": "end",
                                                                                            "raw": "'end'",
                                                                                            "range": [
                                                                                              9354,
                                                                                              9359
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 1,
                                                                                                "column": 9354
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 1,
                                                                                                "column": 9359
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "consequent": [
                                                                                            {
                                                                                              "type": "ReturnStatement",
                                                                                              "argument": {
                                                                                                "type": "CallExpression",
                                                                                                "callee": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "_context",
                                                                                                    "range": [
                                                                                                      9367,
                                                                                                      9375
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 9367
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 9375
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "stop",
                                                                                                    "range": [
                                                                                                      9376,
                                                                                                      9380
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 1,
                                                                                                        "column": 9376
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 1,
                                                                                                        "column": 9380
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    9367,
                                                                                                    9380
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 1,
                                                                                                      "column": 9367
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 1,
                                                                                                      "column": 9380
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "arguments": [],
                                                                                                "range": [
                                                                                                  9367,
                                                                                                  9382
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 1,
                                                                                                    "column": 9367
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 1,
                                                                                                    "column": 9382
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                9360,
                                                                                                9383
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 1,
                                                                                                  "column": 9360
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 1,
                                                                                                  "column": 9383
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            9350,
                                                                                            9383
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 9350
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 9383
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "range": [
                                                                                        8119,
                                                                                        9384
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 8119
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 9384
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      8111,
                                                                                      9384
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 8111
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 9384
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  8110,
                                                                                  9385
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 8110
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 9385
                                                                                  }
                                                                                }
                                                                              },
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "range": [
                                                                                8083,
                                                                                9385
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 8083
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 9385
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "name": "_callee",
                                                                              "range": [
                                                                                9386,
                                                                                9393
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 9386
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 9393
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "name": "_this6",
                                                                              "range": [
                                                                                9394,
                                                                                9400
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 9394
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 9400
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            8056,
                                                                            9401
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 8056
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 9401
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          8049,
                                                                          9401
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 8049
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 9401
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      8030,
                                                                      9402
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 8030
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 9402
                                                                      }
                                                                    }
                                                                  },
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "range": [
                                                                    8007,
                                                                    9402
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 8007
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9402
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                7980,
                                                                9403
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 7980
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9403
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            7949,
                                                            9404
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 7949
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9404
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          7943,
                                                          9404
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 7943
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9404
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "kind": "var",
                                                    "range": [
                                                      7939,
                                                      9405
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 7939
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9405
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ReturnStatement",
                                                    "argument": {
                                                      "type": "FunctionExpression",
                                                      "id": null,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "_x",
                                                          "range": [
                                                            9421,
                                                            9423
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9421
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9423
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ReturnStatement",
                                                            "argument": {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "_ref4",
                                                                  "range": [
                                                                    9432,
                                                                    9437
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9432
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9437
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "apply",
                                                                  "range": [
                                                                    9438,
                                                                    9443
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9438
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9443
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  9432,
                                                                  9443
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9432
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9443
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    9444,
                                                                    9448
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9444
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9448
                                                                    }
                                                                  }
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "arguments",
                                                                  "range": [
                                                                    9449,
                                                                    9458
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9449
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9458
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                9432,
                                                                9459
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9432
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9459
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              9425,
                                                              9459
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9425
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9459
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          9424,
                                                          9460
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9424
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9460
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        9412,
                                                        9460
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9412
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9460
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      9405,
                                                      9460
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9405
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9460
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  7938,
                                                  9461
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 7938
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 9461
                                                  }
                                                }
                                              },
                                              "generator": false,
                                              "expression": false,
                                              "range": [
                                                7928,
                                                9461
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 7928
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 9461
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              7928,
                                              9463
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 7928
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 9463
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          7844,
                                          9464
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 7844
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 9464
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                9466,
                                                9467
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 9466
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 9467
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_defineProperty3",
                                                "range": [
                                                  9468,
                                                  9484
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 9468
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 9484
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  9485,
                                                  9492
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 9485
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 9492
                                                  }
                                                }
                                              },
                                              "range": [
                                                9468,
                                                9492
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 9468
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 9492
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            9466,
                                            9492
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 9466
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 9492
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "_this5$on",
                                            "range": [
                                              9494,
                                              9503
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 9494
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 9503
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "_object2",
                                                    "range": [
                                                      9504,
                                                      9512
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9504
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9512
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "default",
                                                    "range": [
                                                      9513,
                                                      9520
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9513
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9520
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    9504,
                                                    9520
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 9504
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 9520
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Events",
                                                  "range": [
                                                    9521,
                                                    9527
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 9521
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 9527
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  9504,
                                                  9527
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 9504
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 9527
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "Lifecycle",
                                                "range": [
                                                  9528,
                                                  9537
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 9528
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 9537
                                                  }
                                                }
                                              },
                                              "range": [
                                                9504,
                                                9537
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 9504
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 9537
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "ChildRemoved",
                                              "range": [
                                                9538,
                                                9550
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 9538
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 9550
                                                }
                                              }
                                            },
                                            "range": [
                                              9504,
                                              9550
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 9504
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 9550
                                              }
                                            }
                                          },
                                          {
                                            "type": "FunctionExpression",
                                            "id": null,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "setTimeout",
                                                      "range": [
                                                        9562,
                                                        9572
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9562
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9572
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "FunctionExpression",
                                                        "id": null,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ReturnStatement",
                                                              "argument": {
                                                                "type": "CallExpression",
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "_this5",
                                                                      "range": [
                                                                        9591,
                                                                        9597
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 9591
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 9597
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "pool",
                                                                      "range": [
                                                                        9598,
                                                                        9602
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 9598
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 9602
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      9591,
                                                                      9602
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 9591
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 9602
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "update",
                                                                    "range": [
                                                                      9603,
                                                                      9609
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 9603
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 9609
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    9591,
                                                                    9609
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9591
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9609
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [],
                                                                "range": [
                                                                  9591,
                                                                  9611
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9591
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9611
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9584,
                                                                9611
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9584
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9611
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            9583,
                                                            9612
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9583
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9612
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          9573,
                                                          9612
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9573
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9612
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          9613,
                                                          9614
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9613
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9614
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      9562,
                                                      9615
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9562
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9615
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    9562,
                                                    9615
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 9562
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 9615
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                9561,
                                                9616
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 9561
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 9616
                                                }
                                              }
                                            },
                                            "generator": false,
                                            "expression": false,
                                            "range": [
                                              9551,
                                              9616
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 9551
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 9616
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          9465,
                                          9617
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 9465
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 9617
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_this5$on",
                                        "range": [
                                          9618,
                                          9627
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 9618
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 9627
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      7831,
                                      9627
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 7831
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 9627
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7820,
                                  9629
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 7820
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 9629
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "_this5",
                                "range": [
                                  9630,
                                  9636
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 9630
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 9636
                                  }
                                }
                              }
                            ],
                            "range": [
                              5996,
                              9636
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 5996
                              },
                              "end": {
                                "line": 1,
                                "column": 9636
                              }
                            }
                          },
                          "range": [
                            5989,
                            9636
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 5989
                            },
                            "end": {
                              "line": 1,
                              "column": 9636
                            }
                          }
                        }
                      ],
                      "range": [
                        5755,
                        9637
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 5755
                        },
                        "end": {
                          "line": 1,
                          "column": 9637
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      5724,
                      9637
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 5724
                      },
                      "end": {
                        "line": 1,
                        "column": 9637
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  9644,
                                  9645
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 9644
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 9645
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    9646,
                                    9656
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 9646
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 9656
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    9657,
                                    9664
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 9657
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 9664
                                    }
                                  }
                                },
                                "range": [
                                  9646,
                                  9664
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 9646
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 9664
                                  }
                                }
                              }
                            ],
                            "range": [
                              9644,
                              9664
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 9644
                              },
                              "end": {
                                "line": 1,
                                "column": 9664
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "PhysicalObjects",
                              "range": [
                                9666,
                                9681
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 9666
                                },
                                "end": {
                                  "line": 1,
                                  "column": 9681
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Object3",
                              "range": [
                                9682,
                                9690
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 9682
                                },
                                "end": {
                                  "line": 1,
                                  "column": 9690
                                }
                              }
                            }
                          ],
                          "range": [
                            9643,
                            9691
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 9643
                            },
                            "end": {
                              "line": 1,
                              "column": 9691
                            }
                          }
                        },
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  9693,
                                  9694
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 9693
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 9694
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_createClass3",
                                  "range": [
                                    9695,
                                    9708
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 9695
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 9708
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    9709,
                                    9716
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 9709
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 9716
                                    }
                                  }
                                },
                                "range": [
                                  9695,
                                  9716
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 9695
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 9716
                                  }
                                }
                              }
                            ],
                            "range": [
                              9693,
                              9716
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 9693
                              },
                              "end": {
                                "line": 1,
                                "column": 9716
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "PhysicalObjects",
                              "range": [
                                9718,
                                9733
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 9718
                                },
                                "end": {
                                  "line": 1,
                                  "column": 9733
                                }
                              }
                            },
                            {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          9736,
                                          9739
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 9736
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 9739
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "update",
                                        "raw": "'update'",
                                        "range": [
                                          9740,
                                          9748
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 9740
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 9748
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        9736,
                                        9748
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 9736
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 9748
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          9749,
                                          9754
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 9749
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 9754
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "update",
                                          "range": [
                                            9764,
                                            9770
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 9764
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 9770
                                            }
                                          }
                                        },
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "SequenceExpression",
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          9773,
                                                          9777
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9773
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9777
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "updateBounds",
                                                        "range": [
                                                          9778,
                                                          9790
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9778
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9790
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9773,
                                                        9790
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9773
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9790
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      9773,
                                                      9792
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9773
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9792
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          9793,
                                                          9797
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9793
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9797
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "min",
                                                        "range": [
                                                          9798,
                                                          9801
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9798
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9801
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9793,
                                                        9801
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9793
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9801
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              9802,
                                                              9806
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9802
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9806
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "bounds",
                                                            "range": [
                                                              9807,
                                                              9813
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9807
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9813
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9802,
                                                            9813
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9802
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9813
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "box",
                                                          "range": [
                                                            9814,
                                                            9817
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9814
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9817
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          9802,
                                                          9817
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9802
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9817
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "min",
                                                        "range": [
                                                          9818,
                                                          9821
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9818
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9821
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9802,
                                                        9821
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9802
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9821
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      9793,
                                                      9821
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9793
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9821
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          9822,
                                                          9826
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9822
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9826
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "max",
                                                        "range": [
                                                          9827,
                                                          9830
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9827
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9830
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9822,
                                                        9830
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9822
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9830
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              9831,
                                                              9835
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9831
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9835
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "bounds",
                                                            "range": [
                                                              9836,
                                                              9842
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9836
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9842
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9831,
                                                            9842
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9831
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9842
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "box",
                                                          "range": [
                                                            9843,
                                                            9846
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9843
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9846
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          9831,
                                                          9846
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9831
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9846
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "max",
                                                        "range": [
                                                          9847,
                                                          9850
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9847
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9850
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9831,
                                                        9850
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9831
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9850
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      9822,
                                                      9850
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9822
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9850
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          9851,
                                                          9855
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9851
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9855
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "width",
                                                        "range": [
                                                          9856,
                                                          9861
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9856
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9861
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9851,
                                                        9861
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9851
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9861
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              9862,
                                                              9866
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9862
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9866
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "max",
                                                            "range": [
                                                              9867,
                                                              9870
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9867
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9870
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9862,
                                                            9870
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9862
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9870
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "distanceTo",
                                                          "range": [
                                                            9871,
                                                            9881
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9871
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9881
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          9862,
                                                          9881
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9862
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9881
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "NewExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "THREE",
                                                              "range": [
                                                                9886,
                                                                9891
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9886
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9891
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "Vector3",
                                                              "range": [
                                                                9892,
                                                                9899
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9892
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9899
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              9886,
                                                              9899
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9886
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9899
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    9900,
                                                                    9904
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9900
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9904
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "min",
                                                                  "range": [
                                                                    9905,
                                                                    9908
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9905
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9908
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  9900,
                                                                  9908
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9900
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9908
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "x",
                                                                "range": [
                                                                  9909,
                                                                  9910
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9909
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9910
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9900,
                                                                9910
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9900
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9910
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    9911,
                                                                    9915
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9911
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9915
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "max",
                                                                  "range": [
                                                                    9916,
                                                                    9919
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9916
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9919
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  9911,
                                                                  9919
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9911
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9919
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "y",
                                                                "range": [
                                                                  9920,
                                                                  9921
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9920
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9921
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9911,
                                                                9921
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9911
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9921
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    9922,
                                                                    9926
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9922
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9926
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "max",
                                                                  "range": [
                                                                    9927,
                                                                    9930
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9927
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9930
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  9922,
                                                                  9930
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9922
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9930
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "z",
                                                                "range": [
                                                                  9931,
                                                                  9932
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9931
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9932
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9922,
                                                                9932
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9922
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9932
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            9882,
                                                            9933
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9882
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9933
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        9862,
                                                        9934
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9862
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9934
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      9851,
                                                      9934
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9851
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 9934
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          9935,
                                                          9939
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9935
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9939
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "height",
                                                        "range": [
                                                          9940,
                                                          9946
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9940
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9946
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9935,
                                                        9946
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9935
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 9946
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              9947,
                                                              9951
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9947
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9951
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "max",
                                                            "range": [
                                                              9952,
                                                              9955
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9952
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9955
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9947,
                                                            9955
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9947
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9955
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "distanceTo",
                                                          "range": [
                                                            9956,
                                                            9966
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9956
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 9966
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          9947,
                                                          9966
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 9947
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 9966
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "NewExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "THREE",
                                                              "range": [
                                                                9971,
                                                                9976
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9971
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9976
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "Vector3",
                                                              "range": [
                                                                9977,
                                                                9984
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9977
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9984
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              9971,
                                                              9984
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 9971
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 9984
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    9985,
                                                                    9989
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9985
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9989
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "max",
                                                                  "range": [
                                                                    9990,
                                                                    9993
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9990
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 9993
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  9985,
                                                                  9993
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9985
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9993
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "x",
                                                                "range": [
                                                                  9994,
                                                                  9995
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9994
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 9995
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9985,
                                                                9995
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9985
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 9995
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    9996,
                                                                    10000
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 9996
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10000
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "min",
                                                                  "range": [
                                                                    10001,
                                                                    10004
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10001
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10004
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  9996,
                                                                  10004
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 9996
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10004
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "y",
                                                                "range": [
                                                                  10005,
                                                                  10006
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10005
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10006
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9996,
                                                                10006
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 9996
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 10006
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    10007,
                                                                    10011
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10007
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10011
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "max",
                                                                  "range": [
                                                                    10012,
                                                                    10015
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10012
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10015
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  10007,
                                                                  10015
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10007
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10015
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "z",
                                                                "range": [
                                                                  10016,
                                                                  10017
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10016
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10017
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                10007,
                                                                10017
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 10007
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 10017
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            9967,
                                                            10018
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 9967
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 10018
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        9947,
                                                        10019
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 9947
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 10019
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      9935,
                                                      10019
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 9935
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 10019
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          10020,
                                                          10024
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 10020
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 10024
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "depth",
                                                        "range": [
                                                          10025,
                                                          10030
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 10025
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 10030
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        10020,
                                                        10030
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 10020
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 10030
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              10031,
                                                              10035
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 10031
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 10035
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "max",
                                                            "range": [
                                                              10036,
                                                              10039
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 10036
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 10039
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10031,
                                                            10039
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 10031
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 10039
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "distanceTo",
                                                          "range": [
                                                            10040,
                                                            10050
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 10040
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 10050
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          10031,
                                                          10050
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 10031
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 10050
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "NewExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "THREE",
                                                              "range": [
                                                                10055,
                                                                10060
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 10055
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 10060
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "Vector3",
                                                              "range": [
                                                                10061,
                                                                10068
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 10061
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 10068
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              10055,
                                                              10068
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 10055
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 10068
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    10069,
                                                                    10073
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10069
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10073
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "max",
                                                                  "range": [
                                                                    10074,
                                                                    10077
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10074
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10077
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  10069,
                                                                  10077
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10069
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10077
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "x",
                                                                "range": [
                                                                  10078,
                                                                  10079
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10078
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10079
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                10069,
                                                                10079
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 10069
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 10079
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    10080,
                                                                    10084
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10080
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10084
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "max",
                                                                  "range": [
                                                                    10085,
                                                                    10088
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10085
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10088
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  10080,
                                                                  10088
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10080
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10088
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "y",
                                                                "range": [
                                                                  10089,
                                                                  10090
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10089
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10090
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                10080,
                                                                10090
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 10080
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 10090
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "range": [
                                                                    10091,
                                                                    10095
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10091
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10095
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "min",
                                                                  "range": [
                                                                    10096,
                                                                    10099
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 10096
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 10099
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  10091,
                                                                  10099
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10091
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10099
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "z",
                                                                "range": [
                                                                  10100,
                                                                  10101
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 10100
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 10101
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                10091,
                                                                10101
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 10091
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 10101
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            10051,
                                                            10102
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 10051
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 10102
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        10031,
                                                        10103
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 10031
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 10103
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      10020,
                                                      10103
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 10020
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 10103
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          10104,
                                                          10108
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 10104
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 10108
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "radius",
                                                        "range": [
                                                          10109,
                                                          10115
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 10109
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 10115
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        10104,
                                                        10115
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 10104
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 10115
                                                        }
                                                      }
                                                    },
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "operator": "*",
                                                      "left": {
                                                        "type": "Literal",
                                                        "value": 6,
                                                        "raw": "6",
                                                        "range": [
                                                          10116,
                                                          10117
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 10116
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 10117
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              10118,
                                                              10122
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 10118
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 10122
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "getRadius",
                                                            "range": [
                                                              10123,
                                                              10132
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 10123
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 10132
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10118,
                                                            10132
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 10118
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 10132
                                                            }
                                                          }
                                                        },
                                                        "arguments": [],
                                                        "range": [
                                                          10118,
                                                          10134
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 10118
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 10134
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        10116,
                                                        10134
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 10116
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 10134
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      10104,
                                                      10134
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 10104
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 10134
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  9773,
                                                  10134
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 9773
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 10134
                                                  }
                                                }
                                              },
                                              "range": [
                                                9773,
                                                10134
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 9773
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 10134
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            9772,
                                            10135
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 9772
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 10135
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          9755,
                                          10135
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 9755
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 10135
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        9749,
                                        10135
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 9749
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 10135
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    9735,
                                    10136
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 9735
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 10136
                                    }
                                  }
                                }
                              ],
                              "range": [
                                9734,
                                10137
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 9734
                                },
                                "end": {
                                  "line": 1,
                                  "column": 10137
                                }
                              }
                            }
                          ],
                          "range": [
                            9692,
                            10138
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 9692
                            },
                            "end": {
                              "line": 1,
                              "column": 10138
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "PhysicalObjects",
                          "range": [
                            10139,
                            10154
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10139
                            },
                            "end": {
                              "line": 1,
                              "column": 10154
                            }
                          }
                        }
                      ],
                      "range": [
                        9643,
                        10154
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 9643
                        },
                        "end": {
                          "line": 1,
                          "column": 10154
                        }
                      }
                    },
                    "range": [
                      9637,
                      10154
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 9637
                      },
                      "end": {
                        "line": 1,
                        "column": 10154
                      }
                    }
                  }
                ],
                "range": [
                  5723,
                  10155
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 5723
                  },
                  "end": {
                    "line": 1,
                    "column": 10155
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                5705,
                10155
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 5705
                },
                "end": {
                  "line": 1,
                  "column": 10155
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_object2",
                  "range": [
                    10156,
                    10164
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10156
                    },
                    "end": {
                      "line": 1,
                      "column": 10164
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    10165,
                    10172
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10165
                    },
                    "end": {
                      "line": 1,
                      "column": 10172
                    }
                  }
                },
                "range": [
                  10156,
                  10172
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 10156
                  },
                  "end": {
                    "line": 1,
                    "column": 10172
                  }
                }
              }
            ],
            "range": [
              5705,
              10173
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 5705
              },
              "end": {
                "line": 1,
                "column": 10173
              }
            }
          },
          "range": [
            5689,
            10173
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 5689
            },
            "end": {
              "line": 1,
              "column": 10173
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        5685,
        10174
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 5685
        },
        "end": {
          "line": 1,
          "column": 10174
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "id": {
        "type": "Identifier",
        "name": "createShadowMaterial",
        "range": [
          10183,
          10203
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 10183
          },
          "end": {
            "line": 1,
            "column": 10203
          }
        }
      },
      "params": [],
      "body": {
        "type": "BlockStatement",
        "body": [
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "a",
                  "range": [
                    10210,
                    10211
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10210
                    },
                    "end": {
                      "line": 1,
                      "column": 10211
                    }
                  }
                },
                "init": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "document",
                      "range": [
                        10212,
                        10220
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10212
                        },
                        "end": {
                          "line": 1,
                          "column": 10220
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "createElement",
                      "range": [
                        10221,
                        10234
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10221
                        },
                        "end": {
                          "line": 1,
                          "column": 10234
                        }
                      }
                    },
                    "range": [
                      10212,
                      10234
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10212
                      },
                      "end": {
                        "line": 1,
                        "column": 10234
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "value": "canvas",
                      "raw": "'canvas'",
                      "range": [
                        10235,
                        10243
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10235
                        },
                        "end": {
                          "line": 1,
                          "column": 10243
                        }
                      }
                    }
                  ],
                  "range": [
                    10212,
                    10244
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10212
                    },
                    "end": {
                      "line": 1,
                      "column": 10244
                    }
                  }
                },
                "range": [
                  10210,
                  10244
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 10210
                  },
                  "end": {
                    "line": 1,
                    "column": 10244
                  }
                }
              }
            ],
            "kind": "var",
            "range": [
              10206,
              10245
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 10206
              },
              "end": {
                "line": 1,
                "column": 10245
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "SequenceExpression",
              "expressions": [
                {
                  "type": "AssignmentExpression",
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "a",
                      "range": [
                        10245,
                        10246
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10245
                        },
                        "end": {
                          "line": 1,
                          "column": 10246
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "width",
                      "range": [
                        10247,
                        10252
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10247
                        },
                        "end": {
                          "line": 1,
                          "column": 10252
                        }
                      }
                    },
                    "range": [
                      10245,
                      10252
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10245
                      },
                      "end": {
                        "line": 1,
                        "column": 10252
                      }
                    }
                  },
                  "right": {
                    "type": "Literal",
                    "value": 128,
                    "raw": "128",
                    "range": [
                      10253,
                      10256
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10253
                      },
                      "end": {
                        "line": 1,
                        "column": 10256
                      }
                    }
                  },
                  "range": [
                    10245,
                    10256
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10245
                    },
                    "end": {
                      "line": 1,
                      "column": 10256
                    }
                  }
                },
                {
                  "type": "AssignmentExpression",
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "a",
                      "range": [
                        10257,
                        10258
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10257
                        },
                        "end": {
                          "line": 1,
                          "column": 10258
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "height",
                      "range": [
                        10259,
                        10265
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10259
                        },
                        "end": {
                          "line": 1,
                          "column": 10265
                        }
                      }
                    },
                    "range": [
                      10257,
                      10265
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10257
                      },
                      "end": {
                        "line": 1,
                        "column": 10265
                      }
                    }
                  },
                  "right": {
                    "type": "Literal",
                    "value": 128,
                    "raw": "128",
                    "range": [
                      10266,
                      10269
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10266
                      },
                      "end": {
                        "line": 1,
                        "column": 10269
                      }
                    }
                  },
                  "range": [
                    10257,
                    10269
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10257
                    },
                    "end": {
                      "line": 1,
                      "column": 10269
                    }
                  }
                }
              ],
              "range": [
                10245,
                10269
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 10245
                },
                "end": {
                  "line": 1,
                  "column": 10269
                }
              }
            },
            "range": [
              10245,
              10270
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 10245
              },
              "end": {
                "line": 1,
                "column": 10270
              }
            }
          },
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "b",
                  "range": [
                    10274,
                    10275
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10274
                    },
                    "end": {
                      "line": 1,
                      "column": 10275
                    }
                  }
                },
                "init": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "a",
                      "range": [
                        10276,
                        10277
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10276
                        },
                        "end": {
                          "line": 1,
                          "column": 10277
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "getContext",
                      "range": [
                        10278,
                        10288
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10278
                        },
                        "end": {
                          "line": 1,
                          "column": 10288
                        }
                      }
                    },
                    "range": [
                      10276,
                      10288
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10276
                      },
                      "end": {
                        "line": 1,
                        "column": 10288
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "value": "2d",
                      "raw": "'2d'",
                      "range": [
                        10289,
                        10293
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10289
                        },
                        "end": {
                          "line": 1,
                          "column": 10293
                        }
                      }
                    }
                  ],
                  "range": [
                    10276,
                    10294
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10276
                    },
                    "end": {
                      "line": 1,
                      "column": 10294
                    }
                  }
                },
                "range": [
                  10274,
                  10294
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 10274
                  },
                  "end": {
                    "line": 1,
                    "column": 10294
                  }
                }
              },
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "c",
                  "range": [
                    10295,
                    10296
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10295
                    },
                    "end": {
                      "line": 1,
                      "column": 10296
                    }
                  }
                },
                "init": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "b",
                      "range": [
                        10297,
                        10298
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10297
                        },
                        "end": {
                          "line": 1,
                          "column": 10298
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "createRadialGradient",
                      "range": [
                        10299,
                        10319
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10299
                        },
                        "end": {
                          "line": 1,
                          "column": 10319
                        }
                      }
                    },
                    "range": [
                      10297,
                      10319
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10297
                      },
                      "end": {
                        "line": 1,
                        "column": 10319
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "BinaryExpression",
                      "operator": "/",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "a",
                          "range": [
                            10320,
                            10321
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10320
                            },
                            "end": {
                              "line": 1,
                              "column": 10321
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "width",
                          "range": [
                            10322,
                            10327
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10322
                            },
                            "end": {
                              "line": 1,
                              "column": 10327
                            }
                          }
                        },
                        "range": [
                          10320,
                          10327
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10320
                          },
                          "end": {
                            "line": 1,
                            "column": 10327
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": 2,
                        "raw": "2",
                        "range": [
                          10328,
                          10329
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10328
                          },
                          "end": {
                            "line": 1,
                            "column": 10329
                          }
                        }
                      },
                      "range": [
                        10320,
                        10329
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10320
                        },
                        "end": {
                          "line": 1,
                          "column": 10329
                        }
                      }
                    },
                    {
                      "type": "BinaryExpression",
                      "operator": "/",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "a",
                          "range": [
                            10330,
                            10331
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10330
                            },
                            "end": {
                              "line": 1,
                              "column": 10331
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "height",
                          "range": [
                            10332,
                            10338
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10332
                            },
                            "end": {
                              "line": 1,
                              "column": 10338
                            }
                          }
                        },
                        "range": [
                          10330,
                          10338
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10330
                          },
                          "end": {
                            "line": 1,
                            "column": 10338
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": 2,
                        "raw": "2",
                        "range": [
                          10339,
                          10340
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10339
                          },
                          "end": {
                            "line": 1,
                            "column": 10340
                          }
                        }
                      },
                      "range": [
                        10330,
                        10340
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10330
                        },
                        "end": {
                          "line": 1,
                          "column": 10340
                        }
                      }
                    },
                    {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        10341,
                        10342
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10341
                        },
                        "end": {
                          "line": 1,
                          "column": 10342
                        }
                      }
                    },
                    {
                      "type": "BinaryExpression",
                      "operator": "/",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "a",
                          "range": [
                            10343,
                            10344
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10343
                            },
                            "end": {
                              "line": 1,
                              "column": 10344
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "width",
                          "range": [
                            10345,
                            10350
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10345
                            },
                            "end": {
                              "line": 1,
                              "column": 10350
                            }
                          }
                        },
                        "range": [
                          10343,
                          10350
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10343
                          },
                          "end": {
                            "line": 1,
                            "column": 10350
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": 2,
                        "raw": "2",
                        "range": [
                          10351,
                          10352
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10351
                          },
                          "end": {
                            "line": 1,
                            "column": 10352
                          }
                        }
                      },
                      "range": [
                        10343,
                        10352
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10343
                        },
                        "end": {
                          "line": 1,
                          "column": 10352
                        }
                      }
                    },
                    {
                      "type": "BinaryExpression",
                      "operator": "/",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "a",
                          "range": [
                            10353,
                            10354
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10353
                            },
                            "end": {
                              "line": 1,
                              "column": 10354
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "height",
                          "range": [
                            10355,
                            10361
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10355
                            },
                            "end": {
                              "line": 1,
                              "column": 10361
                            }
                          }
                        },
                        "range": [
                          10353,
                          10361
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10353
                          },
                          "end": {
                            "line": 1,
                            "column": 10361
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": 2,
                        "raw": "2",
                        "range": [
                          10362,
                          10363
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10362
                          },
                          "end": {
                            "line": 1,
                            "column": 10363
                          }
                        }
                      },
                      "range": [
                        10353,
                        10363
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10353
                        },
                        "end": {
                          "line": 1,
                          "column": 10363
                        }
                      }
                    },
                    {
                      "type": "BinaryExpression",
                      "operator": "/",
                      "left": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "Identifier",
                          "name": "a",
                          "range": [
                            10364,
                            10365
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10364
                            },
                            "end": {
                              "line": 1,
                              "column": 10365
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "width",
                          "range": [
                            10366,
                            10371
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10366
                            },
                            "end": {
                              "line": 1,
                              "column": 10371
                            }
                          }
                        },
                        "range": [
                          10364,
                          10371
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10364
                          },
                          "end": {
                            "line": 1,
                            "column": 10371
                          }
                        }
                      },
                      "right": {
                        "type": "Literal",
                        "value": 2,
                        "raw": "2",
                        "range": [
                          10372,
                          10373
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10372
                          },
                          "end": {
                            "line": 1,
                            "column": 10373
                          }
                        }
                      },
                      "range": [
                        10364,
                        10373
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10364
                        },
                        "end": {
                          "line": 1,
                          "column": 10373
                        }
                      }
                    }
                  ],
                  "range": [
                    10297,
                    10374
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10297
                    },
                    "end": {
                      "line": 1,
                      "column": 10374
                    }
                  }
                },
                "range": [
                  10295,
                  10374
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 10295
                  },
                  "end": {
                    "line": 1,
                    "column": 10374
                  }
                }
              }
            ],
            "kind": "var",
            "range": [
              10270,
              10375
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 10270
              },
              "end": {
                "line": 1,
                "column": 10375
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "SequenceExpression",
              "expressions": [
                {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "c",
                      "range": [
                        10375,
                        10376
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10375
                        },
                        "end": {
                          "line": 1,
                          "column": 10376
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "addColorStop",
                      "range": [
                        10377,
                        10389
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10377
                        },
                        "end": {
                          "line": 1,
                          "column": 10389
                        }
                      }
                    },
                    "range": [
                      10375,
                      10389
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10375
                      },
                      "end": {
                        "line": 1,
                        "column": 10389
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "value": 0.1,
                      "raw": "0.1",
                      "range": [
                        10390,
                        10393
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10390
                        },
                        "end": {
                          "line": 1,
                          "column": 10393
                        }
                      }
                    },
                    {
                      "type": "Literal",
                      "value": "rgba(0,0,0,0.15)",
                      "raw": "'rgba(0,0,0,0.15)'",
                      "range": [
                        10394,
                        10412
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10394
                        },
                        "end": {
                          "line": 1,
                          "column": 10412
                        }
                      }
                    }
                  ],
                  "range": [
                    10375,
                    10413
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10375
                    },
                    "end": {
                      "line": 1,
                      "column": 10413
                    }
                  }
                },
                {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "c",
                      "range": [
                        10414,
                        10415
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10414
                        },
                        "end": {
                          "line": 1,
                          "column": 10415
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "addColorStop",
                      "range": [
                        10416,
                        10428
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10416
                        },
                        "end": {
                          "line": 1,
                          "column": 10428
                        }
                      }
                    },
                    "range": [
                      10414,
                      10428
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10414
                      },
                      "end": {
                        "line": 1,
                        "column": 10428
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "value": 1,
                      "raw": "1",
                      "range": [
                        10429,
                        10430
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10429
                        },
                        "end": {
                          "line": 1,
                          "column": 10430
                        }
                      }
                    },
                    {
                      "type": "Literal",
                      "value": "rgba(0,0,0,0)",
                      "raw": "'rgba(0,0,0,0)'",
                      "range": [
                        10431,
                        10446
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10431
                        },
                        "end": {
                          "line": 1,
                          "column": 10446
                        }
                      }
                    }
                  ],
                  "range": [
                    10414,
                    10447
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10414
                    },
                    "end": {
                      "line": 1,
                      "column": 10447
                    }
                  }
                },
                {
                  "type": "AssignmentExpression",
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "b",
                      "range": [
                        10448,
                        10449
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10448
                        },
                        "end": {
                          "line": 1,
                          "column": 10449
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "fillStyle",
                      "range": [
                        10450,
                        10459
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10450
                        },
                        "end": {
                          "line": 1,
                          "column": 10459
                        }
                      }
                    },
                    "range": [
                      10448,
                      10459
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10448
                      },
                      "end": {
                        "line": 1,
                        "column": 10459
                      }
                    }
                  },
                  "right": {
                    "type": "Identifier",
                    "name": "c",
                    "range": [
                      10460,
                      10461
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10460
                      },
                      "end": {
                        "line": 1,
                        "column": 10461
                      }
                    }
                  },
                  "range": [
                    10448,
                    10461
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10448
                    },
                    "end": {
                      "line": 1,
                      "column": 10461
                    }
                  }
                },
                {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "b",
                      "range": [
                        10462,
                        10463
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10462
                        },
                        "end": {
                          "line": 1,
                          "column": 10463
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "fillRect",
                      "range": [
                        10464,
                        10472
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10464
                        },
                        "end": {
                          "line": 1,
                          "column": 10472
                        }
                      }
                    },
                    "range": [
                      10462,
                      10472
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10462
                      },
                      "end": {
                        "line": 1,
                        "column": 10472
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        10473,
                        10474
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10473
                        },
                        "end": {
                          "line": 1,
                          "column": 10474
                        }
                      }
                    },
                    {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        10475,
                        10476
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10475
                        },
                        "end": {
                          "line": 1,
                          "column": 10476
                        }
                      }
                    },
                    {
                      "type": "MemberExpression",
                      "computed": false,
                      "object": {
                        "type": "Identifier",
                        "name": "a",
                        "range": [
                          10477,
                          10478
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10477
                          },
                          "end": {
                            "line": 1,
                            "column": 10478
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "width",
                        "range": [
                          10479,
                          10484
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10479
                          },
                          "end": {
                            "line": 1,
                            "column": 10484
                          }
                        }
                      },
                      "range": [
                        10477,
                        10484
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10477
                        },
                        "end": {
                          "line": 1,
                          "column": 10484
                        }
                      }
                    },
                    {
                      "type": "MemberExpression",
                      "computed": false,
                      "object": {
                        "type": "Identifier",
                        "name": "a",
                        "range": [
                          10485,
                          10486
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10485
                          },
                          "end": {
                            "line": 1,
                            "column": 10486
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "height",
                        "range": [
                          10487,
                          10493
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10487
                          },
                          "end": {
                            "line": 1,
                            "column": 10493
                          }
                        }
                      },
                      "range": [
                        10485,
                        10493
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10485
                        },
                        "end": {
                          "line": 1,
                          "column": 10493
                        }
                      }
                    }
                  ],
                  "range": [
                    10462,
                    10494
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10462
                    },
                    "end": {
                      "line": 1,
                      "column": 10494
                    }
                  }
                }
              ],
              "range": [
                10375,
                10494
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 10375
                },
                "end": {
                  "line": 1,
                  "column": 10494
                }
              }
            },
            "range": [
              10375,
              10495
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 10375
              },
              "end": {
                "line": 1,
                "column": 10495
              }
            }
          },
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "d",
                  "range": [
                    10499,
                    10500
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10499
                    },
                    "end": {
                      "line": 1,
                      "column": 10500
                    }
                  }
                },
                "init": {
                  "type": "NewExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "THREE",
                      "range": [
                        10505,
                        10510
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10505
                        },
                        "end": {
                          "line": 1,
                          "column": 10510
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "CanvasTexture",
                      "range": [
                        10511,
                        10524
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10511
                        },
                        "end": {
                          "line": 1,
                          "column": 10524
                        }
                      }
                    },
                    "range": [
                      10505,
                      10524
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10505
                      },
                      "end": {
                        "line": 1,
                        "column": 10524
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "range": [
                        10525,
                        10526
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10525
                        },
                        "end": {
                          "line": 1,
                          "column": 10526
                        }
                      }
                    }
                  ],
                  "range": [
                    10501,
                    10527
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10501
                    },
                    "end": {
                      "line": 1,
                      "column": 10527
                    }
                  }
                },
                "range": [
                  10499,
                  10527
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 10499
                  },
                  "end": {
                    "line": 1,
                    "column": 10527
                  }
                }
              }
            ],
            "kind": "var",
            "range": [
              10495,
              10528
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 10495
              },
              "end": {
                "line": 1,
                "column": 10528
              }
            }
          },
          {
            "type": "ReturnStatement",
            "argument": {
              "type": "NewExpression",
              "callee": {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "THREE",
                  "range": [
                    10539,
                    10544
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10539
                    },
                    "end": {
                      "line": 1,
                      "column": 10544
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "MeshBasicMaterial",
                  "range": [
                    10545,
                    10562
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10545
                    },
                    "end": {
                      "line": 1,
                      "column": 10562
                    }
                  }
                },
                "range": [
                  10539,
                  10562
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 10539
                  },
                  "end": {
                    "line": 1,
                    "column": 10562
                  }
                }
              },
              "arguments": [
                {
                  "type": "ObjectExpression",
                  "properties": [
                    {
                      "type": "Property",
                      "key": {
                        "type": "Identifier",
                        "name": "map",
                        "range": [
                          10564,
                          10567
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10564
                          },
                          "end": {
                            "line": 1,
                            "column": 10567
                          }
                        }
                      },
                      "value": {
                        "type": "Identifier",
                        "name": "d",
                        "range": [
                          10568,
                          10569
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10568
                          },
                          "end": {
                            "line": 1,
                            "column": 10569
                          }
                        }
                      },
                      "kind": "init",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "range": [
                        10564,
                        10569
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10564
                        },
                        "end": {
                          "line": 1,
                          "column": 10569
                        }
                      }
                    },
                    {
                      "type": "Property",
                      "key": {
                        "type": "Identifier",
                        "name": "transparent",
                        "range": [
                          10570,
                          10581
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10570
                          },
                          "end": {
                            "line": 1,
                            "column": 10581
                          }
                        }
                      },
                      "value": {
                        "type": "UnaryExpression",
                        "operator": "!",
                        "argument": {
                          "type": "Literal",
                          "value": 0,
                          "raw": "0",
                          "range": [
                            10583,
                            10584
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 10583
                            },
                            "end": {
                              "line": 1,
                              "column": 10584
                            }
                          }
                        },
                        "prefix": true,
                        "range": [
                          10582,
                          10584
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 10582
                          },
                          "end": {
                            "line": 1,
                            "column": 10584
                          }
                        }
                      },
                      "kind": "init",
                      "method": false,
                      "shorthand": false,
                      "computed": false,
                      "range": [
                        10570,
                        10584
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10570
                        },
                        "end": {
                          "line": 1,
                          "column": 10584
                        }
                      }
                    }
                  ],
                  "range": [
                    10563,
                    10585
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 10563
                    },
                    "end": {
                      "line": 1,
                      "column": 10585
                    }
                  }
                }
              ],
              "range": [
                10535,
                10586
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 10535
                },
                "end": {
                  "line": 1,
                  "column": 10586
                }
              }
            },
            "range": [
              10528,
              10586
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 10528
              },
              "end": {
                "line": 1,
                "column": 10586
              }
            }
          }
        ],
        "range": [
          10205,
          10587
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 10205
          },
          "end": {
            "line": 1,
            "column": 10587
          }
        }
      },
      "generator": false,
      "expression": false,
      "range": [
        10174,
        10587
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 10174
        },
        "end": {
          "line": 1,
          "column": 10587
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "shadowMaterial",
            "range": [
              10591,
              10605
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 10591
              },
              "end": {
                "line": 1,
                "column": 10605
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "createShadowMaterial",
              "range": [
                10606,
                10626
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 10606
                },
                "end": {
                  "line": 1,
                  "column": 10626
                }
              }
            },
            "arguments": [],
            "range": [
              10606,
              10628
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 10606
              },
              "end": {
                "line": 1,
                "column": 10628
              }
            }
          },
          "range": [
            10591,
            10628
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 10591
            },
            "end": {
              "line": 1,
              "column": 10628
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        10587,
        10629
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 10587
        },
        "end": {
          "line": 1,
          "column": 10629
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    10629
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 1,
      "column": 10629
    }
  },
  "comments": []
}