{
  "type": "Program",
  "start": 0,
  "end": 4126,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 117,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ExportDefaultDeclaration",
      "start": 0,
      "end": 4124,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 116,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 15,
        "end": 4124,
        "loc": {
          "start": {
            "line": 1,
            "column": 15
          },
          "end": {
            "line": 116,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 21,
          "end": 26,
          "loc": {
            "start": {
              "line": 1,
              "column": 21
            },
            "end": {
              "line": 1,
              "column": 26
            }
          },
          "name": "Stats"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 27,
          "end": 4124,
          "loc": {
            "start": {
              "line": 1,
              "column": 27
            },
            "end": {
              "line": 116,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 34,
              "end": 1316,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4
                },
                "end": {
                  "line": 35,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 34,
                "end": 45,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4
                  },
                  "end": {
                    "line": 2,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 45,
                "end": 1316,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 15
                  },
                  "end": {
                    "line": 35,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 48,
                  "end": 1316,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 18
                    },
                    "end": {
                      "line": 35,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 61,
                      "end": 75,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 8
                        },
                        "end": {
                          "line": 4,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 61,
                        "end": 74,
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 8
                          },
                          "end": {
                            "line": 4,
                            "column": 21
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 61,
                          "end": 70,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 8
                            },
                            "end": {
                              "line": 4,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 61,
                            "end": 65,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 8
                              },
                              "end": {
                                "line": 4,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 66,
                            "end": 70,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 13
                              },
                              "end": {
                                "line": 4,
                                "column": 17
                              }
                            },
                            "name": "mode"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 73,
                          "end": 74,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 20
                            },
                            "end": {
                              "line": 4,
                              "column": 21
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 85,
                      "end": 132,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8
                        },
                        "end": {
                          "line": 5,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 85,
                        "end": 131,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8
                          },
                          "end": {
                            "line": 5,
                            "column": 54
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 85,
                          "end": 99,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 8
                            },
                            "end": {
                              "line": 5,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 85,
                            "end": 89,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 8
                              },
                              "end": {
                                "line": 5,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 90,
                            "end": 99,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 13
                              },
                              "end": {
                                "line": 5,
                                "column": 22
                              }
                            },
                            "name": "beginTime"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 102,
                          "end": 131,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 25
                            },
                            "end": {
                              "line": 5,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 102,
                            "end": 129,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 25
                              },
                              "end": {
                                "line": 5,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "LogicalExpression",
                              "start": 104,
                              "end": 123,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 27
                                },
                                "end": {
                                  "line": 5,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 104,
                                "end": 115,
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 38
                                  }
                                },
                                "name": "performance"
                              },
                              "operator": "||",
                              "right": {
                                "type": "Identifier",
                                "start": 119,
                                "end": 123,
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 46
                                  }
                                },
                                "name": "Date"
                              },
                              "parenthesizedExpression": true
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 126,
                              "end": 129,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 49
                                },
                                "end": {
                                  "line": 5,
                                  "column": 52
                                }
                              },
                              "name": "now"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 142,
                      "end": 173,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8
                        },
                        "end": {
                          "line": 6,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 142,
                        "end": 172,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 6,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 142,
                          "end": 155,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 142,
                            "end": 146,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8
                              },
                              "end": {
                                "line": 6,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 147,
                            "end": 155,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 13
                              },
                              "end": {
                                "line": 6,
                                "column": 21
                              }
                            },
                            "name": "prevTime"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 158,
                          "end": 172,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 24
                            },
                            "end": {
                              "line": 6,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 158,
                            "end": 162,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 24
                              },
                              "end": {
                                "line": 6,
                                "column": 28
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 163,
                            "end": 172,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 29
                              },
                              "end": {
                                "line": 6,
                                "column": 38
                              }
                            },
                            "name": "beginTime"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 183,
                      "end": 199,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 183,
                        "end": 198,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 23
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 183,
                          "end": 194,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 183,
                            "end": 187,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 188,
                            "end": 194,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 19
                              }
                            },
                            "name": "frames"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 197,
                          "end": 198,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 22
                            },
                            "end": {
                              "line": 7,
                              "column": 23
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 209,
                      "end": 252,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 209,
                        "end": 251,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 50
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 209,
                          "end": 217,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 209,
                            "end": 213,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 214,
                            "end": 217,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 16
                              }
                            },
                            "name": "dom"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 220,
                          "end": 251,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 19
                            },
                            "end": {
                              "line": 8,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 220,
                            "end": 242,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 19
                              },
                              "end": {
                                "line": 8,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 220,
                              "end": 228,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 19
                                },
                                "end": {
                                  "line": 8,
                                  "column": 27
                                }
                              },
                              "name": "document"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 229,
                              "end": 242,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 28
                                },
                                "end": {
                                  "line": 8,
                                  "column": 41
                                }
                              },
                              "name": "createElement"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 244,
                              "end": 249,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 43
                                },
                                "end": {
                                  "line": 8,
                                  "column": 48
                                }
                              },
                              "value": "div",
                              "rawValue": "div",
                              "raw": "'div'"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 262,
                      "end": 398,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 8
                        },
                        "end": {
                          "line": 9,
                          "column": 144
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 262,
                        "end": 397,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 8
                          },
                          "end": {
                            "line": 9,
                            "column": 143
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 262,
                          "end": 284,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 8
                            },
                            "end": {
                              "line": 9,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 262,
                            "end": 276,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 8
                              },
                              "end": {
                                "line": 9,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 262,
                              "end": 270,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 16
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 262,
                                "end": 266,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 267,
                                "end": 270,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 16
                                  }
                                },
                                "name": "dom"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 271,
                              "end": 276,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 17
                                },
                                "end": {
                                  "line": 9,
                                  "column": 22
                                }
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 277,
                            "end": 284,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 23
                              },
                              "end": {
                                "line": 9,
                                "column": 30
                              }
                            },
                            "name": "cssText"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 287,
                          "end": 397,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 33
                            },
                            "end": {
                              "line": 9,
                              "column": 143
                            }
                          },
                          "value": "position:absolute;top:10px;left:10px;cursor:pointer;opacity:0.9;z-index:10000;transform: translate3d(0,0,0);",
                          "rawValue": "position:absolute;top:10px;left:10px;cursor:pointer;opacity:0.9;z-index:10000;transform: translate3d(0,0,0);",
                          "raw": "'position:absolute;top:10px;left:10px;cursor:pointer;opacity:0.9;z-index:10000;transform: translate3d(0,0,0);'"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 408,
                      "end": 550,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 408,
                        "end": 549,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 408,
                          "end": 421,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 408,
                            "end": 412,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 413,
                            "end": 421,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 21
                              }
                            },
                            "name": "callback"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrowFunctionExpression",
                          "start": 424,
                          "end": 549,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 24
                            },
                            "end": {
                              "line": 13,
                              "column": 9
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 424,
                              "end": 429,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 24
                                },
                                "end": {
                                  "line": 10,
                                  "column": 29
                                }
                              },
                              "name": "event"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 433,
                            "end": 549,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 33
                              },
                              "end": {
                                "line": 13,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 448,
                                "end": 471,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 35
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 448,
                                  "end": 470,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 448,
                                    "end": 468,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 32
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 448,
                                      "end": 453,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 17
                                        }
                                      },
                                      "name": "event"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 454,
                                      "end": 468,
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 32
                                        }
                                      },
                                      "name": "preventDefault"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 485,
                                "end": 538,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 65
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 485,
                                  "end": 537,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 64
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 485,
                                    "end": 494,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 21
                                      }
                                    },
                                    "name": "showPanel"
                                  },
                                  "arguments": [
                                    {
                                      "type": "BinaryExpression",
                                      "start": 496,
                                      "end": 535,
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 62
                                        }
                                      },
                                      "left": {
                                        "type": "UpdateExpression",
                                        "start": 496,
                                        "end": 508,
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 35
                                          }
                                        },
                                        "operator": "++",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 499,
                                          "end": 508,
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 499,
                                            "end": 503,
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 30
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 504,
                                            "end": 508,
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 35
                                              }
                                            },
                                            "name": "mode"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "operator": "%",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 511,
                                        "end": 535,
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 62
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 511,
                                          "end": 528,
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 55
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 511,
                                            "end": 519,
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 46
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 511,
                                              "end": 515,
                                              "loc": {
                                                "start": {
                                                  "line": 12,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 42
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 516,
                                              "end": 519,
                                              "loc": {
                                                "start": {
                                                  "line": 12,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 46
                                                }
                                              },
                                              "name": "dom"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 520,
                                            "end": 528,
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 55
                                              }
                                            },
                                            "name": "children"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 529,
                                          "end": 535,
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 62
                                            }
                                          },
                                          "name": "length"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 562,
                      "end": 621,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 8
                        },
                        "end": {
                          "line": 15,
                          "column": 67
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 562,
                        "end": 620,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 66
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 562,
                          "end": 587,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 562,
                            "end": 570,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 562,
                              "end": 566,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 567,
                              "end": 570,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 13
                                },
                                "end": {
                                  "line": 15,
                                  "column": 16
                                }
                              },
                              "name": "dom"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 571,
                            "end": 587,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 17
                              },
                              "end": {
                                "line": 15,
                                "column": 33
                              }
                            },
                            "name": "addEventListener"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 589,
                            "end": 596,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 35
                              },
                              "end": {
                                "line": 15,
                                "column": 42
                              }
                            },
                            "value": "click",
                            "rawValue": "click",
                            "raw": "'click'"
                          },
                          {
                            "type": "MemberExpression",
                            "start": 598,
                            "end": 611,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 44
                              },
                              "end": {
                                "line": 15,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 598,
                              "end": 602,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 44
                                },
                                "end": {
                                  "line": 15,
                                  "column": 48
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 603,
                              "end": 611,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 49
                                },
                                "end": {
                                  "line": 15,
                                  "column": 57
                                }
                              },
                              "name": "callback"
                            },
                            "computed": false
                          },
                          {
                            "type": "Literal",
                            "start": 613,
                            "end": 618,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 59
                              },
                              "end": {
                                "line": 15,
                                "column": 64
                              }
                            },
                            "value": false,
                            "rawValue": false,
                            "raw": "false"
                          }
                        ]
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 633,
                      "end": 744,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 9
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 637,
                          "end": 744,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 12
                            },
                            "end": {
                              "line": 20,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 637,
                            "end": 645,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 12
                              },
                              "end": {
                                "line": 17,
                                "column": 20
                              }
                            },
                            "name": "addPanel"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 648,
                            "end": 744,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 23
                              },
                              "end": {
                                "line": 20,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 648,
                                "end": 653,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 28
                                  }
                                },
                                "name": "panel"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 657,
                              "end": 744,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 32
                                },
                                "end": {
                                  "line": 20,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 672,
                                  "end": 706,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 46
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 672,
                                    "end": 705,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 45
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 672,
                                      "end": 692,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 672,
                                        "end": 680,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 20
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 672,
                                          "end": 676,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 677,
                                          "end": 680,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 20
                                            }
                                          },
                                          "name": "dom"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 681,
                                        "end": 692,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 32
                                          }
                                        },
                                        "name": "appendChild"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 694,
                                        "end": 703,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 694,
                                          "end": 699,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 39
                                            }
                                          },
                                          "name": "panel"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 700,
                                          "end": 703,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 43
                                            }
                                          },
                                          "name": "dom"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 720,
                                  "end": 733,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 25
                                    }
                                  },
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 727,
                                    "end": 732,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 24
                                      }
                                    },
                                    "name": "panel"
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 756,
                      "end": 971,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 9
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 760,
                          "end": 971,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 12
                            },
                            "end": {
                              "line": 26,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 760,
                            "end": 769,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 12
                              },
                              "end": {
                                "line": 22,
                                "column": 21
                              }
                            },
                            "name": "showPanel"
                          },
                          "init": {
                            "type": "ArrowFunctionExpression",
                            "start": 772,
                            "end": 971,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 24
                              },
                              "end": {
                                "line": 26,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 772,
                                "end": 774,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 26
                                  }
                                },
                                "name": "id"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 778,
                              "end": 971,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 30
                                },
                                "end": {
                                  "line": 26,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ForStatement",
                                  "start": 793,
                                  "end": 931,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 83
                                    }
                                  },
                                  "init": {
                                    "type": "VariableDeclaration",
                                    "start": 799,
                                    "end": 808,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 27
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 803,
                                        "end": 808,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 27
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 803,
                                          "end": 804,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 23
                                            }
                                          },
                                          "name": "i"
                                        },
                                        "init": {
                                          "type": "Literal",
                                          "start": 807,
                                          "end": 808,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 27
                                            }
                                          },
                                          "value": 0,
                                          "rawValue": 0,
                                          "raw": "0"
                                        }
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 810,
                                    "end": 838,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 57
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 810,
                                      "end": 811,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 30
                                        }
                                      },
                                      "name": "i"
                                    },
                                    "operator": "<",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 814,
                                      "end": 838,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 57
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 814,
                                        "end": 831,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 814,
                                          "end": 822,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 814,
                                            "end": 818,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 819,
                                            "end": 822,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 41
                                              }
                                            },
                                            "name": "dom"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 823,
                                          "end": 831,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 50
                                            }
                                          },
                                          "name": "children"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 832,
                                        "end": 838,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 57
                                          }
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "update": {
                                    "type": "UpdateExpression",
                                    "start": 840,
                                    "end": 844,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 63
                                      }
                                    },
                                    "operator": "++",
                                    "prefix": false,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 840,
                                      "end": 841,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 60
                                        }
                                      },
                                      "name": "i"
                                    }
                                  },
                                  "body": {
                                    "type": "ExpressionStatement",
                                    "start": 864,
                                    "end": 931,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 83
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 864,
                                      "end": 930,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 82
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 864,
                                        "end": 900,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 864,
                                          "end": 892,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 44
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 864,
                                            "end": 886,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 864,
                                              "end": 881,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 864,
                                                "end": 872,
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 24
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 864,
                                                  "end": 868,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 869,
                                                  "end": 872,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 24
                                                    }
                                                  },
                                                  "name": "dom"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 873,
                                                "end": 881,
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "children"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 883,
                                              "end": 884,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 36
                                                }
                                              },
                                              "name": "i"
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 887,
                                            "end": 892,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 44
                                              }
                                            },
                                            "name": "style"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 893,
                                          "end": 900,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 52
                                            }
                                          },
                                          "name": "display"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "ConditionalExpression",
                                        "start": 903,
                                        "end": 930,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 82
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 903,
                                          "end": 911,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 63
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 903,
                                            "end": 904,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 56
                                              }
                                            },
                                            "name": "i"
                                          },
                                          "operator": "===",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 909,
                                            "end": 911,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 63
                                              }
                                            },
                                            "name": "id"
                                          }
                                        },
                                        "consequent": {
                                          "type": "Literal",
                                          "start": 914,
                                          "end": 921,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 73
                                            }
                                          },
                                          "value": "block",
                                          "rawValue": "block",
                                          "raw": "'block'"
                                        },
                                        "alternate": {
                                          "type": "Literal",
                                          "start": 924,
                                          "end": 930,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 82
                                            }
                                          },
                                          "value": "none",
                                          "rawValue": "none",
                                          "raw": "'none'"
                                        }
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 945,
                                  "end": 960,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 27
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 945,
                                    "end": 959,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 26
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 945,
                                      "end": 954,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 945,
                                        "end": 949,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 950,
                                        "end": 954,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 21
                                          }
                                        },
                                        "name": "mode"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 957,
                                      "end": 959,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 26
                                        }
                                      },
                                      "name": "id"
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 983,
                      "end": 1055,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 80
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 983,
                        "end": 1054,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 79
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 983,
                          "end": 996,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 983,
                            "end": 987,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 988,
                            "end": 996,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 13
                              },
                              "end": {
                                "line": 28,
                                "column": 21
                              }
                            },
                            "name": "fpsPanel"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 999,
                          "end": 1054,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 24
                            },
                            "end": {
                              "line": 28,
                              "column": 79
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 999,
                            "end": 1007,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 24
                              },
                              "end": {
                                "line": 28,
                                "column": 32
                              }
                            },
                            "name": "addPanel"
                          },
                          "arguments": [
                            {
                              "type": "NewExpression",
                              "start": 1009,
                              "end": 1052,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 34
                                },
                                "end": {
                                  "line": 28,
                                  "column": 77
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1013,
                                "end": 1024,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 49
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1013,
                                  "end": 1018,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 43
                                    }
                                  },
                                  "name": "Stats"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1019,
                                  "end": 1024,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 49
                                    }
                                  },
                                  "name": "Panel"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 1026,
                                  "end": 1031,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 56
                                    }
                                  },
                                  "value": "FPS",
                                  "rawValue": "FPS",
                                  "raw": "'FPS'"
                                },
                                {
                                  "type": "Literal",
                                  "start": 1033,
                                  "end": 1042,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 67
                                    }
                                  },
                                  "value": "#28b4d7",
                                  "rawValue": "#28b4d7",
                                  "raw": "'#28b4d7'"
                                },
                                {
                                  "type": "Literal",
                                  "start": 1044,
                                  "end": 1050,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 69
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 75
                                    }
                                  },
                                  "value": "#002",
                                  "rawValue": "#002",
                                  "raw": "'#002'"
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1065,
                      "end": 1135,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 8
                        },
                        "end": {
                          "line": 29,
                          "column": 78
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1065,
                        "end": 1134,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 77
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1065,
                          "end": 1077,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1065,
                            "end": 1069,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1070,
                            "end": 1077,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 13
                              },
                              "end": {
                                "line": 29,
                                "column": 20
                              }
                            },
                            "name": "msPanel"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1080,
                          "end": 1134,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 23
                            },
                            "end": {
                              "line": 29,
                              "column": 77
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1080,
                            "end": 1088,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 23
                              },
                              "end": {
                                "line": 29,
                                "column": 31
                              }
                            },
                            "name": "addPanel"
                          },
                          "arguments": [
                            {
                              "type": "NewExpression",
                              "start": 1090,
                              "end": 1132,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 33
                                },
                                "end": {
                                  "line": 29,
                                  "column": 75
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1094,
                                "end": 1105,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 48
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1094,
                                  "end": 1099,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 42
                                    }
                                  },
                                  "name": "Stats"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1100,
                                  "end": 1105,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 48
                                    }
                                  },
                                  "name": "Panel"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 1107,
                                  "end": 1111,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 54
                                    }
                                  },
                                  "value": "MS",
                                  "rawValue": "MS",
                                  "raw": "'MS'"
                                },
                                {
                                  "type": "Literal",
                                  "start": 1113,
                                  "end": 1122,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 65
                                    }
                                  },
                                  "value": "#28d79f",
                                  "rawValue": "#28d79f",
                                  "raw": "'#28d79f'"
                                },
                                {
                                  "type": "Literal",
                                  "start": 1124,
                                  "end": 1130,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 73
                                    }
                                  },
                                  "value": "#020",
                                  "rawValue": "#020",
                                  "raw": "'#020'"
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1147,
                      "end": 1282,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 83
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1152,
                        "end": 1195,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 13
                          },
                          "end": {
                            "line": 31,
                            "column": 56
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 1152,
                          "end": 1168,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 13
                            },
                            "end": {
                              "line": 31,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1152,
                            "end": 1156,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 17
                              }
                            },
                            "name": "self"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1157,
                            "end": 1168,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 18
                              },
                              "end": {
                                "line": 31,
                                "column": 29
                              }
                            },
                            "name": "performance"
                          },
                          "computed": false
                        },
                        "operator": "&&",
                        "right": {
                          "type": "MemberExpression",
                          "start": 1172,
                          "end": 1195,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 33
                            },
                            "end": {
                              "line": 31,
                              "column": 56
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1172,
                            "end": 1188,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 33
                              },
                              "end": {
                                "line": 31,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1172,
                              "end": 1176,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 33
                                },
                                "end": {
                                  "line": 31,
                                  "column": 37
                                }
                              },
                              "name": "self"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1177,
                              "end": 1188,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 38
                                },
                                "end": {
                                  "line": 31,
                                  "column": 49
                                }
                              },
                              "name": "performance"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1189,
                            "end": 1195,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 50
                              },
                              "end": {
                                "line": 31,
                                "column": 56
                              }
                            },
                            "name": "memory"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1211,
                        "end": 1282,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 12
                          },
                          "end": {
                            "line": 32,
                            "column": 83
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1211,
                          "end": 1281,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 12
                            },
                            "end": {
                              "line": 32,
                              "column": 82
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1211,
                            "end": 1224,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 12
                              },
                              "end": {
                                "line": 32,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1211,
                              "end": 1215,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 12
                                },
                                "end": {
                                  "line": 32,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1216,
                              "end": 1224,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 17
                                },
                                "end": {
                                  "line": 32,
                                  "column": 25
                                }
                              },
                              "name": "memPanel"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "CallExpression",
                            "start": 1227,
                            "end": 1281,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 28
                              },
                              "end": {
                                "line": 32,
                                "column": 82
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1227,
                              "end": 1235,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 28
                                },
                                "end": {
                                  "line": 32,
                                  "column": 36
                                }
                              },
                              "name": "addPanel"
                            },
                            "arguments": [
                              {
                                "type": "NewExpression",
                                "start": 1237,
                                "end": 1279,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 80
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1241,
                                  "end": 1252,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 53
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1241,
                                    "end": 1246,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 47
                                      }
                                    },
                                    "name": "Stats"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1247,
                                    "end": 1252,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 53
                                      }
                                    },
                                    "name": "Panel"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 1254,
                                    "end": 1258,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 59
                                      }
                                    },
                                    "value": "MB",
                                    "rawValue": "MB",
                                    "raw": "'MB'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1260,
                                    "end": 1269,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 70
                                      }
                                    },
                                    "value": "#c23369",
                                    "rawValue": "#c23369",
                                    "raw": "'#c23369'"
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 1271,
                                    "end": 1277,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 72
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 78
                                      }
                                    },
                                    "value": "#201",
                                    "rawValue": "#201",
                                    "raw": "'#201'"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1294,
                      "end": 1309,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1294,
                        "end": 1308,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 22
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1294,
                          "end": 1303,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 17
                            }
                          },
                          "name": "showPanel"
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 1305,
                            "end": 1306,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 19
                              },
                              "end": {
                                "line": 34,
                                "column": 20
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1324,
              "end": 1397,
              "loc": {
                "start": {
                  "line": 37,
                  "column": 4
                },
                "end": {
                  "line": 39,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1324,
                "end": 1329,
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 4
                  },
                  "end": {
                    "line": 37,
                    "column": 9
                  }
                },
                "name": "begin"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1329,
                "end": 1397,
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 9
                  },
                  "end": {
                    "line": 39,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1332,
                  "end": 1397,
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 12
                    },
                    "end": {
                      "line": 39,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1343,
                      "end": 1390,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 38,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1343,
                        "end": 1389,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 54
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1343,
                          "end": 1357,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1343,
                            "end": 1347,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1348,
                            "end": 1357,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 13
                              },
                              "end": {
                                "line": 38,
                                "column": 22
                              }
                            },
                            "name": "beginTime"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1360,
                          "end": 1389,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 25
                            },
                            "end": {
                              "line": 38,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1360,
                            "end": 1387,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 25
                              },
                              "end": {
                                "line": 38,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "LogicalExpression",
                              "start": 1362,
                              "end": 1381,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 27
                                },
                                "end": {
                                  "line": 38,
                                  "column": 46
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1362,
                                "end": 1373,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 38
                                  }
                                },
                                "name": "performance"
                              },
                              "operator": "||",
                              "right": {
                                "type": "Identifier",
                                "start": 1377,
                                "end": 1381,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 46
                                  }
                                },
                                "name": "Date"
                              },
                              "parenthesizedExpression": true
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1384,
                              "end": 1387,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 49
                                },
                                "end": {
                                  "line": 38,
                                  "column": 52
                                }
                              },
                              "name": "now"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1405,
              "end": 2001,
              "loc": {
                "start": {
                  "line": 41,
                  "column": 4
                },
                "end": {
                  "line": 55,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1405,
                "end": 1408,
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 4
                  },
                  "end": {
                    "line": 41,
                    "column": 7
                  }
                },
                "name": "end"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1408,
                "end": 2001,
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 7
                  },
                  "end": {
                    "line": 55,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1411,
                  "end": 2001,
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 10
                    },
                    "end": {
                      "line": 55,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1422,
                      "end": 1437,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "UpdateExpression",
                        "start": 1422,
                        "end": 1436,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 22
                          }
                        },
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1422,
                          "end": 1433,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1422,
                            "end": 1426,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1427,
                            "end": 1433,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 13
                              },
                              "end": {
                                "line": 42,
                                "column": 19
                              }
                            },
                            "name": "frames"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1447,
                      "end": 1488,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 8
                        },
                        "end": {
                          "line": 43,
                          "column": 49
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1451,
                          "end": 1487,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 12
                            },
                            "end": {
                              "line": 43,
                              "column": 48
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1451,
                            "end": 1455,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 12
                              },
                              "end": {
                                "line": 43,
                                "column": 16
                              }
                            },
                            "name": "time"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1458,
                            "end": 1487,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 19
                              },
                              "end": {
                                "line": 43,
                                "column": 48
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1458,
                              "end": 1485,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 19
                                },
                                "end": {
                                  "line": 43,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "LogicalExpression",
                                "start": 1460,
                                "end": 1479,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 40
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1460,
                                  "end": 1471,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 32
                                    }
                                  },
                                  "name": "performance"
                                },
                                "operator": "||",
                                "right": {
                                  "type": "Identifier",
                                  "start": 1475,
                                  "end": 1479,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 40
                                    }
                                  },
                                  "name": "Date"
                                },
                                "parenthesizedExpression": true
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1482,
                                "end": 1485,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 46
                                  }
                                },
                                "name": "now"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1498,
                      "end": 1548,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 58
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1498,
                        "end": 1547,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 8
                          },
                          "end": {
                            "line": 44,
                            "column": 57
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1498,
                          "end": 1517,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1498,
                            "end": 1510,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 8
                              },
                              "end": {
                                "line": 44,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1498,
                              "end": 1502,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1503,
                              "end": 1510,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 13
                                },
                                "end": {
                                  "line": 44,
                                  "column": 20
                                }
                              },
                              "name": "msPanel"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1511,
                            "end": 1517,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 21
                              },
                              "end": {
                                "line": 44,
                                "column": 27
                              }
                            },
                            "name": "update"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 1519,
                            "end": 1540,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 29
                              },
                              "end": {
                                "line": 44,
                                "column": 50
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1519,
                              "end": 1523,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 29
                                },
                                "end": {
                                  "line": 44,
                                  "column": 33
                                }
                              },
                              "name": "time"
                            },
                            "operator": "-",
                            "right": {
                              "type": "MemberExpression",
                              "start": 1526,
                              "end": 1540,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 36
                                },
                                "end": {
                                  "line": 44,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1526,
                                "end": 1530,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 40
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1531,
                                "end": 1540,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 50
                                  }
                                },
                                "name": "beginTime"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "Literal",
                            "start": 1542,
                            "end": 1545,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 52
                              },
                              "end": {
                                "line": 44,
                                "column": 55
                              }
                            },
                            "value": 200,
                            "rawValue": 200,
                            "raw": "200"
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1558,
                      "end": 1972,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 8
                        },
                        "end": {
                          "line": 53,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1563,
                        "end": 1590,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 13
                          },
                          "end": {
                            "line": 45,
                            "column": 40
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1563,
                          "end": 1567,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 13
                            },
                            "end": {
                              "line": 45,
                              "column": 17
                            }
                          },
                          "name": "time"
                        },
                        "operator": ">",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 1570,
                          "end": 1590,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 20
                            },
                            "end": {
                              "line": 45,
                              "column": 40
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 1570,
                            "end": 1583,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 20
                              },
                              "end": {
                                "line": 45,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1570,
                              "end": 1574,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 20
                                },
                                "end": {
                                  "line": 45,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1575,
                              "end": 1583,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 25
                                },
                                "end": {
                                  "line": 45,
                                  "column": 33
                                }
                              },
                              "name": "prevTime"
                            },
                            "computed": false
                          },
                          "operator": "+",
                          "right": {
                            "type": "Literal",
                            "start": 1586,
                            "end": 1590,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 36
                              },
                              "end": {
                                "line": 45,
                                "column": 40
                              }
                            },
                            "value": 1000,
                            "rawValue": 1000,
                            "raw": "1000"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1593,
                        "end": 1972,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 43
                          },
                          "end": {
                            "line": 53,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1608,
                            "end": 1687,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 12
                              },
                              "end": {
                                "line": 46,
                                "column": 91
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1608,
                              "end": 1686,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 12
                                },
                                "end": {
                                  "line": 46,
                                  "column": 90
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1608,
                                "end": 1628,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1608,
                                  "end": 1621,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1608,
                                    "end": 1612,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1613,
                                    "end": 1621,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 25
                                      }
                                    },
                                    "name": "fpsPanel"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1622,
                                  "end": 1628,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 32
                                    }
                                  },
                                  "name": "update"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 1630,
                                  "end": 1679,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 83
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1632,
                                    "end": 1650,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 54
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1632,
                                      "end": 1643,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1632,
                                        "end": 1636,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1637,
                                        "end": 1643,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 47
                                          }
                                        },
                                        "name": "frames"
                                      },
                                      "computed": false
                                    },
                                    "operator": "*",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1646,
                                      "end": 1650,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 54
                                        }
                                      },
                                      "value": 1000,
                                      "rawValue": 1000,
                                      "raw": "1000"
                                    },
                                    "parenthesizedExpression": true
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 1657,
                                    "end": 1677,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 81
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1657,
                                      "end": 1661,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 65
                                        }
                                      },
                                      "name": "time"
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1664,
                                      "end": 1677,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 81
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1664,
                                        "end": 1668,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 72
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1669,
                                        "end": 1677,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 73
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 81
                                          }
                                        },
                                        "name": "prevTime"
                                      },
                                      "computed": false
                                    },
                                    "parenthesizedExpression": true
                                  }
                                },
                                {
                                  "type": "Literal",
                                  "start": 1681,
                                  "end": 1684,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 85
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 88
                                    }
                                  },
                                  "value": 100,
                                  "rawValue": 100,
                                  "raw": "100"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1701,
                            "end": 1722,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 12
                              },
                              "end": {
                                "line": 47,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1701,
                              "end": 1721,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 12
                                },
                                "end": {
                                  "line": 47,
                                  "column": 32
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 1701,
                                "end": 1714,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 25
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1701,
                                  "end": 1705,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1706,
                                  "end": 1714,
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 25
                                    }
                                  },
                                  "name": "prevTime"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1717,
                                "end": 1721,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 32
                                  }
                                },
                                "name": "time"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1736,
                            "end": 1752,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 12
                              },
                              "end": {
                                "line": 48,
                                "column": 28
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1736,
                              "end": 1751,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 12
                                },
                                "end": {
                                  "line": 48,
                                  "column": 27
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 1736,
                                "end": 1747,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1736,
                                  "end": 1740,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1741,
                                  "end": 1747,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 23
                                    }
                                  },
                                  "name": "frames"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 1750,
                                "end": 1751,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 27
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1766,
                            "end": 1961,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 12
                              },
                              "end": {
                                "line": 52,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 1771,
                              "end": 1784,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 17
                                },
                                "end": {
                                  "line": 49,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1771,
                                "end": 1775,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 21
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1776,
                                "end": 1784,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 30
                                  }
                                },
                                "name": "memPanel"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1787,
                              "end": 1961,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 33
                                },
                                "end": {
                                  "line": 52,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 1806,
                                  "end": 1838,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 48
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 1810,
                                      "end": 1837,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 47
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 1810,
                                        "end": 1816,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 26
                                          }
                                        },
                                        "name": "memory"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 1819,
                                        "end": 1837,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1819,
                                          "end": 1830,
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 40
                                            }
                                          },
                                          "name": "performance"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1831,
                                          "end": 1837,
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 47
                                            }
                                          },
                                          "name": "memory"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1856,
                                  "end": 1946,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 106
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 1856,
                                    "end": 1945,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 105
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1856,
                                      "end": 1876,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1856,
                                        "end": 1869,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1856,
                                          "end": 1860,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1861,
                                          "end": 1869,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 29
                                            }
                                          },
                                          "name": "memPanel"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1870,
                                        "end": 1876,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 36
                                          }
                                        },
                                        "name": "update"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "BinaryExpression",
                                        "start": 1878,
                                        "end": 1909,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1878,
                                          "end": 1899,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 59
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1878,
                                            "end": 1884,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 44
                                              }
                                            },
                                            "name": "memory"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1885,
                                            "end": 1899,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 59
                                              }
                                            },
                                            "name": "usedJSHeapSize"
                                          },
                                          "computed": false
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "Literal",
                                          "start": 1902,
                                          "end": 1909,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 69
                                            }
                                          },
                                          "value": 1048576,
                                          "rawValue": 1048576,
                                          "raw": "1048576"
                                        }
                                      },
                                      {
                                        "type": "BinaryExpression",
                                        "start": 1911,
                                        "end": 1943,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 103
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1911,
                                          "end": 1933,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 93
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1911,
                                            "end": 1917,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 77
                                              }
                                            },
                                            "name": "memory"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1918,
                                            "end": 1933,
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 93
                                              }
                                            },
                                            "name": "jsHeapSizeLimit"
                                          },
                                          "computed": false
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "Literal",
                                          "start": 1936,
                                          "end": 1943,
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 96
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 103
                                            }
                                          },
                                          "value": 1048576,
                                          "rawValue": 1048576,
                                          "raw": "1048576"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1982,
                      "end": 1994,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 8
                        },
                        "end": {
                          "line": 54,
                          "column": 20
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 1989,
                        "end": 1993,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 15
                          },
                          "end": {
                            "line": 54,
                            "column": 19
                          }
                        },
                        "name": "time"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2009,
              "end": 2064,
              "loc": {
                "start": {
                  "line": 57,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2009,
                "end": 2015,
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 4
                  },
                  "end": {
                    "line": 57,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2015,
                "end": 2064,
                "loc": {
                  "start": {
                    "line": 57,
                    "column": 10
                  },
                  "end": {
                    "line": 59,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2018,
                  "end": 2064,
                  "loc": {
                    "start": {
                      "line": 57,
                      "column": 13
                    },
                    "end": {
                      "line": 59,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2029,
                      "end": 2057,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 8
                        },
                        "end": {
                          "line": 58,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2029,
                        "end": 2056,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 8
                          },
                          "end": {
                            "line": 58,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2029,
                          "end": 2043,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 8
                            },
                            "end": {
                              "line": 58,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2029,
                            "end": 2033,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 8
                              },
                              "end": {
                                "line": 58,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2034,
                            "end": 2043,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 13
                              },
                              "end": {
                                "line": 58,
                                "column": 22
                              }
                            },
                            "name": "beginTime"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 2046,
                          "end": 2056,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 25
                            },
                            "end": {
                              "line": 58,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2046,
                            "end": 2054,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 25
                              },
                              "end": {
                                "line": 58,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2046,
                              "end": 2050,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 25
                                },
                                "end": {
                                  "line": 58,
                                  "column": 29
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2051,
                              "end": 2054,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 30
                                },
                                "end": {
                                  "line": 58,
                                  "column": 33
                                }
                              },
                              "name": "end"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2072,
              "end": 2239,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 64,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2072,
                "end": 2078,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 10
                  }
                },
                "name": "remove"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2078,
                "end": 2239,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 10
                  },
                  "end": {
                    "line": 64,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2081,
                  "end": 2239,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 13
                    },
                    "end": {
                      "line": 64,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2092,
                      "end": 2147,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 62,
                          "column": 63
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2092,
                        "end": 2146,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 8
                          },
                          "end": {
                            "line": 62,
                            "column": 62
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2092,
                          "end": 2120,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 8
                            },
                            "end": {
                              "line": 62,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2092,
                            "end": 2100,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 8
                              },
                              "end": {
                                "line": 62,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2092,
                              "end": 2096,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 8
                                },
                                "end": {
                                  "line": 62,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2097,
                              "end": 2100,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 13
                                },
                                "end": {
                                  "line": 62,
                                  "column": 16
                                }
                              },
                              "name": "dom"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2101,
                            "end": 2120,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 17
                              },
                              "end": {
                                "line": 62,
                                "column": 36
                              }
                            },
                            "name": "removeEventListener"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2122,
                            "end": 2129,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 38
                              },
                              "end": {
                                "line": 62,
                                "column": 45
                              }
                            },
                            "value": "click",
                            "rawValue": "click",
                            "raw": "'click'"
                          },
                          {
                            "type": "MemberExpression",
                            "start": 2131,
                            "end": 2144,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 47
                              },
                              "end": {
                                "line": 62,
                                "column": 60
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2131,
                              "end": 2135,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 47
                                },
                                "end": {
                                  "line": 62,
                                  "column": 51
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2136,
                              "end": 2144,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 52
                                },
                                "end": {
                                  "line": 62,
                                  "column": 60
                                }
                              },
                              "name": "callback"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2157,
                      "end": 2224,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 75
                        }
                      },
                      "expression": {
                        "type": "LogicalExpression",
                        "start": 2157,
                        "end": 2223,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 74
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 2157,
                          "end": 2176,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2157,
                            "end": 2165,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 8
                              },
                              "end": {
                                "line": 63,
                                "column": 16
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2157,
                              "end": 2161,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 8
                                },
                                "end": {
                                  "line": 63,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2162,
                              "end": 2165,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 13
                                },
                                "end": {
                                  "line": 63,
                                  "column": 16
                                }
                              },
                              "name": "dom"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2166,
                            "end": 2176,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 17
                              },
                              "end": {
                                "line": 63,
                                "column": 27
                              }
                            },
                            "name": "parentNode"
                          },
                          "computed": false
                        },
                        "operator": "&&",
                        "right": {
                          "type": "CallExpression",
                          "start": 2180,
                          "end": 2223,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 31
                            },
                            "end": {
                              "line": 63,
                              "column": 74
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2180,
                            "end": 2211,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 31
                              },
                              "end": {
                                "line": 63,
                                "column": 62
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2180,
                              "end": 2199,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 31
                                },
                                "end": {
                                  "line": 63,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2180,
                                "end": 2188,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2180,
                                  "end": 2184,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 35
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2185,
                                  "end": 2188,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 39
                                    }
                                  },
                                  "name": "dom"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2189,
                                "end": 2199,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 50
                                  }
                                },
                                "name": "parentNode"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2200,
                              "end": 2211,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 51
                                },
                                "end": {
                                  "line": 63,
                                  "column": 62
                                }
                              },
                              "name": "removeChild"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 2213,
                              "end": 2221,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 64
                                },
                                "end": {
                                  "line": 63,
                                  "column": 72
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2213,
                                "end": 2217,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 68
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2218,
                                "end": 2221,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 72
                                  }
                                },
                                "name": "dom"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2247,
              "end": 4121,
              "loc": {
                "start": {
                  "line": 66,
                  "column": 4
                },
                "end": {
                  "line": 115,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2254,
                "end": 2259,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 11
                  },
                  "end": {
                    "line": 66,
                    "column": 16
                  }
                },
                "name": "Panel"
              },
              "static": true,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2259,
                "end": 4121,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 16
                  },
                  "end": {
                    "line": 115,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2261,
                    "end": 2265,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 18
                      },
                      "end": {
                        "line": 66,
                        "column": 22
                      }
                    },
                    "name": "name"
                  },
                  {
                    "type": "Identifier",
                    "start": 2267,
                    "end": 2269,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 24
                      },
                      "end": {
                        "line": 66,
                        "column": 26
                      }
                    },
                    "name": "fg"
                  },
                  {
                    "type": "Identifier",
                    "start": 2271,
                    "end": 2273,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 28
                      },
                      "end": {
                        "line": 66,
                        "column": 30
                      }
                    },
                    "name": "bg"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2276,
                  "end": 4121,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 33
                    },
                    "end": {
                      "line": 115,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2286,
                      "end": 2334,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 5
                        },
                        "end": {
                          "line": 68,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2290,
                          "end": 2304,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 9
                            },
                            "end": {
                              "line": 68,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2290,
                            "end": 2293,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 9
                              },
                              "end": {
                                "line": 68,
                                "column": 12
                              }
                            },
                            "name": "min"
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 2296,
                            "end": 2304,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 15
                              },
                              "end": {
                                "line": 68,
                                "column": 23
                              }
                            },
                            "name": "Infinity"
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2306,
                          "end": 2313,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 25
                            },
                            "end": {
                              "line": 68,
                              "column": 32
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2306,
                            "end": 2309,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 25
                              },
                              "end": {
                                "line": 68,
                                "column": 28
                              }
                            },
                            "name": "max"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 2312,
                            "end": 2313,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 31
                              },
                              "end": {
                                "line": 68,
                                "column": 32
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2315,
                          "end": 2333,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 34
                            },
                            "end": {
                              "line": 68,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2315,
                            "end": 2320,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 34
                              },
                              "end": {
                                "line": 68,
                                "column": 39
                              }
                            },
                            "name": "round"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2323,
                            "end": 2333,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 42
                              },
                              "end": {
                                "line": 68,
                                "column": 52
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2323,
                              "end": 2327,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 42
                                },
                                "end": {
                                  "line": 68,
                                  "column": 46
                                }
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2328,
                              "end": 2333,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 47
                                },
                                "end": {
                                  "line": 68,
                                  "column": 52
                                }
                              },
                              "name": "round"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2341,
                      "end": 2388,
                      "loc": {
                        "start": {
                          "line": 69,
                          "column": 5
                        },
                        "end": {
                          "line": 69,
                          "column": 52
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2345,
                          "end": 2387,
                          "loc": {
                            "start": {
                              "line": 69,
                              "column": 9
                            },
                            "end": {
                              "line": 69,
                              "column": 51
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2345,
                            "end": 2347,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 9
                              },
                              "end": {
                                "line": 69,
                                "column": 11
                              }
                            },
                            "name": "PR"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 2350,
                            "end": 2387,
                            "loc": {
                              "start": {
                                "line": 69,
                                "column": 14
                              },
                              "end": {
                                "line": 69,
                                "column": 51
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 2350,
                              "end": 2355,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 14
                                },
                                "end": {
                                  "line": 69,
                                  "column": 19
                                }
                              },
                              "name": "round"
                            },
                            "arguments": [
                              {
                                "type": "LogicalExpression",
                                "start": 2357,
                                "end": 2385,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 49
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2357,
                                  "end": 2380,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2357,
                                    "end": 2363,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 27
                                      }
                                    },
                                    "name": "window"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2364,
                                    "end": 2380,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 44
                                      }
                                    },
                                    "name": "devicePixelRatio"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "Literal",
                                  "start": 2384,
                                  "end": 2385,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 49
                                    }
                                  },
                                  "value": 1,
                                  "rawValue": 1,
                                  "raw": "1"
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2397,
                      "end": 2577,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 5
                        },
                        "end": {
                          "line": 74,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2401,
                          "end": 2416,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 9
                            },
                            "end": {
                              "line": 71,
                              "column": 24
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2401,
                            "end": 2406,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 9
                              },
                              "end": {
                                "line": 71,
                                "column": 14
                              }
                            },
                            "name": "WIDTH"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2409,
                            "end": 2416,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 17
                              },
                              "end": {
                                "line": 71,
                                "column": 24
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2409,
                              "end": 2411,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 17
                                },
                                "end": {
                                  "line": 71,
                                  "column": 19
                                }
                              },
                              "value": 80,
                              "rawValue": 80,
                              "raw": "80"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2414,
                              "end": 2416,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 22
                                },
                                "end": {
                                  "line": 71,
                                  "column": 24
                                }
                              },
                              "name": "PR"
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2418,
                          "end": 2434,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 26
                            },
                            "end": {
                              "line": 71,
                              "column": 42
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2418,
                            "end": 2424,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 26
                              },
                              "end": {
                                "line": 71,
                                "column": 32
                              }
                            },
                            "name": "HEIGHT"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2427,
                            "end": 2434,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 35
                              },
                              "end": {
                                "line": 71,
                                "column": 42
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2427,
                              "end": 2429,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 35
                                },
                                "end": {
                                  "line": 71,
                                  "column": 37
                                }
                              },
                              "value": 48,
                              "rawValue": 48,
                              "raw": "48"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2432,
                              "end": 2434,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 40
                                },
                                "end": {
                                  "line": 71,
                                  "column": 42
                                }
                              },
                              "name": "PR"
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2444,
                          "end": 2459,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 7
                            },
                            "end": {
                              "line": 72,
                              "column": 22
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2444,
                            "end": 2450,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 7
                              },
                              "end": {
                                "line": 72,
                                "column": 13
                              }
                            },
                            "name": "TEXT_X"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2453,
                            "end": 2459,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 16
                              },
                              "end": {
                                "line": 72,
                                "column": 22
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2453,
                              "end": 2454,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 16
                                },
                                "end": {
                                  "line": 72,
                                  "column": 17
                                }
                              },
                              "value": 3,
                              "rawValue": 3,
                              "raw": "3"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2457,
                              "end": 2459,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 20
                                },
                                "end": {
                                  "line": 72,
                                  "column": 22
                                }
                              },
                              "name": "PR"
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2461,
                          "end": 2476,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 24
                            },
                            "end": {
                              "line": 72,
                              "column": 39
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2461,
                            "end": 2467,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 24
                              },
                              "end": {
                                "line": 72,
                                "column": 30
                              }
                            },
                            "name": "TEXT_Y"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2470,
                            "end": 2476,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 33
                              },
                              "end": {
                                "line": 72,
                                "column": 39
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2470,
                              "end": 2471,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 33
                                },
                                "end": {
                                  "line": 72,
                                  "column": 34
                                }
                              },
                              "value": 2,
                              "rawValue": 2,
                              "raw": "2"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2474,
                              "end": 2476,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 37
                                },
                                "end": {
                                  "line": 72,
                                  "column": 39
                                }
                              },
                              "name": "PR"
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2486,
                          "end": 2502,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 7
                            },
                            "end": {
                              "line": 73,
                              "column": 23
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2486,
                            "end": 2493,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 7
                              },
                              "end": {
                                "line": 73,
                                "column": 14
                              }
                            },
                            "name": "GRAPH_X"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2496,
                            "end": 2502,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 17
                              },
                              "end": {
                                "line": 73,
                                "column": 23
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2496,
                              "end": 2497,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 17
                                },
                                "end": {
                                  "line": 73,
                                  "column": 18
                                }
                              },
                              "value": 3,
                              "rawValue": 3,
                              "raw": "3"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2500,
                              "end": 2502,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 21
                                },
                                "end": {
                                  "line": 73,
                                  "column": 23
                                }
                              },
                              "name": "PR"
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2504,
                          "end": 2521,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 25
                            },
                            "end": {
                              "line": 73,
                              "column": 42
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2504,
                            "end": 2511,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 25
                              },
                              "end": {
                                "line": 73,
                                "column": 32
                              }
                            },
                            "name": "GRAPH_Y"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2514,
                            "end": 2521,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 35
                              },
                              "end": {
                                "line": 73,
                                "column": 42
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2514,
                              "end": 2516,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 35
                                },
                                "end": {
                                  "line": 73,
                                  "column": 37
                                }
                              },
                              "value": 15,
                              "rawValue": 15,
                              "raw": "15"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2519,
                              "end": 2521,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 40
                                },
                                "end": {
                                  "line": 73,
                                  "column": 42
                                }
                              },
                              "name": "PR"
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2531,
                          "end": 2552,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 7
                            },
                            "end": {
                              "line": 74,
                              "column": 28
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2531,
                            "end": 2542,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 7
                              },
                              "end": {
                                "line": 74,
                                "column": 18
                              }
                            },
                            "name": "GRAPH_WIDTH"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2545,
                            "end": 2552,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 21
                              },
                              "end": {
                                "line": 74,
                                "column": 28
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2545,
                              "end": 2547,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 21
                                },
                                "end": {
                                  "line": 74,
                                  "column": 23
                                }
                              },
                              "value": 74,
                              "rawValue": 74,
                              "raw": "74"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2550,
                              "end": 2552,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 26
                                },
                                "end": {
                                  "line": 74,
                                  "column": 28
                                }
                              },
                              "name": "PR"
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 2554,
                          "end": 2576,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 30
                            },
                            "end": {
                              "line": 74,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2554,
                            "end": 2566,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 30
                              },
                              "end": {
                                "line": 74,
                                "column": 42
                              }
                            },
                            "name": "GRAPH_HEIGHT"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 2569,
                            "end": 2576,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 45
                              },
                              "end": {
                                "line": 74,
                                "column": 52
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2569,
                              "end": 2571,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 45
                                },
                                "end": {
                                  "line": 74,
                                  "column": 47
                                }
                              },
                              "value": 30,
                              "rawValue": 30,
                              "raw": "30"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2574,
                              "end": 2576,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 50
                                },
                                "end": {
                                  "line": 74,
                                  "column": 52
                                }
                              },
                              "name": "PR"
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2586,
                      "end": 2634,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 5
                        },
                        "end": {
                          "line": 76,
                          "column": 53
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2590,
                          "end": 2633,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 9
                            },
                            "end": {
                              "line": 76,
                              "column": 52
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2590,
                            "end": 2596,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 9
                              },
                              "end": {
                                "line": 76,
                                "column": 15
                              }
                            },
                            "name": "canvas"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 2599,
                            "end": 2633,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 18
                              },
                              "end": {
                                "line": 76,
                                "column": 52
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2599,
                              "end": 2621,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 18
                                },
                                "end": {
                                  "line": 76,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2599,
                                "end": 2607,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 26
                                  }
                                },
                                "name": "document"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2608,
                                "end": 2621,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 40
                                  }
                                },
                                "name": "createElement"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 2623,
                                "end": 2631,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 50
                                  }
                                },
                                "value": "canvas",
                                "rawValue": "canvas",
                                "raw": "'canvas'"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2641,
                      "end": 2662,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 5
                        },
                        "end": {
                          "line": 77,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2641,
                        "end": 2661,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 5
                          },
                          "end": {
                            "line": 77,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2641,
                          "end": 2653,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 5
                            },
                            "end": {
                              "line": 77,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2641,
                            "end": 2647,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 5
                              },
                              "end": {
                                "line": 77,
                                "column": 11
                              }
                            },
                            "name": "canvas"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2648,
                            "end": 2653,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 12
                              },
                              "end": {
                                "line": 77,
                                "column": 17
                              }
                            },
                            "name": "width"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2656,
                          "end": 2661,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 20
                            },
                            "end": {
                              "line": 77,
                              "column": 25
                            }
                          },
                          "name": "WIDTH"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2669,
                      "end": 2692,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 5
                        },
                        "end": {
                          "line": 78,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2669,
                        "end": 2691,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 5
                          },
                          "end": {
                            "line": 78,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2669,
                          "end": 2682,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 5
                            },
                            "end": {
                              "line": 78,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2669,
                            "end": 2675,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 5
                              },
                              "end": {
                                "line": 78,
                                "column": 11
                              }
                            },
                            "name": "canvas"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2676,
                            "end": 2682,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 12
                              },
                              "end": {
                                "line": 78,
                                "column": 18
                              }
                            },
                            "name": "height"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2685,
                          "end": 2691,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 21
                            },
                            "end": {
                              "line": 78,
                              "column": 27
                            }
                          },
                          "name": "HEIGHT"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2699,
                      "end": 2747,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 5
                        },
                        "end": {
                          "line": 79,
                          "column": 53
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2699,
                        "end": 2746,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 5
                          },
                          "end": {
                            "line": 79,
                            "column": 52
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2699,
                          "end": 2719,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 5
                            },
                            "end": {
                              "line": 79,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2699,
                            "end": 2711,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 5
                              },
                              "end": {
                                "line": 79,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2699,
                              "end": 2705,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 5
                                },
                                "end": {
                                  "line": 79,
                                  "column": 11
                                }
                              },
                              "name": "canvas"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2706,
                              "end": 2711,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 12
                                },
                                "end": {
                                  "line": 79,
                                  "column": 17
                                }
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2712,
                            "end": 2719,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 18
                              },
                              "end": {
                                "line": 79,
                                "column": 25
                              }
                            },
                            "name": "cssText"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2722,
                          "end": 2746,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 28
                            },
                            "end": {
                              "line": 79,
                              "column": 52
                            }
                          },
                          "value": "width:80px;height:48px",
                          "rawValue": "width:80px;height:48px",
                          "raw": "'width:80px;height:48px'"
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2756,
                      "end": 2796,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 5
                        },
                        "end": {
                          "line": 81,
                          "column": 45
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2760,
                          "end": 2795,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 9
                            },
                            "end": {
                              "line": 81,
                              "column": 44
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2760,
                            "end": 2767,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 9
                              },
                              "end": {
                                "line": 81,
                                "column": 16
                              }
                            },
                            "name": "context"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 2770,
                            "end": 2795,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 19
                              },
                              "end": {
                                "line": 81,
                                "column": 44
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2770,
                              "end": 2787,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 19
                                },
                                "end": {
                                  "line": 81,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2770,
                                "end": 2776,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 25
                                  }
                                },
                                "name": "canvas"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2777,
                                "end": 2787,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 36
                                  }
                                },
                                "name": "getContext"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 2789,
                                "end": 2793,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 42
                                  }
                                },
                                "value": "2d",
                                "rawValue": "2d",
                                "raw": "'2d'"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2803,
                      "end": 2847,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 5
                        },
                        "end": {
                          "line": 82,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2803,
                        "end": 2846,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 5
                          },
                          "end": {
                            "line": 82,
                            "column": 48
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2803,
                          "end": 2815,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 5
                            },
                            "end": {
                              "line": 82,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2803,
                            "end": 2810,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 5
                              },
                              "end": {
                                "line": 82,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2811,
                            "end": 2815,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 13
                              },
                              "end": {
                                "line": 82,
                                "column": 17
                              }
                            },
                            "name": "font"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "BinaryExpression",
                          "start": 2818,
                          "end": 2846,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 20
                            },
                            "end": {
                              "line": 82,
                              "column": 48
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 2820,
                            "end": 2827,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 22
                              },
                              "end": {
                                "line": 82,
                                "column": 29
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 2820,
                              "end": 2822,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 22
                                },
                                "end": {
                                  "line": 82,
                                  "column": 24
                                }
                              },
                              "value": 10,
                              "rawValue": 10,
                              "raw": "10"
                            },
                            "operator": "*",
                            "right": {
                              "type": "Identifier",
                              "start": 2825,
                              "end": 2827,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 27
                                },
                                "end": {
                                  "line": 82,
                                  "column": 29
                                }
                              },
                              "name": "PR"
                            },
                            "parenthesizedExpression": true
                          },
                          "operator": "+",
                          "right": {
                            "type": "Literal",
                            "start": 2832,
                            "end": 2846,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 34
                              },
                              "end": {
                                "line": 82,
                                "column": 48
                              }
                            },
                            "value": "px monospace",
                            "rawValue": "px monospace",
                            "raw": "'px monospace'"
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2854,
                      "end": 2883,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 5
                        },
                        "end": {
                          "line": 83,
                          "column": 34
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2854,
                        "end": 2882,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 5
                          },
                          "end": {
                            "line": 83,
                            "column": 33
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2854,
                          "end": 2874,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 5
                            },
                            "end": {
                              "line": 83,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2854,
                            "end": 2861,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 5
                              },
                              "end": {
                                "line": 83,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2862,
                            "end": 2874,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 13
                              },
                              "end": {
                                "line": 83,
                                "column": 25
                              }
                            },
                            "name": "textBaseline"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2877,
                          "end": 2882,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 28
                            },
                            "end": {
                              "line": 83,
                              "column": 33
                            }
                          },
                          "value": "top",
                          "rawValue": "top",
                          "raw": "'top'"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2892,
                      "end": 2915,
                      "loc": {
                        "start": {
                          "line": 85,
                          "column": 5
                        },
                        "end": {
                          "line": 85,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2892,
                        "end": 2914,
                        "loc": {
                          "start": {
                            "line": 85,
                            "column": 5
                          },
                          "end": {
                            "line": 85,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2892,
                          "end": 2909,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 5
                            },
                            "end": {
                              "line": 85,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2892,
                            "end": 2899,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 5
                              },
                              "end": {
                                "line": 85,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2900,
                            "end": 2909,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 13
                              },
                              "end": {
                                "line": 85,
                                "column": 22
                              }
                            },
                            "name": "fillStyle"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2912,
                          "end": 2914,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 25
                            },
                            "end": {
                              "line": 85,
                              "column": 27
                            }
                          },
                          "name": "bg"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2922,
                      "end": 2962,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 5
                        },
                        "end": {
                          "line": 86,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2922,
                        "end": 2961,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 5
                          },
                          "end": {
                            "line": 86,
                            "column": 44
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2922,
                          "end": 2938,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 5
                            },
                            "end": {
                              "line": 86,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2922,
                            "end": 2929,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 5
                              },
                              "end": {
                                "line": 86,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2930,
                            "end": 2938,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 13
                              },
                              "end": {
                                "line": 86,
                                "column": 21
                              }
                            },
                            "name": "fillRect"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2940,
                            "end": 2941,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 23
                              },
                              "end": {
                                "line": 86,
                                "column": 24
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          },
                          {
                            "type": "Literal",
                            "start": 2943,
                            "end": 2944,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 26
                              },
                              "end": {
                                "line": 86,
                                "column": 27
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          },
                          {
                            "type": "Identifier",
                            "start": 2946,
                            "end": 2951,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 29
                              },
                              "end": {
                                "line": 86,
                                "column": 34
                              }
                            },
                            "name": "WIDTH"
                          },
                          {
                            "type": "Identifier",
                            "start": 2953,
                            "end": 2959,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 36
                              },
                              "end": {
                                "line": 86,
                                "column": 42
                              }
                            },
                            "name": "HEIGHT"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2971,
                      "end": 2994,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 5
                        },
                        "end": {
                          "line": 88,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2971,
                        "end": 2993,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 5
                          },
                          "end": {
                            "line": 88,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2971,
                          "end": 2988,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 5
                            },
                            "end": {
                              "line": 88,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2971,
                            "end": 2978,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 5
                              },
                              "end": {
                                "line": 88,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2979,
                            "end": 2988,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 13
                              },
                              "end": {
                                "line": 88,
                                "column": 22
                              }
                            },
                            "name": "fillStyle"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2991,
                          "end": 2993,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 25
                            },
                            "end": {
                              "line": 88,
                              "column": 27
                            }
                          },
                          "name": "fg"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3001,
                      "end": 3042,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 5
                        },
                        "end": {
                          "line": 89,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3001,
                        "end": 3041,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 5
                          },
                          "end": {
                            "line": 89,
                            "column": 45
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3001,
                          "end": 3017,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 5
                            },
                            "end": {
                              "line": 89,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3001,
                            "end": 3008,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 5
                              },
                              "end": {
                                "line": 89,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3009,
                            "end": 3017,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 13
                              },
                              "end": {
                                "line": 89,
                                "column": 21
                              }
                            },
                            "name": "fillText"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3019,
                            "end": 3023,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 23
                              },
                              "end": {
                                "line": 89,
                                "column": 27
                              }
                            },
                            "name": "name"
                          },
                          {
                            "type": "Identifier",
                            "start": 3025,
                            "end": 3031,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 29
                              },
                              "end": {
                                "line": 89,
                                "column": 35
                              }
                            },
                            "name": "TEXT_X"
                          },
                          {
                            "type": "Identifier",
                            "start": 3033,
                            "end": 3039,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 37
                              },
                              "end": {
                                "line": 89,
                                "column": 43
                              }
                            },
                            "name": "TEXT_Y"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3049,
                      "end": 3113,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 5
                        },
                        "end": {
                          "line": 90,
                          "column": 69
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3049,
                        "end": 3112,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 5
                          },
                          "end": {
                            "line": 90,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3049,
                          "end": 3065,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 5
                            },
                            "end": {
                              "line": 90,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3049,
                            "end": 3056,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 5
                              },
                              "end": {
                                "line": 90,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3057,
                            "end": 3065,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 13
                              },
                              "end": {
                                "line": 90,
                                "column": 21
                              }
                            },
                            "name": "fillRect"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3067,
                            "end": 3074,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 23
                              },
                              "end": {
                                "line": 90,
                                "column": 30
                              }
                            },
                            "name": "GRAPH_X"
                          },
                          {
                            "type": "Identifier",
                            "start": 3076,
                            "end": 3083,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 32
                              },
                              "end": {
                                "line": 90,
                                "column": 39
                              }
                            },
                            "name": "GRAPH_Y"
                          },
                          {
                            "type": "Identifier",
                            "start": 3085,
                            "end": 3096,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 41
                              },
                              "end": {
                                "line": 90,
                                "column": 52
                              }
                            },
                            "name": "GRAPH_WIDTH"
                          },
                          {
                            "type": "Identifier",
                            "start": 3098,
                            "end": 3110,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 54
                              },
                              "end": {
                                "line": 90,
                                "column": 66
                              }
                            },
                            "name": "GRAPH_HEIGHT"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3122,
                      "end": 3145,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 5
                        },
                        "end": {
                          "line": 92,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3122,
                        "end": 3144,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 5
                          },
                          "end": {
                            "line": 92,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3122,
                          "end": 3139,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 5
                            },
                            "end": {
                              "line": 92,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3122,
                            "end": 3129,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 5
                              },
                              "end": {
                                "line": 92,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3130,
                            "end": 3139,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 13
                              },
                              "end": {
                                "line": 92,
                                "column": 22
                              }
                            },
                            "name": "fillStyle"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 3142,
                          "end": 3144,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 25
                            },
                            "end": {
                              "line": 92,
                              "column": 27
                            }
                          },
                          "name": "bg"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3152,
                      "end": 3178,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 5
                        },
                        "end": {
                          "line": 93,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 3152,
                        "end": 3177,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 5
                          },
                          "end": {
                            "line": 93,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 3152,
                          "end": 3171,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 5
                            },
                            "end": {
                              "line": 93,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3152,
                            "end": 3159,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 5
                              },
                              "end": {
                                "line": 93,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3160,
                            "end": 3171,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 13
                              },
                              "end": {
                                "line": 93,
                                "column": 24
                              }
                            },
                            "name": "globalAlpha"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 3174,
                          "end": 3177,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 27
                            },
                            "end": {
                              "line": 93,
                              "column": 30
                            }
                          },
                          "value": 0.9,
                          "rawValue": 0.9,
                          "raw": "0.9"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3185,
                      "end": 3249,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 5
                        },
                        "end": {
                          "line": 94,
                          "column": 69
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3185,
                        "end": 3248,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 5
                          },
                          "end": {
                            "line": 94,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3185,
                          "end": 3201,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 5
                            },
                            "end": {
                              "line": 94,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3185,
                            "end": 3192,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 5
                              },
                              "end": {
                                "line": 94,
                                "column": 12
                              }
                            },
                            "name": "context"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3193,
                            "end": 3201,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 13
                              },
                              "end": {
                                "line": 94,
                                "column": 21
                              }
                            },
                            "name": "fillRect"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 3203,
                            "end": 3210,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 23
                              },
                              "end": {
                                "line": 94,
                                "column": 30
                              }
                            },
                            "name": "GRAPH_X"
                          },
                          {
                            "type": "Identifier",
                            "start": 3212,
                            "end": 3219,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 32
                              },
                              "end": {
                                "line": 94,
                                "column": 39
                              }
                            },
                            "name": "GRAPH_Y"
                          },
                          {
                            "type": "Identifier",
                            "start": 3221,
                            "end": 3232,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 41
                              },
                              "end": {
                                "line": 94,
                                "column": 52
                              }
                            },
                            "name": "GRAPH_WIDTH"
                          },
                          {
                            "type": "Identifier",
                            "start": 3234,
                            "end": 3246,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 54
                              },
                              "end": {
                                "line": 94,
                                "column": 66
                              }
                            },
                            "name": "GRAPH_HEIGHT"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3258,
                      "end": 4114,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 5
                        },
                        "end": {
                          "line": 114,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "ObjectExpression",
                        "start": 3265,
                        "end": 4113,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 12
                          },
                          "end": {
                            "line": 114,
                            "column": 6
                          }
                        },
                        "properties": [
                          {
                            "type": "Property",
                            "start": 3274,
                            "end": 3285,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 6
                              },
                              "end": {
                                "line": 97,
                                "column": 17
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 3274,
                              "end": 3277,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 6
                                },
                                "end": {
                                  "line": 97,
                                  "column": 9
                                }
                              },
                              "name": "dom"
                            },
                            "value": {
                              "type": "Identifier",
                              "start": 3279,
                              "end": 3285,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 11
                                },
                                "end": {
                                  "line": 97,
                                  "column": 17
                                }
                              },
                              "name": "canvas"
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 3296,
                            "end": 4105,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 6
                              },
                              "end": {
                                "line": 113,
                                "column": 7
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 3296,
                              "end": 3302,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 6
                                },
                                "end": {
                                  "line": 99,
                                  "column": 12
                                }
                              },
                              "name": "update"
                            },
                            "value": {
                              "type": "FunctionExpression",
                              "start": 3304,
                              "end": 4105,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 14
                                },
                                "end": {
                                  "line": 113,
                                  "column": 7
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 3315,
                                  "end": 3320,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 30
                                    }
                                  },
                                  "name": "value"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 3322,
                                  "end": 3330,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 40
                                    }
                                  },
                                  "name": "maxValue"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 3333,
                                "end": 4105,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 7
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3343,
                                    "end": 3372,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 36
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3343,
                                      "end": 3371,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 35
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3343,
                                        "end": 3346,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 10
                                          }
                                        },
                                        "name": "min"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 3349,
                                        "end": 3371,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 35
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3349,
                                          "end": 3357,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 21
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3349,
                                            "end": 3353,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 17
                                              }
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3354,
                                            "end": 3357,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 21
                                              }
                                            },
                                            "name": "min"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 3359,
                                            "end": 3362,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 26
                                              }
                                            },
                                            "name": "min"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3364,
                                            "end": 3369,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 33
                                              }
                                            },
                                            "name": "value"
                                          }
                                        ]
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3381,
                                    "end": 3410,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 36
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3381,
                                      "end": 3409,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 35
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3381,
                                        "end": 3384,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 10
                                          }
                                        },
                                        "name": "max"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 3387,
                                        "end": 3409,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 35
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3387,
                                          "end": 3395,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 21
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3387,
                                            "end": 3391,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 17
                                              }
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3392,
                                            "end": 3395,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 21
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 3397,
                                            "end": 3400,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 26
                                              }
                                            },
                                            "name": "max"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 3402,
                                            "end": 3407,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 33
                                              }
                                            },
                                            "name": "value"
                                          }
                                        ]
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3421,
                                    "end": 3444,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 30
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3421,
                                      "end": 3443,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 29
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3421,
                                        "end": 3438,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3421,
                                          "end": 3428,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3429,
                                          "end": 3438,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 24
                                            }
                                          },
                                          "name": "fillStyle"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 3441,
                                        "end": 3443,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 29
                                          }
                                        },
                                        "name": "bg"
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3453,
                                    "end": 3477,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 31
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3453,
                                      "end": 3476,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 30
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3453,
                                        "end": 3472,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3453,
                                          "end": 3460,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3461,
                                          "end": 3472,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 26
                                            }
                                          },
                                          "name": "globalAlpha"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "start": 3475,
                                        "end": 3476,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 30
                                          }
                                        },
                                        "value": 1,
                                        "rawValue": 1,
                                        "raw": "1"
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3486,
                                    "end": 3527,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 48
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 3486,
                                      "end": 3526,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 47
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3486,
                                        "end": 3502,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3486,
                                          "end": 3493,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3494,
                                          "end": 3502,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 23
                                            }
                                          },
                                          "name": "fillRect"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 3504,
                                          "end": 3505,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 26
                                            }
                                          },
                                          "value": 0,
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        {
                                          "type": "Literal",
                                          "start": 3507,
                                          "end": 3508,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 29
                                            }
                                          },
                                          "value": 0,
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3510,
                                          "end": 3515,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 36
                                            }
                                          },
                                          "name": "WIDTH"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3517,
                                          "end": 3524,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 45
                                            }
                                          },
                                          "name": "GRAPH_Y"
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3536,
                                    "end": 3559,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 30
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3536,
                                      "end": 3558,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 29
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3536,
                                        "end": 3553,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3536,
                                          "end": 3543,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3544,
                                          "end": 3553,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 24
                                            }
                                          },
                                          "name": "fillStyle"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 3556,
                                        "end": 3558,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 29
                                          }
                                        },
                                        "name": "fg"
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3568,
                                    "end": 3681,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 120
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 3568,
                                      "end": 3680,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 119
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3568,
                                        "end": 3584,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3568,
                                          "end": 3575,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3576,
                                          "end": 3584,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 23
                                            }
                                          },
                                          "name": "fillText"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 3586,
                                          "end": 3662,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 101
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 3586,
                                            "end": 3656,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 95
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 3586,
                                              "end": 3641,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 80
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 3586,
                                                "end": 3635,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 74
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 3586,
                                                  "end": 3620,
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 59
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "BinaryExpression",
                                                    "start": 3586,
                                                    "end": 3613,
                                                    "loc": {
                                                      "start": {
                                                        "line": 107,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 107,
                                                        "column": 52
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 3586,
                                                      "end": 3606,
                                                      "loc": {
                                                        "start": {
                                                          "line": 107,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 45
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "start": 3586,
                                                        "end": 3600,
                                                        "loc": {
                                                          "start": {
                                                            "line": 107,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 107,
                                                            "column": 39
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "start": 3586,
                                                          "end": 3591,
                                                          "loc": {
                                                            "start": {
                                                              "line": 107,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 107,
                                                              "column": 30
                                                            }
                                                          },
                                                          "name": "round"
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3593,
                                                            "end": 3598,
                                                            "loc": {
                                                              "start": {
                                                                "line": 107,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 107,
                                                                "column": 37
                                                              }
                                                            },
                                                            "name": "value"
                                                          }
                                                        ]
                                                      },
                                                      "operator": "+",
                                                      "right": {
                                                        "type": "Literal",
                                                        "start": 3603,
                                                        "end": 3606,
                                                        "loc": {
                                                          "start": {
                                                            "line": 107,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 107,
                                                            "column": 45
                                                          }
                                                        },
                                                        "value": " ",
                                                        "rawValue": " ",
                                                        "raw": "' '"
                                                      }
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "Identifier",
                                                      "start": 3609,
                                                      "end": 3613,
                                                      "loc": {
                                                        "start": {
                                                          "line": 107,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 52
                                                        }
                                                      },
                                                      "name": "name"
                                                    }
                                                  },
                                                  "operator": "+",
                                                  "right": {
                                                    "type": "Literal",
                                                    "start": 3616,
                                                    "end": 3620,
                                                    "loc": {
                                                      "start": {
                                                        "line": 107,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 107,
                                                        "column": 59
                                                      }
                                                    },
                                                    "value": " (",
                                                    "rawValue": " (",
                                                    "raw": "' ('"
                                                  }
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 3623,
                                                  "end": 3635,
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 74
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 3623,
                                                    "end": 3628,
                                                    "loc": {
                                                      "start": {
                                                        "line": 107,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 107,
                                                        "column": 67
                                                      }
                                                    },
                                                    "name": "round"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 3630,
                                                      "end": 3633,
                                                      "loc": {
                                                        "start": {
                                                          "line": 107,
                                                          "column": 69
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "min"
                                                    }
                                                  ]
                                                }
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Literal",
                                                "start": 3638,
                                                "end": 3641,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 80
                                                  }
                                                },
                                                "value": "-",
                                                "rawValue": "-",
                                                "raw": "'-'"
                                              }
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 3644,
                                              "end": 3656,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 95
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 3644,
                                                "end": 3649,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 83
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 88
                                                  }
                                                },
                                                "name": "round"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3651,
                                                  "end": 3654,
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 90
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 93
                                                    }
                                                  },
                                                  "name": "max"
                                                }
                                              ]
                                            }
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Literal",
                                            "start": 3659,
                                            "end": 3662,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 98
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 101
                                              }
                                            },
                                            "value": ")",
                                            "rawValue": ")",
                                            "raw": "')'"
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3664,
                                          "end": 3670,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 103
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 109
                                            }
                                          },
                                          "name": "TEXT_X"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3672,
                                          "end": 3678,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 111
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 117
                                            }
                                          },
                                          "name": "TEXT_Y"
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3690,
                                    "end": 3823,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 140
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 3690,
                                      "end": 3822,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 139
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3690,
                                        "end": 3707,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3690,
                                          "end": 3697,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3698,
                                          "end": 3707,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 24
                                            }
                                          },
                                          "name": "drawImage"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 3709,
                                          "end": 3715,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 32
                                            }
                                          },
                                          "name": "canvas"
                                        },
                                        {
                                          "type": "BinaryExpression",
                                          "start": 3717,
                                          "end": 3729,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 46
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 3717,
                                            "end": 3724,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 41
                                              }
                                            },
                                            "name": "GRAPH_X"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3727,
                                            "end": 3729,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 46
                                              }
                                            },
                                            "name": "PR"
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3731,
                                          "end": 3738,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 55
                                            }
                                          },
                                          "name": "GRAPH_Y"
                                        },
                                        {
                                          "type": "BinaryExpression",
                                          "start": 3740,
                                          "end": 3756,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 73
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 3740,
                                            "end": 3751,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 68
                                              }
                                            },
                                            "name": "GRAPH_WIDTH"
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3754,
                                            "end": 3756,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 73
                                              }
                                            },
                                            "name": "PR"
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3758,
                                          "end": 3770,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 75
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 87
                                            }
                                          },
                                          "name": "GRAPH_HEIGHT"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3772,
                                          "end": 3779,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 96
                                            }
                                          },
                                          "name": "GRAPH_X"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3781,
                                          "end": 3788,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 98
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 105
                                            }
                                          },
                                          "name": "GRAPH_Y"
                                        },
                                        {
                                          "type": "BinaryExpression",
                                          "start": 3790,
                                          "end": 3806,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 107
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 123
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 3790,
                                            "end": 3801,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 118
                                              }
                                            },
                                            "name": "GRAPH_WIDTH"
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3804,
                                            "end": 3806,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 121
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 123
                                              }
                                            },
                                            "name": "PR"
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3808,
                                          "end": 3820,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 125
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 137
                                            }
                                          },
                                          "name": "GRAPH_HEIGHT"
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3832,
                                    "end": 3906,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 81
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 3832,
                                      "end": 3905,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 80
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3832,
                                        "end": 3848,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3832,
                                          "end": 3839,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3840,
                                          "end": 3848,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 23
                                            }
                                          },
                                          "name": "fillRect"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 3850,
                                          "end": 3876,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 51
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 3850,
                                            "end": 3871,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 46
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 3850,
                                              "end": 3857,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 32
                                                }
                                              },
                                              "name": "GRAPH_X"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 3860,
                                              "end": 3871,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 46
                                                }
                                              },
                                              "name": "GRAPH_WIDTH"
                                            }
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3874,
                                            "end": 3876,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 51
                                              }
                                            },
                                            "name": "PR"
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3878,
                                          "end": 3885,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 60
                                            }
                                          },
                                          "name": "GRAPH_Y"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3887,
                                          "end": 3889,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 64
                                            }
                                          },
                                          "name": "PR"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 3891,
                                          "end": 3903,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 78
                                            }
                                          },
                                          "name": "GRAPH_HEIGHT"
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3915,
                                    "end": 3938,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 30
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3915,
                                      "end": 3937,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 29
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3915,
                                        "end": 3932,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3915,
                                          "end": 3922,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3923,
                                          "end": 3932,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 24
                                            }
                                          },
                                          "name": "fillStyle"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 3935,
                                        "end": 3937,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 29
                                          }
                                        },
                                        "name": "bg"
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3947,
                                    "end": 3973,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 33
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 3947,
                                      "end": 3972,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 32
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3947,
                                        "end": 3966,
                                        "loc": {
                                          "start": {
                                            "line": 111,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3947,
                                          "end": 3954,
                                          "loc": {
                                            "start": {
                                              "line": 111,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 111,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3955,
                                          "end": 3966,
                                          "loc": {
                                            "start": {
                                              "line": 111,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 111,
                                              "column": 26
                                            }
                                          },
                                          "name": "globalAlpha"
                                        },
                                        "computed": false
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "start": 3969,
                                        "end": 3972,
                                        "loc": {
                                          "start": {
                                            "line": 111,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 32
                                          }
                                        },
                                        "value": 0.9,
                                        "rawValue": 0.9,
                                        "raw": "0.9"
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 3982,
                                    "end": 4096,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 121
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 3982,
                                      "end": 4095,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 7
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 120
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3982,
                                        "end": 3998,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 7
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3982,
                                          "end": 3989,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 7
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 14
                                            }
                                          },
                                          "name": "context"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3990,
                                          "end": 3998,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 23
                                            }
                                          },
                                          "name": "fillRect"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 4000,
                                          "end": 4026,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 51
                                            }
                                          },
                                          "left": {
                                            "type": "BinaryExpression",
                                            "start": 4000,
                                            "end": 4021,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 46
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 4000,
                                              "end": 4007,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 32
                                                }
                                              },
                                              "name": "GRAPH_X"
                                            },
                                            "operator": "+",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 4010,
                                              "end": 4021,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 46
                                                }
                                              },
                                              "name": "GRAPH_WIDTH"
                                            }
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 4024,
                                            "end": 4026,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 51
                                              }
                                            },
                                            "name": "PR"
                                          }
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 4028,
                                          "end": 4035,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 60
                                            }
                                          },
                                          "name": "GRAPH_Y"
                                        },
                                        {
                                          "type": "Identifier",
                                          "start": 4037,
                                          "end": 4039,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 64
                                            }
                                          },
                                          "name": "PR"
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 4041,
                                          "end": 4093,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 118
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 4041,
                                            "end": 4046,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 71
                                              }
                                            },
                                            "name": "round"
                                          },
                                          "arguments": [
                                            {
                                              "type": "BinaryExpression",
                                              "start": 4048,
                                              "end": 4091,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 73
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 116
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 4050,
                                                "end": 4074,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 75
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 99
                                                  }
                                                },
                                                "left": {
                                                  "type": "Literal",
                                                  "start": 4050,
                                                  "end": 4051,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 76
                                                    }
                                                  },
                                                  "value": 1,
                                                  "rawValue": 1,
                                                  "raw": "1"
                                                },
                                                "operator": "-",
                                                "right": {
                                                  "type": "BinaryExpression",
                                                  "start": 4056,
                                                  "end": 4072,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 97
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 4056,
                                                    "end": 4061,
                                                    "loc": {
                                                      "start": {
                                                        "line": 112,
                                                        "column": 81
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 86
                                                      }
                                                    },
                                                    "name": "value"
                                                  },
                                                  "operator": "/",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 4064,
                                                    "end": 4072,
                                                    "loc": {
                                                      "start": {
                                                        "line": 112,
                                                        "column": 89
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 97
                                                      }
                                                    },
                                                    "name": "maxValue"
                                                  },
                                                  "parenthesizedExpression": true
                                                },
                                                "parenthesizedExpression": true
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 4079,
                                                "end": 4091,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 104
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 116
                                                  }
                                                },
                                                "name": "GRAPH_HEIGHT"
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            },
                            "kind": "init"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}