{
  "type": "Program",
  "start": 0,
  "end": 936,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 47,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "Identifier",
      "start": 0,
      "end": 900,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 44,
          "column": 4
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 4,
          "end": 899,
          "loc": {
            "start": {
              "line": 1,
              "column": 4
            },
            "end": {
              "line": 44,
              "column": 3
            }
          },
          "id": {
            "type": "Identifier",
            "start": 4,
            "end": 21,
            "loc": {
              "start": {
                "line": 1,
                "column": 4
              },
              "end": {
                "line": 1,
                "column": 21
              }
            },
            "name": "getScrollbarWidth"
          },
          "init": {
            "type": "CallExpression",
            "start": 24,
            "end": 899,
            "loc": {
              "start": {
                "line": 1,
                "column": 24
              },
              "end": {
                "line": 44,
                "column": 3
              }
            },
            "callee": {
              "type": "FunctionExpression",
              "start": 24,
              "end": 897,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 24
                },
                "end": {
                  "line": 44,
                  "column": 1
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 34,
                "end": 897,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 34
                  },
                  "end": {
                    "line": 44,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 38,
                    "end": 90,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 2
                      },
                      "end": {
                        "line": 2,
                        "column": 54
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 42,
                        "end": 89,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 6
                          },
                          "end": {
                            "line": 2,
                            "column": 53
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 42,
                          "end": 46,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 6
                            },
                            "end": {
                              "line": 2,
                              "column": 10
                            }
                          },
                          "name": "html"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 49,
                          "end": 89,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 13
                            },
                            "end": {
                              "line": 2,
                              "column": 53
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 49,
                            "end": 86,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 13
                              },
                              "end": {
                                "line": 2,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 49,
                              "end": 78,
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 13
                                },
                                "end": {
                                  "line": 2,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 49,
                                "end": 57,
                                "loc": {
                                  "start": {
                                    "line": 2,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 2,
                                    "column": 21
                                  }
                                },
                                "name": "document"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 58,
                                "end": 78,
                                "loc": {
                                  "start": {
                                    "line": 2,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 2,
                                    "column": 42
                                  }
                                },
                                "name": "getElementsByTagName"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 79,
                                "end": 85,
                                "loc": {
                                  "start": {
                                    "line": 2,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 2,
                                    "column": 49
                                  }
                                },
                                "value": "html",
                                "rawValue": "html",
                                "raw": "\"html\""
                              }
                            ]
                          },
                          "property": {
                            "type": "Literal",
                            "start": 87,
                            "end": 88,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 51
                              },
                              "end": {
                                "line": 2,
                                "column": 52
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "computed": true
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 93,
                    "end": 118,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 2
                      },
                      "end": {
                        "line": 3,
                        "column": 27
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 97,
                        "end": 117,
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 6
                          },
                          "end": {
                            "line": 3,
                            "column": 26
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 97,
                          "end": 101,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 6
                            },
                            "end": {
                              "line": 3,
                              "column": 10
                            }
                          },
                          "name": "body"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 104,
                          "end": 117,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 13
                            },
                            "end": {
                              "line": 3,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 104,
                            "end": 112,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 13
                              },
                              "end": {
                                "line": 3,
                                "column": 21
                              }
                            },
                            "name": "document"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 113,
                            "end": 117,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 22
                              },
                              "end": {
                                "line": 3,
                                "column": 26
                              }
                            },
                            "name": "body"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 122,
                    "end": 156,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 2
                      },
                      "end": {
                        "line": 5,
                        "column": 36
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 126,
                        "end": 155,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 6
                          },
                          "end": {
                            "line": 5,
                            "column": 35
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 126,
                          "end": 136,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 6
                            },
                            "end": {
                              "line": 5,
                              "column": 16
                            }
                          },
                          "name": "withScroll"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 139,
                          "end": 155,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 19
                            },
                            "end": {
                              "line": 5,
                              "column": 35
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 139,
                            "end": 143,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 19
                              },
                              "end": {
                                "line": 5,
                                "column": 23
                              }
                            },
                            "name": "body"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 144,
                            "end": 155,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 24
                              },
                              "end": {
                                "line": 5,
                                "column": 35
                              }
                            },
                            "name": "offsetWidth"
                          },
                          "computed": false
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 159,
                    "end": 175,
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 2
                      },
                      "end": {
                        "line": 6,
                        "column": 18
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 163,
                        "end": 174,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 6
                          },
                          "end": {
                            "line": 6,
                            "column": 17
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 163,
                          "end": 174,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 6
                            },
                            "end": {
                              "line": 6,
                              "column": 17
                            }
                          },
                          "name": "scrollWidth"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 179,
                    "end": 574,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 2
                      },
                      "end": {
                        "line": 26,
                        "column": 4
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 183,
                        "end": 573,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 6
                          },
                          "end": {
                            "line": 26,
                            "column": 3
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 183,
                          "end": 191,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 6
                            },
                            "end": {
                              "line": 8,
                              "column": 14
                            }
                          },
                          "name": "getWidth"
                        },
                        "init": {
                          "type": "FunctionExpression",
                          "start": 194,
                          "end": 573,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 17
                            },
                            "end": {
                              "line": 26,
                              "column": 3
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 204,
                            "end": 573,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 27
                              },
                              "end": {
                                "line": 26,
                                "column": 3
                              }
                            },
                            "body": [
                              {
                                "type": "ReturnStatement",
                                "start": 210,
                                "end": 569,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 7
                                  }
                                },
                                "argument": {
                                  "type": "NewExpression",
                                  "start": 217,
                                  "end": 568,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 6
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 221,
                                    "end": 228,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 22
                                      }
                                    },
                                    "name": "Promise"
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 229,
                                      "end": 567,
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 5
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 230,
                                          "end": 237,
                                          "loc": {
                                            "start": {
                                              "line": 9,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 9,
                                              "column": 31
                                            }
                                          },
                                          "name": "resolve"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 242,
                                        "end": 567,
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 5
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 250,
                                            "end": 322,
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 12
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 250,
                                              "end": 321,
                                              "loc": {
                                                "start": {
                                                  "line": 10,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 11
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 250,
                                                "end": 260,
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 10,
                                                    "column": 16
                                                  }
                                                },
                                                "name": "setTimeout"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 261,
                                                  "end": 317,
                                                  "loc": {
                                                    "start": {
                                                      "line": 10,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 12,
                                                      "column": 7
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 267,
                                                    "end": 317,
                                                    "loc": {
                                                      "start": {
                                                        "line": 10,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 7
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 277,
                                                        "end": 309,
                                                        "loc": {
                                                          "start": {
                                                            "line": 11,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 11,
                                                            "column": 40
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 277,
                                                          "end": 308,
                                                          "loc": {
                                                            "start": {
                                                              "line": 11,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 11,
                                                              "column": 39
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 277,
                                                            "end": 297,
                                                            "loc": {
                                                              "start": {
                                                                "line": 11,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 11,
                                                                "column": 28
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 277,
                                                              "end": 287,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 11,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 11,
                                                                  "column": 18
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 277,
                                                                "end": 281,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 11,
                                                                    "column": 8
                                                                  },
                                                                  "end": {
                                                                    "line": 11,
                                                                    "column": 12
                                                                  }
                                                                },
                                                                "name": "html"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 282,
                                                                "end": 287,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 11,
                                                                    "column": 13
                                                                  },
                                                                  "end": {
                                                                    "line": 11,
                                                                    "column": 18
                                                                  }
                                                                },
                                                                "name": "style"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 288,
                                                              "end": 297,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 11,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 11,
                                                                  "column": 28
                                                                }
                                                              },
                                                              "name": "overflowY"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "Literal",
                                                            "start": 300,
                                                            "end": 308,
                                                            "loc": {
                                                              "start": {
                                                                "line": 11,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 11,
                                                                "column": 39
                                                              }
                                                            },
                                                            "value": "scroll",
                                                            "rawValue": "scroll",
                                                            "raw": "\"scroll\""
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "start": 319,
                                                  "end": 320,
                                                  "loc": {
                                                    "start": {
                                                      "line": 12,
                                                      "column": 9
                                                    },
                                                    "end": {
                                                      "line": 12,
                                                      "column": 10
                                                    }
                                                  },
                                                  "value": 1,
                                                  "rawValue": 1,
                                                  "raw": "1"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 330,
                                            "end": 487,
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 12
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 330,
                                              "end": 486,
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 11
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 330,
                                                "end": 340,
                                                "loc": {
                                                  "start": {
                                                    "line": 14,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 14,
                                                    "column": 16
                                                  }
                                                },
                                                "name": "setTimeout"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 341,
                                                  "end": 482,
                                                  "loc": {
                                                    "start": {
                                                      "line": 14,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 7
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 347,
                                                    "end": 482,
                                                    "loc": {
                                                      "start": {
                                                        "line": 14,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 7
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 357,
                                                        "end": 389,
                                                        "loc": {
                                                          "start": {
                                                            "line": 15,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 15,
                                                            "column": 40
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 357,
                                                          "end": 388,
                                                          "loc": {
                                                            "start": {
                                                              "line": 15,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 15,
                                                              "column": 39
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 357,
                                                            "end": 377,
                                                            "loc": {
                                                              "start": {
                                                                "line": 15,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 15,
                                                                "column": 28
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 357,
                                                              "end": 367,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 15,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 15,
                                                                  "column": 18
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 357,
                                                                "end": 361,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 15,
                                                                    "column": 8
                                                                  },
                                                                  "end": {
                                                                    "line": 15,
                                                                    "column": 12
                                                                  }
                                                                },
                                                                "name": "html"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 362,
                                                                "end": 367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 15,
                                                                    "column": 13
                                                                  },
                                                                  "end": {
                                                                    "line": 15,
                                                                    "column": 18
                                                                  }
                                                                },
                                                                "name": "style"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 368,
                                                              "end": 377,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 15,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 15,
                                                                  "column": 28
                                                                }
                                                              },
                                                              "name": "overflowY"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "Literal",
                                                            "start": 380,
                                                            "end": 388,
                                                            "loc": {
                                                              "start": {
                                                                "line": 15,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 15,
                                                                "column": 39
                                                              }
                                                            },
                                                            "value": "hidden",
                                                            "rawValue": "hidden",
                                                            "raw": "\"hidden\""
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 399,
                                                        "end": 443,
                                                        "loc": {
                                                          "start": {
                                                            "line": 17,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 17,
                                                            "column": 52
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 399,
                                                          "end": 442,
                                                          "loc": {
                                                            "start": {
                                                              "line": 17,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 17,
                                                              "column": 51
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "Identifier",
                                                            "start": 399,
                                                            "end": 410,
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 19
                                                              }
                                                            },
                                                            "name": "scrollWidth"
                                                          },
                                                          "right": {
                                                            "type": "BinaryExpression",
                                                            "start": 413,
                                                            "end": 442,
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 22
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 51
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 413,
                                                              "end": 429,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 17,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 17,
                                                                  "column": 38
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 413,
                                                                "end": 417,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 17,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 17,
                                                                    "column": 26
                                                                  }
                                                                },
                                                                "name": "body"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 418,
                                                                "end": 429,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 17,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 17,
                                                                    "column": 38
                                                                  }
                                                                },
                                                                "name": "offsetWidth"
                                                              },
                                                              "computed": false
                                                            },
                                                            "operator": "-",
                                                            "right": {
                                                              "type": "Identifier",
                                                              "start": 432,
                                                              "end": 442,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 17,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 17,
                                                                  "column": 51
                                                                }
                                                              },
                                                              "name": "withScroll"
                                                            }
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 453,
                                                        "end": 474,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 19,
                                                            "column": 29
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 453,
                                                          "end": 473,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 28
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 453,
                                                            "end": 460,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 15
                                                              }
                                                            },
                                                            "name": "resolve"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 461,
                                                              "end": 472,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 27
                                                                }
                                                              },
                                                              "name": "scrollWidth"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "start": 484,
                                                  "end": 485,
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 9
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 10
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 495,
                                            "end": 561,
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 12
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 495,
                                              "end": 560,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 11
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 495,
                                                "end": 505,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 16
                                                  }
                                                },
                                                "name": "setTimeout"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 506,
                                                  "end": 556,
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 7
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 512,
                                                    "end": 556,
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 7
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 522,
                                                        "end": 548,
                                                        "loc": {
                                                          "start": {
                                                            "line": 23,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 23,
                                                            "column": 34
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 522,
                                                          "end": 547,
                                                          "loc": {
                                                            "start": {
                                                              "line": 23,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 23,
                                                              "column": 33
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 522,
                                                            "end": 542,
                                                            "loc": {
                                                              "start": {
                                                                "line": 23,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 23,
                                                                "column": 28
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 522,
                                                              "end": 532,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 23,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 23,
                                                                  "column": 18
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 522,
                                                                "end": 526,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 23,
                                                                    "column": 8
                                                                  },
                                                                  "end": {
                                                                    "line": 23,
                                                                    "column": 12
                                                                  }
                                                                },
                                                                "name": "html"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 527,
                                                                "end": 532,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 23,
                                                                    "column": 13
                                                                  },
                                                                  "end": {
                                                                    "line": 23,
                                                                    "column": 18
                                                                  }
                                                                },
                                                                "name": "style"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 533,
                                                              "end": 542,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 23,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 23,
                                                                  "column": 28
                                                                }
                                                              },
                                                              "name": "overflowY"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "Literal",
                                                            "start": 545,
                                                            "end": 547,
                                                            "loc": {
                                                              "start": {
                                                                "line": 23,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 23,
                                                                "column": 33
                                                              }
                                                            },
                                                            "value": "",
                                                            "rawValue": "",
                                                            "raw": "\"\""
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "start": 558,
                                                  "end": 559,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 9
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 10
                                                    }
                                                  },
                                                  "value": 3,
                                                  "rawValue": 3,
                                                  "raw": "3"
                                                }
                                              ]
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 578,
                    "end": 895,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 2
                      },
                      "end": {
                        "line": 43,
                        "column": 4
                      }
                    },
                    "argument": {
                      "type": "FunctionExpression",
                      "start": 585,
                      "end": 894,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 9
                        },
                        "end": {
                          "line": 43,
                          "column": 3
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 595,
                        "end": 894,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 19
                          },
                          "end": {
                            "line": 43,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 601,
                            "end": 890,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 4
                              },
                              "end": {
                                "line": 42,
                                "column": 7
                              }
                            },
                            "argument": {
                              "type": "NewExpression",
                              "start": 608,
                              "end": 889,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 11
                                },
                                "end": {
                                  "line": 42,
                                  "column": 6
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 612,
                                "end": 619,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 22
                                  }
                                },
                                "name": "Promise"
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 620,
                                  "end": 888,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 5
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 621,
                                      "end": 628,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 31
                                        }
                                      },
                                      "name": "resolve"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 633,
                                    "end": 888,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 641,
                                        "end": 671,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 36
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 641,
                                          "end": 670,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 35
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 641,
                                            "end": 651,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 16
                                              }
                                            },
                                            "name": "withScroll"
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 654,
                                            "end": 670,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 654,
                                              "end": 658,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 23
                                                }
                                              },
                                              "name": "body"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 659,
                                              "end": 670,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 35
                                                }
                                              },
                                              "name": "offsetWidth"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 679,
                                        "end": 882,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 7
                                          }
                                        },
                                        "test": {
                                          "type": "Identifier",
                                          "start": 682,
                                          "end": 693,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 9
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 20
                                            }
                                          },
                                          "name": "scrollWidth"
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 694,
                                          "end": 777,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 704,
                                              "end": 769,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 14
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 704,
                                                "end": 768,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 13
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 704,
                                                  "end": 714,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 18
                                                    }
                                                  },
                                                  "name": "setTimeout"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 715,
                                                    "end": 764,
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 9
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 721,
                                                      "end": 764,
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 9
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 733,
                                                          "end": 754,
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 31
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 733,
                                                            "end": 753,
                                                            "loc": {
                                                              "start": {
                                                                "line": 34,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 34,
                                                                "column": 30
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 733,
                                                              "end": 740,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 34,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 34,
                                                                  "column": 17
                                                                }
                                                              },
                                                              "name": "resolve"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 741,
                                                                "end": 752,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 34,
                                                                    "column": 18
                                                                  },
                                                                  "end": {
                                                                    "line": 34,
                                                                    "column": 29
                                                                  }
                                                                },
                                                                "name": "scrollWidth"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "start": 766,
                                                    "end": 767,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 12
                                                      }
                                                    },
                                                    "value": 1,
                                                    "rawValue": 1,
                                                    "raw": "1"
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": {
                                          "type": "BlockStatement",
                                          "start": 783,
                                          "end": 882,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 793,
                                              "end": 874,
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 13
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 793,
                                                "end": 873,
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 12
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 793,
                                                  "end": 819,
                                                  "loc": {
                                                    "start": {
                                                      "line": 37,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 15
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 793,
                                                    "end": 803,
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 18
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 793,
                                                      "end": 801,
                                                      "loc": {
                                                        "start": {
                                                          "line": 37,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 37,
                                                          "column": 16
                                                        }
                                                      },
                                                      "name": "getWidth"
                                                    },
                                                    "arguments": []
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 815,
                                                    "end": 819,
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 15
                                                      }
                                                    },
                                                    "name": "then"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 820,
                                                    "end": 872,
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 11
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 821,
                                                        "end": 826,
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 38,
                                                            "column": 22
                                                          }
                                                        },
                                                        "name": "width"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 831,
                                                      "end": 872,
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 845,
                                                          "end": 860,
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 27
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 845,
                                                            "end": 859,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 26
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 845,
                                                              "end": 852,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 19
                                                                }
                                                              },
                                                              "name": "resolve"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 853,
                                                                "end": 858,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 39,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 39,
                                                                    "column": 25
                                                                  }
                                                                },
                                                                "name": "width"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            },
            "arguments": []
          }
        }
      ],
      "kind": "let",
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "start": 902,
      "end": 935,
      "loc": {
        "start": {
          "line": 46,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 33
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 917,
        "end": 934,
        "loc": {
          "start": {
            "line": 46,
            "column": 15
          },
          "end": {
            "line": 46,
            "column": 32
          }
        },
        "name": "getScrollbarWidth"
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 902,
      "end": 935,
      "loc": {
        "start": {
          "line": 46,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 33
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 900,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 44,
            "column": 4
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 4,
            "end": 899,
            "loc": {
              "start": {
                "line": 1,
                "column": 4
              },
              "end": {
                "line": 44,
                "column": 3
              }
            },
            "id": {
              "type": "Identifier",
              "start": 4,
              "end": 21,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4
                },
                "end": {
                  "line": 1,
                  "column": 21
                }
              },
              "name": "getScrollbarWidth"
            },
            "init": {
              "type": "CallExpression",
              "start": 24,
              "end": 899,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 24
                },
                "end": {
                  "line": 44,
                  "column": 3
                }
              },
              "callee": {
                "type": "FunctionExpression",
                "start": 24,
                "end": 897,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 24
                  },
                  "end": {
                    "line": 44,
                    "column": 1
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 34,
                  "end": 897,
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 34
                    },
                    "end": {
                      "line": 44,
                      "column": 1
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 38,
                      "end": 90,
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 2
                        },
                        "end": {
                          "line": 2,
                          "column": 54
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 42,
                          "end": 89,
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 6
                            },
                            "end": {
                              "line": 2,
                              "column": 53
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 42,
                            "end": 46,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 6
                              },
                              "end": {
                                "line": 2,
                                "column": 10
                              }
                            },
                            "name": "html"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 49,
                            "end": 89,
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 13
                              },
                              "end": {
                                "line": 2,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 49,
                              "end": 86,
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 13
                                },
                                "end": {
                                  "line": 2,
                                  "column": 50
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 49,
                                "end": 78,
                                "loc": {
                                  "start": {
                                    "line": 2,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 2,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 49,
                                  "end": 57,
                                  "loc": {
                                    "start": {
                                      "line": 2,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 2,
                                      "column": 21
                                    }
                                  },
                                  "name": "document"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 58,
                                  "end": 78,
                                  "loc": {
                                    "start": {
                                      "line": 2,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 2,
                                      "column": 42
                                    }
                                  },
                                  "name": "getElementsByTagName"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 79,
                                  "end": 85,
                                  "loc": {
                                    "start": {
                                      "line": 2,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 2,
                                      "column": 49
                                    }
                                  },
                                  "value": "html",
                                  "rawValue": "html",
                                  "raw": "\"html\""
                                }
                              ]
                            },
                            "property": {
                              "type": "Literal",
                              "start": 87,
                              "end": 88,
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 51
                                },
                                "end": {
                                  "line": 2,
                                  "column": 52
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 93,
                      "end": 118,
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 2
                        },
                        "end": {
                          "line": 3,
                          "column": 27
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 97,
                          "end": 117,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 6
                            },
                            "end": {
                              "line": 3,
                              "column": 26
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 97,
                            "end": 101,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 6
                              },
                              "end": {
                                "line": 3,
                                "column": 10
                              }
                            },
                            "name": "body"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 104,
                            "end": 117,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 13
                              },
                              "end": {
                                "line": 3,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 104,
                              "end": 112,
                              "loc": {
                                "start": {
                                  "line": 3,
                                  "column": 13
                                },
                                "end": {
                                  "line": 3,
                                  "column": 21
                                }
                              },
                              "name": "document"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 113,
                              "end": 117,
                              "loc": {
                                "start": {
                                  "line": 3,
                                  "column": 22
                                },
                                "end": {
                                  "line": 3,
                                  "column": 26
                                }
                              },
                              "name": "body"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 122,
                      "end": 156,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 2
                        },
                        "end": {
                          "line": 5,
                          "column": 36
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 126,
                          "end": 155,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 6
                            },
                            "end": {
                              "line": 5,
                              "column": 35
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 126,
                            "end": 136,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 6
                              },
                              "end": {
                                "line": 5,
                                "column": 16
                              }
                            },
                            "name": "withScroll"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 139,
                            "end": 155,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 19
                              },
                              "end": {
                                "line": 5,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 139,
                              "end": 143,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 19
                                },
                                "end": {
                                  "line": 5,
                                  "column": 23
                                }
                              },
                              "name": "body"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 144,
                              "end": 155,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 24
                                },
                                "end": {
                                  "line": 5,
                                  "column": 35
                                }
                              },
                              "name": "offsetWidth"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 159,
                      "end": 175,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 2
                        },
                        "end": {
                          "line": 6,
                          "column": 18
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 163,
                          "end": 174,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 6
                            },
                            "end": {
                              "line": 6,
                              "column": 17
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 163,
                            "end": 174,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 6
                              },
                              "end": {
                                "line": 6,
                                "column": 17
                              }
                            },
                            "name": "scrollWidth"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 179,
                      "end": 574,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 2
                        },
                        "end": {
                          "line": 26,
                          "column": 4
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 183,
                          "end": 573,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 6
                            },
                            "end": {
                              "line": 26,
                              "column": 3
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 183,
                            "end": 191,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 6
                              },
                              "end": {
                                "line": 8,
                                "column": 14
                              }
                            },
                            "name": "getWidth"
                          },
                          "init": {
                            "type": "FunctionExpression",
                            "start": 194,
                            "end": 573,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 17
                              },
                              "end": {
                                "line": 26,
                                "column": 3
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 204,
                              "end": 573,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 27
                                },
                                "end": {
                                  "line": 26,
                                  "column": 3
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 210,
                                  "end": 569,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 7
                                    }
                                  },
                                  "argument": {
                                    "type": "NewExpression",
                                    "start": 217,
                                    "end": 568,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 6
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 221,
                                      "end": 228,
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 22
                                        }
                                      },
                                      "name": "Promise"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 229,
                                        "end": 567,
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 5
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 230,
                                            "end": 237,
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 31
                                              }
                                            },
                                            "name": "resolve"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 242,
                                          "end": 567,
                                          "loc": {
                                            "start": {
                                              "line": 9,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 5
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 250,
                                              "end": 322,
                                              "loc": {
                                                "start": {
                                                  "line": 10,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 12
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 250,
                                                "end": 321,
                                                "loc": {
                                                  "start": {
                                                    "line": 10,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 12,
                                                    "column": 11
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 250,
                                                  "end": 260,
                                                  "loc": {
                                                    "start": {
                                                      "line": 10,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 10,
                                                      "column": 16
                                                    }
                                                  },
                                                  "name": "setTimeout"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 261,
                                                    "end": 317,
                                                    "loc": {
                                                      "start": {
                                                        "line": 10,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 7
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 267,
                                                      "end": 317,
                                                      "loc": {
                                                        "start": {
                                                          "line": 10,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 12,
                                                          "column": 7
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 277,
                                                          "end": 309,
                                                          "loc": {
                                                            "start": {
                                                              "line": 11,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 11,
                                                              "column": 40
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 277,
                                                            "end": 308,
                                                            "loc": {
                                                              "start": {
                                                                "line": 11,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 11,
                                                                "column": 39
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 277,
                                                              "end": 297,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 11,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 11,
                                                                  "column": 28
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 277,
                                                                "end": 287,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 11,
                                                                    "column": 8
                                                                  },
                                                                  "end": {
                                                                    "line": 11,
                                                                    "column": 18
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 277,
                                                                  "end": 281,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 11,
                                                                      "column": 8
                                                                    },
                                                                    "end": {
                                                                      "line": 11,
                                                                      "column": 12
                                                                    }
                                                                  },
                                                                  "name": "html"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 282,
                                                                  "end": 287,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 11,
                                                                      "column": 13
                                                                    },
                                                                    "end": {
                                                                      "line": 11,
                                                                      "column": 18
                                                                    }
                                                                  },
                                                                  "name": "style"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 288,
                                                                "end": 297,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 11,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 11,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "name": "overflowY"
                                                              },
                                                              "computed": false
                                                            },
                                                            "right": {
                                                              "type": "Literal",
                                                              "start": 300,
                                                              "end": 308,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 11,
                                                                  "column": 31
                                                                },
                                                                "end": {
                                                                  "line": 11,
                                                                  "column": 39
                                                                }
                                                              },
                                                              "value": "scroll",
                                                              "rawValue": "scroll",
                                                              "raw": "\"scroll\""
                                                            }
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "start": 319,
                                                    "end": 320,
                                                    "loc": {
                                                      "start": {
                                                        "line": 12,
                                                        "column": 9
                                                      },
                                                      "end": {
                                                        "line": 12,
                                                        "column": 10
                                                      }
                                                    },
                                                    "value": 1,
                                                    "rawValue": 1,
                                                    "raw": "1"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 330,
                                              "end": 487,
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 12
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 330,
                                                "end": 486,
                                                "loc": {
                                                  "start": {
                                                    "line": 14,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 11
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 330,
                                                  "end": 340,
                                                  "loc": {
                                                    "start": {
                                                      "line": 14,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 14,
                                                      "column": 16
                                                    }
                                                  },
                                                  "name": "setTimeout"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 341,
                                                    "end": 482,
                                                    "loc": {
                                                      "start": {
                                                        "line": 14,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 7
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 347,
                                                      "end": 482,
                                                      "loc": {
                                                        "start": {
                                                          "line": 14,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 20,
                                                          "column": 7
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 357,
                                                          "end": 389,
                                                          "loc": {
                                                            "start": {
                                                              "line": 15,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 15,
                                                              "column": 40
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 357,
                                                            "end": 388,
                                                            "loc": {
                                                              "start": {
                                                                "line": 15,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 15,
                                                                "column": 39
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 357,
                                                              "end": 377,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 15,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 15,
                                                                  "column": 28
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 357,
                                                                "end": 367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 15,
                                                                    "column": 8
                                                                  },
                                                                  "end": {
                                                                    "line": 15,
                                                                    "column": 18
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 357,
                                                                  "end": 361,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 15,
                                                                      "column": 8
                                                                    },
                                                                    "end": {
                                                                      "line": 15,
                                                                      "column": 12
                                                                    }
                                                                  },
                                                                  "name": "html"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 362,
                                                                  "end": 367,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 15,
                                                                      "column": 13
                                                                    },
                                                                    "end": {
                                                                      "line": 15,
                                                                      "column": 18
                                                                    }
                                                                  },
                                                                  "name": "style"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 368,
                                                                "end": 377,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 15,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 15,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "name": "overflowY"
                                                              },
                                                              "computed": false
                                                            },
                                                            "right": {
                                                              "type": "Literal",
                                                              "start": 380,
                                                              "end": 388,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 15,
                                                                  "column": 31
                                                                },
                                                                "end": {
                                                                  "line": 15,
                                                                  "column": 39
                                                                }
                                                              },
                                                              "value": "hidden",
                                                              "rawValue": "hidden",
                                                              "raw": "\"hidden\""
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 399,
                                                          "end": 443,
                                                          "loc": {
                                                            "start": {
                                                              "line": 17,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 17,
                                                              "column": 52
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 399,
                                                            "end": 442,
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 51
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "Identifier",
                                                              "start": 399,
                                                              "end": 410,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 17,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 17,
                                                                  "column": 19
                                                                }
                                                              },
                                                              "name": "scrollWidth"
                                                            },
                                                            "right": {
                                                              "type": "BinaryExpression",
                                                              "start": 413,
                                                              "end": 442,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 17,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 17,
                                                                  "column": 51
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 413,
                                                                "end": 429,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 17,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 17,
                                                                    "column": 38
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 413,
                                                                  "end": 417,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 17,
                                                                      "column": 22
                                                                    },
                                                                    "end": {
                                                                      "line": 17,
                                                                      "column": 26
                                                                    }
                                                                  },
                                                                  "name": "body"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 418,
                                                                  "end": 429,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 17,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 17,
                                                                      "column": 38
                                                                    }
                                                                  },
                                                                  "name": "offsetWidth"
                                                                },
                                                                "computed": false
                                                              },
                                                              "operator": "-",
                                                              "right": {
                                                                "type": "Identifier",
                                                                "start": 432,
                                                                "end": 442,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 17,
                                                                    "column": 41
                                                                  },
                                                                  "end": {
                                                                    "line": 17,
                                                                    "column": 51
                                                                  }
                                                                },
                                                                "name": "withScroll"
                                                              }
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 453,
                                                          "end": 474,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 19,
                                                              "column": 29
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 453,
                                                            "end": 473,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 19,
                                                                "column": 28
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 453,
                                                              "end": 460,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 15
                                                                }
                                                              },
                                                              "name": "resolve"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 461,
                                                                "end": 472,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 27
                                                                  }
                                                                },
                                                                "name": "scrollWidth"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "start": 484,
                                                    "end": 485,
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 9
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 10
                                                      }
                                                    },
                                                    "value": 2,
                                                    "rawValue": 2,
                                                    "raw": "2"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 495,
                                              "end": 561,
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 12
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 495,
                                                "end": 560,
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 11
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 495,
                                                  "end": 505,
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 22,
                                                      "column": 16
                                                    }
                                                  },
                                                  "name": "setTimeout"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 506,
                                                    "end": 556,
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 7
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 512,
                                                      "end": 556,
                                                      "loc": {
                                                        "start": {
                                                          "line": 22,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 7
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 522,
                                                          "end": 548,
                                                          "loc": {
                                                            "start": {
                                                              "line": 23,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 23,
                                                              "column": 34
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 522,
                                                            "end": 547,
                                                            "loc": {
                                                              "start": {
                                                                "line": 23,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 23,
                                                                "column": 33
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 522,
                                                              "end": 542,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 23,
                                                                  "column": 8
                                                                },
                                                                "end": {
                                                                  "line": 23,
                                                                  "column": 28
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 522,
                                                                "end": 532,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 23,
                                                                    "column": 8
                                                                  },
                                                                  "end": {
                                                                    "line": 23,
                                                                    "column": 18
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 522,
                                                                  "end": 526,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 23,
                                                                      "column": 8
                                                                    },
                                                                    "end": {
                                                                      "line": 23,
                                                                      "column": 12
                                                                    }
                                                                  },
                                                                  "name": "html"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 527,
                                                                  "end": 532,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 23,
                                                                      "column": 13
                                                                    },
                                                                    "end": {
                                                                      "line": 23,
                                                                      "column": 18
                                                                    }
                                                                  },
                                                                  "name": "style"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 533,
                                                                "end": 542,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 23,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 23,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "name": "overflowY"
                                                              },
                                                              "computed": false
                                                            },
                                                            "right": {
                                                              "type": "Literal",
                                                              "start": 545,
                                                              "end": 547,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 23,
                                                                  "column": 31
                                                                },
                                                                "end": {
                                                                  "line": 23,
                                                                  "column": 33
                                                                }
                                                              },
                                                              "value": "",
                                                              "rawValue": "",
                                                              "raw": "\"\""
                                                            }
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "start": 558,
                                                    "end": 559,
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 9
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 10
                                                      }
                                                    },
                                                    "value": 3,
                                                    "rawValue": 3,
                                                    "raw": "3"
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 578,
                      "end": 895,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 2
                        },
                        "end": {
                          "line": 43,
                          "column": 4
                        }
                      },
                      "argument": {
                        "type": "FunctionExpression",
                        "start": 585,
                        "end": 894,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 9
                          },
                          "end": {
                            "line": 43,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 595,
                          "end": 894,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 19
                            },
                            "end": {
                              "line": 43,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 601,
                              "end": 890,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 4
                                },
                                "end": {
                                  "line": 42,
                                  "column": 7
                                }
                              },
                              "argument": {
                                "type": "NewExpression",
                                "start": 608,
                                "end": 889,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 612,
                                  "end": 619,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 22
                                    }
                                  },
                                  "name": "Promise"
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 620,
                                    "end": 888,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 5
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 621,
                                        "end": 628,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 31
                                          }
                                        },
                                        "name": "resolve"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 633,
                                      "end": 888,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 641,
                                          "end": 671,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 36
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 641,
                                            "end": 670,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 35
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 641,
                                              "end": 651,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 16
                                                }
                                              },
                                              "name": "withScroll"
                                            },
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 654,
                                              "end": 670,
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 654,
                                                "end": 658,
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 23
                                                  }
                                                },
                                                "name": "body"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 659,
                                                "end": 670,
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "offsetWidth"
                                              },
                                              "computed": false
                                            }
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 679,
                                          "end": 882,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 7
                                            }
                                          },
                                          "test": {
                                            "type": "Identifier",
                                            "start": 682,
                                            "end": 693,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 20
                                              }
                                            },
                                            "name": "scrollWidth"
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 694,
                                            "end": 777,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 704,
                                                "end": 769,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 14
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 704,
                                                  "end": 768,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 13
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 704,
                                                    "end": 714,
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 18
                                                      }
                                                    },
                                                    "name": "setTimeout"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 715,
                                                      "end": 764,
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 9
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 721,
                                                        "end": 764,
                                                        "loc": {
                                                          "start": {
                                                            "line": 33,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 9
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 733,
                                                            "end": 754,
                                                            "loc": {
                                                              "start": {
                                                                "line": 34,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 34,
                                                                "column": 31
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 733,
                                                              "end": 753,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 34,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 34,
                                                                  "column": 30
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 733,
                                                                "end": 740,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 34,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 34,
                                                                    "column": 17
                                                                  }
                                                                },
                                                                "name": "resolve"
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 741,
                                                                  "end": 752,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 34,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 34,
                                                                      "column": 29
                                                                    }
                                                                  },
                                                                  "name": "scrollWidth"
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    {
                                                      "type": "Literal",
                                                      "start": 766,
                                                      "end": 767,
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 12
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    }
                                                  ]
                                                }
                                              }
                                            ]
                                          },
                                          "alternate": {
                                            "type": "BlockStatement",
                                            "start": 783,
                                            "end": 882,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 793,
                                                "end": 874,
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 13
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 793,
                                                  "end": 873,
                                                  "loc": {
                                                    "start": {
                                                      "line": 37,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 12
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 793,
                                                    "end": 819,
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 15
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 793,
                                                      "end": 803,
                                                      "loc": {
                                                        "start": {
                                                          "line": 37,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 37,
                                                          "column": 18
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 793,
                                                        "end": 801,
                                                        "loc": {
                                                          "start": {
                                                            "line": 37,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 37,
                                                            "column": 16
                                                          }
                                                        },
                                                        "name": "getWidth"
                                                      },
                                                      "arguments": []
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 815,
                                                      "end": 819,
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 38,
                                                          "column": 15
                                                        }
                                                      },
                                                      "name": "then"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 820,
                                                      "end": 872,
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 11
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 821,
                                                          "end": 826,
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 22
                                                            }
                                                          },
                                                          "name": "width"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 831,
                                                        "end": 872,
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 845,
                                                            "end": 860,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 27
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 845,
                                                              "end": 859,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 845,
                                                                "end": 852,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 39,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 39,
                                                                    "column": 19
                                                                  }
                                                                },
                                                                "name": "resolve"
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 853,
                                                                  "end": 858,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 39,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 39,
                                                                      "column": 25
                                                                    }
                                                                  },
                                                                  "name": "width"
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              },
              "arguments": []
            }
          }
        ],
        "kind": "let",
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}